Searched refs:tryLess (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 160 static bool tryLess(int TryVal, int CandVal, in tryLess() function 220 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 239 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 249 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 253 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1577 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1601 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1610 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2619 bool tryLess(int TryVal, int CandVal, in tryLess() function 2656 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2665 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2854 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3010 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3032 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3048 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3341 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3352 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 912 bool tryLess(int TryVal, int CandVal,
|