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

/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp142 static bool tryLess(int TryVal, int CandVal, function
201 tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, TryCand, Cand, RegUsage))
219 if (tryLess(TryCand.HasLowLatencyNonWaitedParent,
229 tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset,
233 if (tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, TryCand, Cand, RegUsage))
1417 if (tryLess(TryCand.LastPosHighLatParentScheduled,
1441 if (tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0,
1450 if (tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff,
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2469 static bool tryLess(int TryVal, int CandVal, function
2506 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(),
2515 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(),
2700 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
2839 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
2861 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
2877 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
3184 if (tryLess(Top.getLatencyStallCycles(TryCand.SU),
3189 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,

Completed in 100 milliseconds