Searched refs:RootMaskOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | MatchContext.h | 55 SDValue RootMaskOp; variable 61 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext() 65 RootMaskOp = Root->getOperand(*RootMaskPos); in VPMatchContext() 67 RootMaskOp = DAG.getAllOnesConstant(SDLoc(Root), in VPMatchContext() 96 if (RootMaskOp != MaskOp && in match() 117 {Operand, RootMaskOp, RootVectorLenOp}); in getNode() 125 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}); in getNode() 134 {N1, N2, N3, RootMaskOp, RootVectorLenOp}); in getNode() 142 return DAG.getNode(VPOpcode, DL, VT, {Operand, RootMaskOp, RootVectorLenOp}, in getNode() 151 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}, in getNode() [all …]
|