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.cpp367 return HII->isPredicated(MI) && HII->getDotNewPredOp(MI, nullptr) > 0; in isNewifiable()
464 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
892 HII->getDotNewPredOp(MI, MBPI); in canPromoteToDotNew()
H A DHexagonInstrInfo.h454 int getDotNewPredOp(const MachineInstr &MI,
H A DHexagonInstrInfo.cpp3857 int HexagonInstrInfo::getDotNewPredOp(const MachineInstr &MI, in getDotNewPredOp() function in HexagonInstrInfo