Searched refs:BotRoots (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNILPSched.cpp | 291 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule() argument 307 for (auto SU : BotRoots) { in schedule() 358 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler() argument 361 return S.schedule(BotRoots, DAG); in makeGCNILPScheduler()
|
D | GCNIterativeScheduler.cpp | 43 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, 147 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG 158 Sch.findRootsAndBiasEdges(TopRoots, BotRoots); in BuildDAG() 170 return BotRoots; in getBottomRoots()
|
D | SIMachineScheduler.cpp | 1922 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1930 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1936 initQueues(TopRoots, BotRoots); in schedule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 356 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 371 SmallVectorImpl<SUnit*> &BotRoots); 497 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 1023 SmallVector<SUnit*, 8> BotRoots; variable 1060 BotRoots.push_back(SU); in releaseBottomNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 758 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 759 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 770 initQueues(TopRoots, BotRoots); in schedule() 830 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges() argument 842 BotRoots.push_back(&SU); in findRootsAndBiasEdges() 849 ArrayRef<SUnit*> BotRoots) { in initQueues() argument 863 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues() 1206 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1207 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 1218 initQueues(TopRoots, BotRoots); in schedule() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 204 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 205 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 222 initQueues(TopRoots, BotRoots); in schedule()
|