Searched refs:initQueues (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 329 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 464 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 369 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 505 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 778 initQueues(TopRoots, BotRoots); in schedule() 856 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI 1219 initQueues(TopRoots, BotRoots); in schedule() 1380 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive 1382 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 700 initQueues(TopRoots, BotRoots); in schedule() 781 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI 1102 initQueues(TopRoots, BotRoots); in schedule() 1263 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive 1265 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 179 initQueues(TopRoots, BotRoots); in schedule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 222 initQueues(TopRoots, BotRoots); in schedule()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 1800 initQueues(TopRoots, BotRoots); in schedule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 1945 initQueues(TopRoots, BotRoots); in schedule()
|