Home
last modified time | relevance | path

Searched refs:ResDelta (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp127 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1135 SchedResourceDelta ResDelta; member
1146 ResDelta = SchedResourceDelta(); in reset()
1158 ResDelta = Best.ResDelta; in setBest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp230 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
428 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
431 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
432 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2942 ResDelta.CritResources += PI->ReleaseAtCycle; in initResourceDelta()
2944 ResDelta.DemandedResources += PI->ReleaseAtCycle; in initResourceDelta()
3573 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3576 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3577 Cand.ResDelta.DemandedResources, in tryCandidate()
3619 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
3880 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3883 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3884 Cand.ResDelta.DemandedResources, in tryCandidate()