Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp291 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule()
358 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler()
DGCNIterativeScheduler.cpp147 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG
DSIMachineScheduler.cpp1922 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp758 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
830 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges()
849 ArrayRef<SUnit*> BotRoots) { in initQueues()
1206 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1380 ArrayRef<SUnit*> BotRoots) { in initQueues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp204 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h1023 SmallVector<SUnit*, 8> BotRoots; variable