Searched refs:SUd (Results 1 – 5 of 5) sorted by relevance
26 bool HexagonVLIWResourceModel::hasDependence(const SUnit *SUd, in hasDependence() argument31 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()
28 bool hasDependence(const SUnit *SUd, const SUnit *SUu) override;
57 virtual bool hasDependence(const SUnit *SUd, const SUnit *SUu);
87 bool VLIWResourceModel::hasDependence(const SUnit *SUd, const SUnit *SUu) { in hasDependence() argument88 if (SUd->Succs.size() == 0) in hasDependence()91 for (const auto &S : SUd->Succs) { in hasDependence()
844 def : InstRW<[Ampere1BWrite_3cyc_1XY], (instregex "^[SUd]CVTFv.[fi]16")>;882 def : InstRW<[Ampere1BWrite_3cyc_1XY], (instregex "^[SUd]CVTFv.[fi](32|64)")>;