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