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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 190 // See if BotCand is still valid (because we previously scheduled from Top).
192 if (!BotCand.isValid() || BotCand.SU->isScheduled ||
193 BotCand.Policy != BotPolicy) {
194 BotCand.reset(CandPolicy());
195 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand);
196 assert(BotCand.Reason != NoCand && "failed to find the first candidate");
198 LLVM_DEBUG(traceCandidate(BotCand));
212 // Pick best from BotCand and TopCand.
214 dbgs() << "Bot Cand: "; traceCandidate(BotCand););
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 596 SchedCandidate BotCand;
599 DAG->getBotRPTracker(), BotCand);
611 return BotCand.SU;
627 return BotCand.SU;
633 if (TopCand.SCost > BotCand.SCost) {
639 return BotCand.SU;
664 SchedCandidate BotCand;
666 pickNodeFromQueue(Bot.Available, DAG->getBotRPTracker(), BotCand);
669 SU = BotCand.SU;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 892 SchedCandidate BotCand;
895 DAG->getBotRPTracker(), BotCand);
908 return BotCand.SU;
926 return BotCand.SU;
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 888 SchedCandidate BotCand;
923 BotCand.SU = nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h     [all...]

Completed in 559 milliseconds