Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1478 unsigned PredOpcode = Pred->getOpcode(); in canRemovePTestInstr() local
1479 bool PredIsPTestLike = isPTestLikeOpcode(PredOpcode); in canRemovePTestInstr()
1480 bool PredIsWhileLike = isWhileOpcode(PredOpcode); in canRemovePTestInstr()
1487 return PredOpcode; in canRemovePTestInstr()
1494 getElementSizeForOpcode(PredOpcode)) in canRemovePTestInstr()
1495 return PredOpcode; in canRemovePTestInstr()
1506 return PredOpcode; in canRemovePTestInstr()
1523 getElementSizeForOpcode(PredOpcode)) { in canRemovePTestInstr()
1525 return PredOpcode; in canRemovePTestInstr()
1550 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in canRemovePTestInstr()
[all …]
H A DAArch64ISelLowering.cpp15596 unsigned PredOpcode = Signed ? AArch64ISD::SDIV_PRED : AArch64ISD::UDIV_PRED; in LowerDIV() local
15612 return LowerToPredicatedOp(Op, DAG, PredOpcode); in LowerDIV()
29006 unsigned PredOpcode = Signed ? AArch64ISD::SDIV_PRED : AArch64ISD::UDIV_PRED; in LowerFixedLengthVectorIntDivideToSVE() local
29027 return LowerToPredicatedOp(Op, DAG, PredOpcode); in LowerFixedLengthVectorIntDivideToSVE()