Searched refs:TopRoots (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp80 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots,
232 GCNMinRegScheduler::schedule(ArrayRef<const SUnit*> TopRoots, argument
242 for (auto SU : TopRoots) {
278 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots, argument
281 return S.schedule(TopRoots, DAG);
H A DGCNIterativeScheduler.cpp40 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots,
145 SmallVector<SUnit *, 8> TopRoots; member in class:GCNIterativeScheduler::BuildDAG
158 Sch.findRootsAndBiasEdges(TopRoots, BotRoots);
167 return TopRoots;
H A DGCNILPSched.cpp51 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots,
H A DSIMachineScheduler.cpp1922 SmallVector<SUnit*, 8> TopRoots, BotRoots; local
1930 findRootsAndBiasEdges(TopRoots, BotRoots);
1936 initQueues(TopRoots, BotRoots);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h356 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
370 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
497 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp758 SmallVector<SUnit*, 8> TopRoots, BotRoots; local
759 findRootsAndBiasEdges(TopRoots, BotRoots);
770 initQueues(TopRoots, BotRoots);
829 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, argument
839 TopRoots.push_back(&SU);
848 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, argument
857 for (SUnit *SU : TopRoots)
1206 SmallVector<SUnit*, 8> TopRoots, BotRoots; local
1207 findRootsAndBiasEdges(TopRoots, BotRoots);
1218 initQueues(TopRoots, BotRoot
1379 initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp204 SmallVector<SUnit*, 8> TopRoots, BotRoots; local
205 findRootsAndBiasEdges(TopRoots, BotRoots);
222 initQueues(TopRoots, BotRoots);

Completed in 80 milliseconds