Searched refs:tryLess (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 92 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 112 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 126 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 187 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 200 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 139 static bool tryLess(int TryVal, int CandVal, in tryLess() function 198 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 217 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 227 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 231 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1516 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1540 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1549 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
| H A D | GCNSchedStrategy.cpp | 565 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 571 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 584 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 710 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 717 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 731 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 3470 bool tryLess(int TryVal, int CandVal, in tryLess() function 3511 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 3524 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 3842 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3997 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 4017 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 4033 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 4387 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 4399 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 1216 LLVM_ABI bool tryLess(int TryVal, int CandVal,
|