Searched refs:tryLess (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp159 static bool tryLess(int TryVal, int CandVal, function in namespace:llvm::SISched
219 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage,
238 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent,
248 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset,
252 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage,
1570 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled,
1594 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0,
1603 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2691 bool tryLess(int TryVal, int CandVal, function in namespace:llvm
2728 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(),
2737 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(),
2931 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
3085 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
3107 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
3123 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
3417 if (tryLess(Top.getLatencyStallCycles(TryCand.SU),
3428 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h917 bool tryLess(int TryVal, int CandVal,

Completed in 124 milliseconds