Searched refs:TopQID (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp588 << ((Q.getID() == TopQID) ? "(top|" : "(bot|"));
597 if (Q.getID() == TopQID) {
640 if (Q.getID() == TopQID) {
676 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 &&
692 if (Q.getID() == TopQID &&
705 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) {
731 if (Q.getID() == TopQID) {
798 if ((Q.getID() == TopQID && (*I)->NodeNum < Candidate.SU->NodeNum)
820 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID));
821 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID));
[all...]
H A DHexagonMachineScheduler.h192 return Available.getID() == ConvergingVLIWScheduler::TopQID;
230 TopQID = 1, enumerator in enum:llvm::ConvergingVLIWScheduler::__anon4140
235 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h611 TopQID = 1, enumerator in enum:llvm::SchedBoundary::__anon3163
699 return Available.getID() == TopQID;
943 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"),
1030 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {}

Completed in 48 milliseconds