Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h54 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()
[all …]