Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h195 bool checkHazard(SUnit *SU);
DHexagonMachineScheduler.cpp336 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary
354 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()
436 if (checkHazard(SU)) in releasePending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h754 bool checkHazard(SUnit *SU);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1992 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary
2105 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2395 if (checkHazard(*I)) { in pickOnlyChoice()