Home
last modified time | relevance | path

Searched refs:AtTop (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate()
62 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
104 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
106 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
113 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
114 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp104 bool AtTop, in initCandidate() argument
110 Cand.AtTop = AtTop; in initCandidate()
122 if (AtTop) in initCandidate()
210 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue()
295 IsTopNode = Cand.AtTop; in pickNodeBidirectional()
399 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate()
400 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
425 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
426 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate()
437 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
[all …]
H A DGCNSchedStrategy.h51 bool AtTop, const RegPressureTracker &RPTracker,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h900 bool AtTop; member
915 AtTop = false; in reset()
927 AtTop = Best.AtTop; in setBest()
1041 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2924 tracePick(Cand.Reason, Cand.AtTop); in tracePick()
3092 if (Cand.AtTop != TryCand.AtTop) in tryPressure()
3165 bool AtTop, in initCandidate() argument
3169 Cand.AtTop = AtTop; in initCandidate()
3171 if (AtTop) { in initCandidate()
3222 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate()
3223 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
3267 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3269 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3277 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
[all …]