/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
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() 188 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 198 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 142 static bool tryLess(int TryVal, int CandVal, in tryLess() function 201 tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, TryCand, Cand, RegUsage)) in tryCandidateTopDown() 219 if (tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 229 tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 233 if (tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, TryCand, Cand, RegUsage)) in tryCandidateTopDown() 1417 if (tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1441 if (tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1450 if (tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
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() 1534 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1558 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1567 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
D | GCNSchedStrategy.cpp | 406 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 412 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 425 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 159 static bool tryLess(int TryVal, int CandVal, in tryLess() function 219 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 238 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 248 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 252 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1568 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1592 if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0, in tryCandidateRegUsage() 1601 if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff, in tryCandidateRegUsage()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2649 bool tryLess(int TryVal, int CandVal, in tryLess() function 2686 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2695 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2886 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3040 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3062 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3078 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3372 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3383 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2469 static bool tryLess(int TryVal, int CandVal, in tryLess() function 2506 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2515 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2700 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2839 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 2861 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 2877 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3184 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3189 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2852 bool tryLess(int TryVal, int CandVal, in tryLess() function 2893 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2906 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 3100 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 3255 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3277 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3293 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3589 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3600 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 914 bool tryLess(int TryVal, int CandVal,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 958 bool tryLess(int TryVal, int CandVal,
|