Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h350 bool isVecALU(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp2827 bool HexagonInstrInfo::isVecALU(const MachineInstr *MI) const { in isVecALU() function in HexagonInstrInfo
2843 if (EnableALUForwarding && (isVecALU(ConsMI) || isLateSourceInstr(ConsMI))) in isVecUsableNextPacket()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h414 bool isVecALU(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2776 bool HexagonInstrInfo::isVecALU(const MachineInstr &MI) const { in isVecALU() function in HexagonInstrInfo
2789 if (EnableALUForwarding && (isVecALU(ConsMI) || isLateSourceInstr(ConsMI))) in isVecUsableNextPacket()