Lines Matching refs:RootMaskOp
54 SDValue RootMaskOp; variable
60 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext()
64 RootMaskOp = Root->getOperand(*RootMaskPos); in VPMatchContext()
66 RootMaskOp = DAG.getAllOnesConstant(SDLoc(Root), in VPMatchContext()
95 if (RootMaskOp != MaskOp && in match()
116 {Operand, RootMaskOp, RootVectorLenOp}); in getNode()
124 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}); in getNode()
133 {N1, N2, N3, RootMaskOp, RootVectorLenOp}); in getNode()
141 return DAG.getNode(VPOpcode, DL, VT, {Operand, RootMaskOp, RootVectorLenOp}, in getNode()
150 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}, in getNode()
160 {N1, N2, N3, RootMaskOp, RootVectorLenOp}, Flags); in getNode()