Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp69 static bool hasDependence(const SUnit *SUd, const SUnit *SUu, in hasDependence() argument
78 if (QII.canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr())) in hasDependence()
87 if (S.getSUnit() == SUu && S.getLatency() > 0) in hasDependence()