Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h56 SDValue RootVectorLenOp; variable
61 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext()
71 RootVectorLenOp = Root->getOperand(*RootVLenPos); in VPMatchContext()
103 if (RootVectorLenOp != OpVal.getOperand(*VLenPos)) 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()
161 {N1, N2, N3, RootMaskOp, RootVectorLenOp}, Flags); in getNode()