Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp290 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule() argument
306 for (const auto *SU : BotRoots) { in schedule()
357 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler() argument
360 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.cpp1881 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1895 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
1901 initQueues(TopRoots, BotRoots); in schedule()
/freebsd-14.2/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);
1296 SmallVector<SUnit*, 8> BotRoots; variable
1333 BotRoots.push_back(SU); in releaseBottomNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp808 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
809 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
820 initQueues(TopRoots, BotRoots); in schedule()
892 BotRoots.push_back(&SU); in findRootsAndBiasEdges()
913 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues()
1430 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1431 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
1442 initQueues(TopRoots, BotRoots); in schedule()
1605 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
3829 BotRoots.clear(); in initialize()
[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()