Home
last modified time | relevance | path

Searched refs:isBottomReady (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h449 bool isBottomReady() const { in isBottomReady() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp305 if (SU->isBottomReady()) in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp979 if (SU->isBottomReady()) in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp790 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in schedule()
1423 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in scheduleMI()
3247 if (SU->isBottomReady()) in pickNode()