Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp26 bool HexagonVLIWResourceModel::hasDependence(const SUnit *SUd, in hasDependence() function in HexagonVLIWResourceModel
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() function in VLIWResourceModel
134 if (hasDependence(Packet[i], SU)) in isResourceAvailable()
138 if (hasDependence(SU, Packet[i])) in isResourceAvailable()