Searched refs:tryLess (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 159 static bool tryLess(int TryVal, int CandVal, in tryLess() function 219 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 238 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 248 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 252 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1568 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1592 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1601 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2649 bool tryLess(int TryVal, int CandVal, in tryLess() function 2686 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2695 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2886 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3040 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3062 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3078 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3372 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3383 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 914 bool tryLess(int TryVal, int CandVal,
|