Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp27 const SUnit *SUu) { in hasDependence() argument
34 if (QII->canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr())) in hasDependence()
37 return VLIWResourceModel::hasDependence(SUd, SUu); in hasDependence()
DHexagonMachineScheduler.h28 bool hasDependence(const SUnit *SUd, const SUnit *SUu) override;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DVLIWMachineScheduler.h56 virtual bool hasDependence(const SUnit *SUd, const SUnit *SUu);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DVLIWMachineScheduler.cpp87 bool VLIWResourceModel::hasDependence(const SUnit *SUd, const SUnit *SUu) { in hasDependence() argument
97 if (S.getSUnit() == SUu && S.getLatency() > 0) in hasDependence()