Searched refs:TopRoots (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 80 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots, 232 GCNMinRegScheduler::schedule(ArrayRef<const SUnit*> TopRoots, in schedule() argument 242 for (auto SU : TopRoots) { in schedule() 278 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots, in makeMinRegSchedule() argument 281 return S.schedule(TopRoots, DAG); in makeMinRegSchedule()
|
D | GCNIterativeScheduler.cpp | 40 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots, 145 SmallVector<SUnit *, 8> TopRoots; member in GCNIterativeScheduler::BuildDAG 158 Sch.findRootsAndBiasEdges(TopRoots, BotRoots); in BuildDAG() 167 return TopRoots; in getTopRoots()
|
D | GCNILPSched.cpp | 51 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots,
|
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); 370 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, 497 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
|
/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() 829 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, in findRootsAndBiasEdges() argument 839 TopRoots.push_back(&SU); in findRootsAndBiasEdges() 848 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() argument 857 for (SUnit *SU : TopRoots) 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()
|