|
LLVM 24.0.0git
|
#include "Target/AMDGPU/AMDGPUCoExecSchedStrategy.h"
Public Attributes | |
| unsigned | Ready = 0 |
| unsigned | Structural = 0 |
| unsigned | Latency = 0 |
| unsigned | Carried = 0 |
| unsigned | Buffer = 0 |
| unsigned | Fence = 0 |
| unsigned | Effective = 0 |
Definition at line 216 of file AMDGPUCoExecSchedStrategy.h.
| unsigned llvm::CandidateHeuristics::StallCosts::Buffer = 0 |
Definition at line 221 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().
| unsigned llvm::CandidateHeuristics::StallCosts::Carried = 0 |
Definition at line 220 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().
| unsigned llvm::CandidateHeuristics::StallCosts::Effective = 0 |
Definition at line 223 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts(), llvm::CandidateHeuristics::tryEffectiveStall(), and llvm::CandidateHeuristics::tryMemoryPipeline().
| unsigned llvm::CandidateHeuristics::StallCosts::Fence = 0 |
Definition at line 222 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().
| unsigned llvm::CandidateHeuristics::StallCosts::Latency = 0 |
Definition at line 219 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().
| unsigned llvm::CandidateHeuristics::StallCosts::Ready = 0 |
Definition at line 217 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().
| unsigned llvm::CandidateHeuristics::StallCosts::Structural = 0 |
Definition at line 218 of file AMDGPUCoExecSchedStrategy.h.
Referenced by llvm::CandidateHeuristics::getStallCosts().