Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
196 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
199 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
200 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h876 SchedResourceDelta ResDelta; member
887 ResDelta = SchedResourceDelta(); in reset()
899 ResDelta = Best.ResDelta; in setBest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2633 ResDelta.CritResources += PI->Cycles; in initResourceDelta()
2635 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()
3261 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3264 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3265 Cand.ResDelta.DemandedResources, in tryCandidate()
3305 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
3566 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3569 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3570 Cand.ResDelta.DemandedResources, in tryCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp161 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()