Searched refs:ResDelta (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 126 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 129 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 130 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate() 200 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 203 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 204 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 1157 SchedResourceDelta ResDelta; member 1168 ResDelta = SchedResourceDelta(); in reset() 1180 ResDelta = Best.ResDelta; in setBest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 356 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue() 571 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 574 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 575 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate() 731 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 734 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 735 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 3278 ResDelta.CritResources += PI->ReleaseAtCycle; in initResourceDelta() 3280 ResDelta.DemandedResources += PI->ReleaseAtCycle; in initResourceDelta() 4033 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 4036 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 4037 Cand.ResDelta.DemandedResources, in tryCandidate() 4079 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue() 4399 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 4402 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 4403 Cand.ResDelta.DemandedResources, in tryCandidate()
|