Searched refs:AtTop (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 63 bool AtTop, const RegPressureTracker &RPTracker, in initCandidate() argument 69 Cand.AtTop = AtTop; in initCandidate() 78 if (AtTop) in initCandidate() 157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue() 245 IsTopNode = Cand.AtTop; in pickNodeBidirectional()
|
| H A D | GCNSchedStrategy.h | 40 bool AtTop, const RegPressureTracker &RPTracker,
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 854 bool AtTop; member 869 AtTop = false; in reset() 881 AtTop = Best.AtTop; in setBest() 995 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2683 tracePick(Cand.Reason, Cand.AtTop); in tracePick() 2846 if (Cand.AtTop != TryCand.AtTop) in tryPressure() 2921 bool AtTop, in initCandidate() argument 2925 Cand.AtTop = AtTop; in initCandidate() 2927 if (AtTop) { in initCandidate() 2977 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3032 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3033 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate() 3088 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue() 3174 IsTopNode = Cand.AtTop; in pickNodeBidirectional() [all …]
|