Searched refs:ProdMI (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 363 bool isDependent(const MachineInstr &ProdMI, 415 bool isVecUsableNextPacket(const MachineInstr &ProdMI, 430 bool producesStall(const MachineInstr &ProdMI,
|
| H A D | HexagonInstrInfo.cpp | 2209 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, in isDependent() argument 2211 if (!ProdMI.getDesc().getNumDefs()) in isDependent() 2220 parseOperands(ProdMI, DefsA, UsesA); in isDependent() 2941 bool HexagonInstrInfo::isVecUsableNextPacket(const MachineInstr &ProdMI, in isVecUsableNextPacket() argument 2943 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI)) in isVecUsableNextPacket() 3162 bool HexagonInstrInfo::producesStall(const MachineInstr &ProdMI, in producesStall() argument 3165 if (!isHVXVec(ProdMI)) in producesStall() 3169 if (!isDependent(ProdMI, ConsMI)) in producesStall() 3174 if (isVecUsableNextPacket(ProdMI, ConsMI)) in producesStall()
|