Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp366 return HII->isPredicated(MI) && HII->getDotNewPredOp(MI, nullptr) > 0; in isNewifiable()
463 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
891 HII->getDotNewPredOp(MI, MBPI); in canPromoteToDotNew()
H A DHexagonInstrInfo.h453 int getDotNewPredOp(const MachineInstr &MI,
H A DHexagonInstrInfo.cpp3825 int HexagonInstrInfo::getDotNewPredOp(const MachineInstr &MI, in getDotNewPredOp() function in HexagonInstrInfo