Searched refs:BotCand (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | VLIWMachineScheduler.cpp | 894 SchedCandidate BotCand; in pickNodeBidrectional() local 897 pickNodeFromQueue(Bot, DAG->getBotRPTracker(), BotCand); in pickNodeBidrectional() 910 return BotCand.SU; in pickNodeBidrectional() 928 return BotCand.SU; in pickNodeBidrectional() 935 if (TopCand.SCost > BotCand.SCost) { in pickNodeBidrectional() 943 return BotCand.SU; in pickNodeBidrectional() 968 SchedCandidate BotCand; in pickNode() local 970 pickNodeFromQueue(Bot, DAG->getBotRPTracker(), BotCand); in pickNode() 973 SU = BotCand.SU; in pickNode()
|
| H A D | MachineScheduler.cpp | 3695 BotCand.SU = nullptr; in initialize() 4112 if (!BotCand.isValid() || BotCand.SU->isScheduled || in pickNodeBidirectional() 4113 BotCand.Policy != BotPolicy) { in pickNodeBidirectional() 4114 BotCand.reset(CandPolicy()); in pickNodeBidirectional() 4115 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand); in pickNodeBidirectional() 4116 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 4118 LLVM_DEBUG(traceCandidate(BotCand)); in pickNodeBidirectional() 4124 assert(TCand.SU == BotCand.SU && in pickNodeBidirectional() 4151 assert(BotCand.isValid()); in pickNodeBidirectional() 4153 SchedCandidate Cand = BotCand; in pickNodeBidirectional() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 388 if (!BotCand.isValid() || BotCand.SU->isScheduled || in pickNodeBidirectional() 389 BotCand.Policy != BotPolicy) { in pickNodeBidirectional() 390 BotCand.reset(CandPolicy()); in pickNodeBidirectional() 391 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand, in pickNodeBidirectional() 393 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 395 LLVM_DEBUG(traceCandidate(BotCand)); in pickNodeBidirectional() 402 assert(TCand.SU == BotCand.SU && in pickNodeBidirectional() 432 dbgs() << "Bot Cand: "; traceCandidate(BotCand);); in pickNodeBidirectional() 433 SchedCandidate Cand = BotCand; in pickNodeBidirectional() 470 BotCand.reset(NoPolicy); in pickNode() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 1278 BotCand.SU = nullptr; in releaseBottomNode() 1296 SchedCandidate BotCand; variable 1331 SchedCandidate BotCand; variable 1375 BotCand.SU = nullptr; in releaseBottomNode()
|