Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A 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()
H A DHexagonMachineScheduler.h28 bool hasDependence(const SUnit *SUd, const SUnit *SUu) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h57 virtual bool hasDependence(const SUnit *SUd, const SUnit *SUu);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp87 bool VLIWResourceModel::hasDependence(const SUnit *SUd, const SUnit *SUu) { in hasDependence() argument
97 if (S.getSUnit() == SUu && S.getLatency() > 0) in hasDependence()