Searched refs:BotRoots (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 1901 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1909 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1915 initQueues(TopRoots, BotRoots); in schedule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 360 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 375 SmallVectorImpl<SUnit*> &BotRoots); 501 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 1037 SmallVector<SUnit*, 8> BotRoots; variable 1074 BotRoots.push_back(SU); in releaseBottomNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 775 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 776 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 787 initQueues(TopRoots, BotRoots); in schedule() 847 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges() argument 859 BotRoots.push_back(&SU); in findRootsAndBiasEdges() 866 ArrayRef<SUnit*> BotRoots) { in initQueues() argument 880 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues() 1223 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1224 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1235 initQueues(TopRoots, BotRoots); in schedule() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.cpp | 204 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 205 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 222 initQueues(TopRoots, BotRoots); in schedule()
|