Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h906 SchedResourceDelta ResDelta; member
917 ResDelta = SchedResourceDelta(); in reset()
929 ResDelta = Best.ResDelta; in setBest()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2662 ResDelta.CritResources += PI->Cycles; in initResourceDelta()
2664 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()
3293 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3296 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3297 Cand.ResDelta.DemandedResources, in tryCandidate()
3339 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
3600 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3603 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
3604 Cand.ResDelta.DemandedResources, in tryCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp214 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
412 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
415 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
416 Cand.ResDelta.DemandedResources, TryCand, Cand, in tryCandidate()