Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp358 return HII->isPredicated(MI) && HII->getDotNewPredOp(MI, nullptr) > 0; in isNewifiable()
455 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
883 HII->getDotNewPredOp(MI, MBPI); in canPromoteToDotNew()
H A DHexagonInstrInfo.h455 int getDotNewPredOp(const MachineInstr &MI,
H A DHexagonInstrInfo.cpp3861 int HexagonInstrInfo::getDotNewPredOp(const MachineInstr &MI, in getDotNewPredOp() function in HexagonInstrInfo