Searched refs:VPZExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 682 SDValue Op = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_CTLZ() 733 SDValue Op = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_CTPOP_PARITY() 1409 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SHL() 1464 SDValue LHS = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_ZExtIntBinOp() 1465 SDValue RHS = VPZExtPromotedInteger(N->getOperand(1), Mask, EVL); in PromoteIntRes_ZExtIntBinOp() 1497 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SRA() 1515 SDValue LHS = VPZExtPromotedInteger(N->getOperand(0), Mask, EVL); in PromoteIntRes_SRL() 1517 RHS = VPZExtPromotedInteger(RHS, Mask, EVL); in PromoteIntRes_SRL() 1586 Amt = VPZExtPromotedInteger(Amt, Mask, EVL); in PromoteIntRes_VPFunnelShift()
|
H A D | LegalizeTypes.h | 290 SDValue VPZExtPromotedInteger(SDValue Op, SDValue Mask, SDValue EVL) { in VPZExtPromotedInteger() function
|