Home
last modified time | relevance | path

Searched refs:BotRoots (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp288 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule() argument
304 for (const auto *SU : BotRoots) { in schedule()
355 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler() argument
358 return S.schedule(BotRoots, DAG); in makeGCNILPScheduler()
H A DGCNIterativeScheduler.cpp27 std::vector<const SUnit *> makeGCNILPScheduler(ArrayRef<const SUnit *> BotRoots,
126 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG
137 Sch.findRootsAndBiasEdges(TopRoots, BotRoots); in BuildDAG()
149 return BotRoots; in getBottomRoots()
H A DSIMachineScheduler.cpp1873 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1887 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
1893 initQueues(TopRoots, BotRoots); in schedule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h370 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
388 SmallVectorImpl<SUnit*> &BotRoots);
510 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp844 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
845 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
856 initQueues(TopRoots, BotRoots); in schedule()
916 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges() argument
928 BotRoots.push_back(&SU); in findRootsAndBiasEdges()
935 ArrayRef<SUnit*> BotRoots) { in initQueues() argument
949 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues()
1468 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1469 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
1480 initQueues(TopRoots, BotRoots); in schedule()
[all …]
H A DVLIWMachineScheduler.cpp214 SmallVector<SUnit *, 8> TopRoots, BotRoots; in schedule() local
215 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
238 initQueues(TopRoots, BotRoots); in schedule()