Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp722 SDValue Op = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_CTLZ()
773 SDValue Op = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_CTPOP_PARITY()
1454 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SHL()
1509 SDValue LHS = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_ZExtIntBinOp()
1510 SDValue RHS = VPZExtPromotedInteger(N->getOperand(1), Mask, EVL); in PromoteIntRes_ZExtIntBinOp()
1542 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SRA()
1560 SDValue LHS = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_SRL()
1562 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SRL()
1631 Amt = VPZExtPromotedInteger(Amt, Mask, EVL); in PromoteIntRes_VPFunnelShift()
H A DLegalizeTypes.h290 SDValue VPZExtPromotedInteger(SDValue Op, SDValue Mask, SDValue EVL) { in VPZExtPromotedInteger() function