HomeSort by: relevance | last modified time | path
    Searched defs:tryLess (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 140 static bool tryLess(int TryVal, int CandVal,
200 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage,
219 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent,
229 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset,
233 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage,
1550 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled,
1574 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0,
1583 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2821 bool tryLess(int TryVal, int CandVal,
2862 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(),
2875 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(),
3069 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
3223 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
3245 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
3261 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
3555 if (tryLess(Top.getLatencyStallCycles(TryCand.SU),
3566 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,

Completed in 21 milliseconds