Searched refs:isVecALU (Results 1 – 2 of 2) sorted by relevance
322 bool isVecALU(const MachineInstr *MI) const;
2484 bool HexagonInstrInfo::isVecALU(const MachineInstr *MI) const { in isVecALU() function in HexagonInstrInfo2500 if (EnableALUForwarding && (isVecALU(ConsMI) || isLateSourceInstr(ConsMI))) in isVecUsableNextPacket()