Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp588 << ((Q.getID() == TopQID) ? "(top|" : "(bot|")); in SchedulingCost()
597 if (Q.getID() == TopQID) { in SchedulingCost()
640 if (Q.getID() == TopQID) { in SchedulingCost()
676 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 && in SchedulingCost()
692 if (Q.getID() == TopQID && in SchedulingCost()
705 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost()
731 if (Q.getID() == TopQID) { in SchedulingCost()
798 if ((Q.getID() == TopQID && (*I)->NodeNum < Candidate.SU->NodeNum) in pickNodeFromQueue()
820 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue()
821 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
[all …]
DHexagonMachineScheduler.h192 return Available.getID() == ConvergingVLIWScheduler::TopQID; in isTop()
230 TopQID = 1, enumerator
235 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h608 TopQID = 1, enumerator
696 return Available.getID() == TopQID; in isTop()
940 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler()
1027 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {} in PostGenericScheduler()