Home
last modified time | relevance | path

Searched refs:tryLess (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp92 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate()
113 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
127 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
188 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate()
198 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp140 static bool tryLess(int TryVal, int CandVal, in tryLess() function
200 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown()
219 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown()
229 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown()
233 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown()
1534 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency()
1558 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage()
1567 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
H A DGCNSchedStrategy.cpp406 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate()
412 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
425 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2852 bool tryLess(int TryVal, int CandVal, in tryLess() function
2893 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2906 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
3100 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
3255 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate()
3277 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
3293 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3589 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate()
3600 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h958 bool tryLess(int TryVal, int CandVal,