Searched refs:AtTop (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 151 static void getRegisterPressures(bool AtTop, in getRegisterPressures() argument 158 if (AtTop) in getRegisterPressures() 165 bool AtTop, in initCandidate() argument 171 Cand.AtTop = AtTop; in initCandidate() 190 if (AtTop || !canUsePressureDiffs(*SU)) { in initCandidate() 191 getRegisterPressures(AtTop, RPTracker, SU, Pressure, MaxPressure); in initCandidate() 209 getRegisterPressures(AtTop, RPTracker, SU, CheckPressure, CheckMaxPressure); in initCandidate() 307 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue() 396 IsTopNode = Cand.AtTop; in pickNodeBidirectional() 502 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() [all …]
|
H A D | GCNSchedStrategy.h | 50 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 1129 bool AtTop; member 1144 AtTop = false; in reset() 1156 AtTop = Best.AtTop; in setBest() 1270 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 3245 tracePick(Cand.Reason, Cand.AtTop); in tracePick() 3411 if (Cand.AtTop != TryCand.AtTop) in tryPressure() 3484 bool AtTop, in initCandidate() argument 3488 Cand.AtTop = AtTop; in initCandidate() 3490 if (AtTop) { in initCandidate() 3541 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3542 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate() 3586 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 3588 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred(); in tryCandidate() 3596 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() [all …]
|