Searched refs:AtTop (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCMachineScheduler.cpp | 61 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | GCNSchedStrategy.cpp | 58 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()
|
| D | GCNSchedStrategy.h | 39 bool AtTop, const RegPressureTracker &RPTracker,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineScheduler.h | 870 bool AtTop; member 885 AtTop = false; in reset() 897 AtTop = Best.AtTop; in setBest() 1011 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineScheduler.cpp | 2895 tracePick(Cand.Reason, Cand.AtTop); in tracePick() 3063 if (Cand.AtTop != TryCand.AtTop) in tryPressure() 3136 bool AtTop, in initCandidate() argument 3140 Cand.AtTop = AtTop; in initCandidate() 3142 if (AtTop) { in initCandidate() 3193 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3194 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate() 3238 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 3240 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 3248 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() [all …]
|