Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp58 bool AtTop, const RegPressureTracker &RPTracker, in initCandidate() argument
64 Cand.AtTop = AtTop; in initCandidate()
73 if (AtTop) in initCandidate()
157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue()
242 IsTopNode = Cand.AtTop; in pickNodeBidirectional()
H A DGCNSchedStrategy.h39 bool AtTop, const RegPressureTracker &RPTracker,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h870 bool AtTop; member
885 AtTop = false; in reset()
897 AtTop = Best.AtTop; in setBest()
1011 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2893 tracePick(Cand.Reason, Cand.AtTop); in tracePick()
3061 if (Cand.AtTop != TryCand.AtTop) in tryPressure()
3134 bool AtTop, in initCandidate() argument
3138 Cand.AtTop = AtTop; in initCandidate()
3140 if (AtTop) { in initCandidate()
3190 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate()
3191 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
3235 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3237 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate()
3245 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
[all …]