Home
last modified time | relevance | path

Searched refs:PredOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1318 unsigned PredOpcode = Pred->getOpcode(); in optimizePTestInstr() local
1319 bool PredIsPTestLike = isPTestLikeOpcode(PredOpcode); in optimizePTestInstr()
1320 bool PredIsWhileLike = isWhileOpcode(PredOpcode); in optimizePTestInstr()
1326 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in optimizePTestInstr()
H A DAArch64ISelLowering.cpp10579 unsigned PredOpcode = Signed ? AArch64ISD::SDIV_PRED : AArch64ISD::UDIV_PRED; in LowerDIV() local
10582 return LowerToPredicatedOp(Op, DAG, PredOpcode); in LowerDIV()
18057 unsigned PredOpcode = Signed ? AArch64ISD::SDIV_PRED : AArch64ISD::UDIV_PRED; in LowerFixedLengthVectorIntDivideToSVE() local
18061 return LowerToPredicatedOp(Op, DAG, PredOpcode, /*OverrideNEON=*/true); in LowerFixedLengthVectorIntDivideToSVE()