HomeSort by relevance Sort by last modified time
    Searched refs:traceCandidate (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 198 LLVM_DEBUG(traceCandidate(BotCand));
209 LLVM_DEBUG(traceCandidate(TopCand));
213 LLVM_DEBUG(dbgs() << "Top Cand: "; traceCandidate(TopCand);
214 dbgs() << "Bot Cand: "; traceCandidate(BotCand););
243 LLVM_DEBUG(dbgs() << "Picking: "; traceCandidate(Cand););
SIMachineScheduler.h 209 void traceCandidate(const SISchedCandidate &Cand);
SIMachineScheduler.cpp 204 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 484 void ConvergingVLIWScheduler::traceCandidate(const char *Label,
787 LLVM_DEBUG(traceCandidate("DCAND", Q, *I, CurrentCost));
800 LLVM_DEBUG(traceCandidate("NCAND", Q, *I, CurrentCost));
811 LLVM_DEBUG(traceCandidate("CCAND", Q, *I, CurrentCost));
824 LLVM_DEBUG(traceCandidate("WCAND", Q, *I, CurrentCost));
843 LLVM_DEBUG(traceCandidate("SPCAND", Q, *I, CurrentCost));
861 LLVM_DEBUG(traceCandidate("TCAND", Q, *I, CurrentCost));
    [all...]
HexagonMachineScheduler.h 266 void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 235 void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,
HexagonMachineScheduler.cpp 416 void ConvergingVLIWScheduler::traceCandidate(const char *Label,
568 DEBUG(traceCandidate("CCAND", Q, *I));
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 202 void traceCandidate(const SISchedCandidate &Cand);
SIMachineScheduler.cpp 185 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 872 void traceCandidate(const SchedCandidate &Cand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 896 void traceCandidate(const SchedCandidate &Cand);
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 114 milliseconds