Lines Matching refs:VVPOpcode
44 unsigned VVPOpcode = VVPOpcodeOpt.value(); in lowerToVVP() local
50 switch (VVPOpcode) { in lowerToVVP()
83 if (isVVPUnaryOp(VVPOpcode)) in lowerToVVP()
84 return CDAG.getNode(VVPOpcode, LegalVecVT, {Op->getOperand(0), Mask, AVL}); in lowerToVVP()
85 if (isVVPBinaryOp(VVPOpcode)) in lowerToVVP()
86 return CDAG.getNode(VVPOpcode, LegalVecVT, in lowerToVVP()
88 if (isVVPReductionOp(VVPOpcode)) { in lowerToVVP()
92 return CDAG.getLegalReductionOpVVP(VVPOpcode, Op.getValueType(), StartV, in lowerToVVP()
96 switch (VVPOpcode) { in lowerToVVP()
105 return CDAG.getNode(VVPOpcode, LegalVecVT, {X, Y, Z, Mask, AVL}); in lowerToVVP()
111 return CDAG.getNode(VVPOpcode, LegalVecVT, {OnTrue, OnFalse, Mask, AVL}); in lowerToVVP()
118 return CDAG.getNode(VVPOpcode, LegalResVT, {LHS, RHS, Pred, Mask, AVL}); in lowerToVVP()