Searched refs:ResDelta (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 127 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 130 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 131 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate() 198 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 201 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 202 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 879 SchedResourceDelta ResDelta; member 890 ResDelta = SchedResourceDelta(); in reset() 902 ResDelta = Best.ResDelta; in setBest()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2632 ResDelta.CritResources += PI->Cycles; in initResourceDelta() 2634 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta() 3263 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3266 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3267 Cand.ResDelta.DemandedResources, in tryCandidate() 3309 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue() 3570 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3573 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3574 Cand.ResDelta.DemandedResources, in tryCandidate()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 178 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
|