Home
last modified time | relevance | path

Searched refs:makeMinRegSchedule (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp41 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots,
468 const auto MinSchedule = makeMinRegSchedule(DAG.getTopRoots(), *this); in tryMaximizeOccupancy()
556 const auto MinSchedule = makeMinRegSchedule(DAG.getTopRoots(), *this); in scheduleMinReg()
DGCNMinRegStrategy.cpp279 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots, in makeMinRegSchedule() function