Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp26 bool HexagonVLIWResourceModel::hasDependence(const SUnit *SUd, in hasDependence() function in HexagonVLIWResourceModel
37 return VLIWResourceModel::hasDependence(SUd, SUu); in hasDependence()
HDHexagonMachineScheduler.h28 bool hasDependence(const SUnit *SUd, const SUnit *SUu) override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDVLIWMachineScheduler.h57 virtual bool hasDependence(const SUnit *SUd, const SUnit *SUu);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDVLIWMachineScheduler.cpp87 bool VLIWResourceModel::hasDependence(const SUnit *SUd, const SUnit *SUu) { in hasDependence() function in VLIWResourceModel
134 if (hasDependence(U, SU)) in isResourceAvailable()
138 if (hasDependence(SU, U)) in isResourceAvailable()