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