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