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() 103 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() 104 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() 112 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 113 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate() 192 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() 193 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 166 bool AtTop, const RegPressureTracker &RPTracker, SUnit *SU, in getRegisterPressures() argument 174 AtTop in getRegisterPressures() 185 if (AtTop) { in getRegisterPressures() 200 bool AtTop, in initCandidate() argument 206 Cand.AtTop = AtTop; in initCandidate() 225 if (AtTop || !canUsePressureDiffs(*SU) || GCNTrackers) { in initCandidate() 226 getRegisterPressures(AtTop, RPTracker, SU, Pressure, MaxPressure, in initCandidate() 245 getRegisterPressures(AtTop, RPTracker, SU, CheckPressure, CheckMaxPressure, in initCandidate() 352 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue() 441 IsTopNode = Cand.AtTop; in pickNodeBidirectional() [all …]
|
| H A D | GCNSchedStrategy.h | 53 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 3666 tracePick(Cand.Reason, Cand.AtTop, IsPostRA); in tracePick() 3834 if (Cand.AtTop != TryCand.AtTop) in tryPressure() 3907 bool AtTop, in initCandidate() argument 3911 Cand.AtTop = AtTop; in initCandidate() 3913 if (AtTop) { in initCandidate() 3964 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3965 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate() 4008 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() 4009 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() 4017 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 1151 bool AtTop; member 1166 AtTop = false; in reset() 1178 AtTop = Best.AtTop; in setBest() 1300 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|