Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp311 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
515 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
518 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
519 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2983 ResDelta.CritResources += PI->ReleaseAtCycle; in initResourceDelta()
2985 ResDelta.DemandedResources += PI->ReleaseAtCycle; in initResourceDelta()
3612 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3615 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3616 Cand.ResDelta.DemandedResources, in tryCandidate()
3658 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
3956 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3959 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3960 Cand.ResDelta.DemandedResources, in tryCandidate()