Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h876 SchedResourceDelta ResDelta; member
887 ResDelta = SchedResourceDelta(); in reset()
899 ResDelta = Best.ResDelta; in setBest()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2633 ResDelta.CritResources += PI->Cycles; in initResourceDelta()
2635 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()
3264 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3267 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3268 Cand.ResDelta.DemandedResources, in tryCandidate()
3310 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
3571 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3574 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3575 Cand.ResDelta.DemandedResources, in tryCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp161 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()