Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp26 bool HexagonVLIWResourceModel::hasDependence(const SUnit *SUd, in hasDependence() argument
31 if (QII->mayBeCurLoad(*SUd->getInstr())) in hasDependence()
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
88 if (SUd->Succs.size() == 0) in hasDependence()
91 for (const auto &S : SUd->Succs) { in hasDependence()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1B.td844 def : InstRW<[Ampere1BWrite_3cyc_1XY], (instregex "^[SUd]CVTFv.[fi]16")>;
882 def : InstRW<[Ampere1BWrite_3cyc_1XY], (instregex "^[SUd]CVTFv.[fi](32|64)")>;