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