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