Home
last modified time | relevance | path

Searched refs:TopQID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp608 << ((Q.getID() == TopQID) ? "(top|" : "(bot|")); in SchedulingCost()
617 if (Q.getID() == TopQID) { in SchedulingCost()
660 if (Q.getID() == TopQID) { in SchedulingCost()
696 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 && in SchedulingCost()
709 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost()
735 if (Q.getID() == TopQID) { in SchedulingCost()
803 if ((Q.getID() == TopQID && (*I)->NodeNum < Candidate.SU->NodeNum) || in pickNodeFromQueue()
825 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue()
826 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
840 if (Q.getID() == TopQID) { in pickNodeFromQueue()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h186 return Available.getID() == ConvergingVLIWScheduler::TopQID; in isTop()
223 enum { TopQID = 1, BotQID = 2, LogMaxQID = 2 };
225 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {}
222 enum { TopQID = 1, BotQID = 2, LogMaxQID = 2 }; global() enumerator
H A DMachineScheduler.h836 TopQID = 1, enumerator
957 return Available.getID() == TopQID; in isTop()
1213 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler()
1306 : GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in PostGenericScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp58 if (Q.getID() == TopQID && in SchedulingCost()