Searched refs:tryLess (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineScheduler.cpp | 92 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 113 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 127 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 186 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 196 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 140 static bool tryLess(int TryVal, int CandVal, in tryLess() function 200 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 219 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 229 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 233 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1550 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1574 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1583 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 2821 bool tryLess(int TryVal, int CandVal, in tryLess() function 2862 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2875 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 3069 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3223 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3245 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3261 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3555 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3566 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 928 bool tryLess(int TryVal, int CandVal,
|