Home
last modified time | relevance | path

Searched refs:isVecALU (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h322 bool isVecALU(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp2484 bool HexagonInstrInfo::isVecALU(const MachineInstr *MI) const { in isVecALU() function in HexagonInstrInfo
2500 if (EnableALUForwarding && (isVecALU(ConsMI) || isLateSourceInstr(ConsMI))) in isVecUsableNextPacket()