Searched refs:isLateSourceInstr (Results 1 – 4 of 4) 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()
381 bool isLateSourceInstr(const MachineInstr &MI) const;
2295 bool HexagonInstrInfo::isLateSourceInstr(const MachineInstr &MI) const { in isLateSourceInstr() function in HexagonInstrInfo2789 if (EnableALUForwarding && (isVecALU(ConsMI) || isLateSourceInstr(ConsMI))) in isVecUsableNextPacket()