Home
last modified time | relevance | path

Searched refs:getDotNewPredOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h390 int getDotNewPredOp(const MachineInstr *MI,
DHexagonVLIWPacketizer.cpp424 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
DHexagonInstrInfo.cpp3599 int HexagonInstrInfo::getDotNewPredOp(const MachineInstr *MI, in getDotNewPredOp() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h453 int getDotNewPredOp(const MachineInstr &MI,
DHexagonVLIWPacketizer.cpp357 return HII->isPredicated(MI) && HII->getDotNewPredOp(MI, nullptr) > 0; in isNewifiable()
454 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
DHexagonInstrInfo.cpp3602 int HexagonInstrInfo::getDotNewPredOp(const MachineInstr &MI, in getDotNewPredOp() function in HexagonInstrInfo