Searched refs:BotRoots (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNILPSched.cpp | 290 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule() argument 306 for (auto SU : BotRoots) { in schedule() 357 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler() argument 360 return S.schedule(BotRoots, DAG); in makeGCNILPScheduler()
|
| H A D | GCNIterativeScheduler.cpp | 27 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, 131 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG 142 Sch.findRootsAndBiasEdges(TopRoots, BotRoots); in BuildDAG() 154 return BotRoots; in getBottomRoots()
|
| H A D | SIMachineScheduler.cpp | 1881 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1895 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1901 initQueues(TopRoots, BotRoots); in schedule()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 367 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 382 SmallVectorImpl<SUnit*> &BotRoots); 504 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 1040 SmallVector<SUnit*, 8> BotRoots; variable 1077 BotRoots.push_back(SU); in releaseBottomNode()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 776 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 777 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 788 initQueues(TopRoots, BotRoots); in schedule() 860 BotRoots.push_back(&SU); in findRootsAndBiasEdges() 881 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues() 1222 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1223 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1234 initQueues(TopRoots, BotRoots); in schedule() 1397 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues() 3519 BotRoots.clear(); in initialize() [all …]
|
| H A D | VLIWMachineScheduler.cpp | 214 SmallVector<SUnit *, 8> TopRoots, BotRoots; in schedule() local 215 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 238 initQueues(TopRoots, BotRoots); in schedule()
|