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