Searched refs:isVecAcc (Results 1 – 2 of 2) sorted by relevance
349 bool isVecAcc(const MachineInstr *MI) const;
2822 bool HexagonInstrInfo::isVecAcc(const MachineInstr *MI) const { in isVecAcc() function in HexagonInstrInfo2840 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI)) in isVecUsableNextPacket()