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