Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp468 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice()
705 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost()
714 } else if (Q.getID() == BotQID && getWeakLeft(SU, false) == 0) { in SchedulingCost()
820 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue()
821 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h919 unsigned getWeakLeft(const SUnit *SU, bool isTop);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2801 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function
2946 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
2947 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2716 static unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function
2861 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
2862 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()