Searched refs:RootVectorLenOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | MatchContext.h | 55 SDValue RootVectorLenOp; variable 60 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext() 70 RootVectorLenOp = Root->getOperand(*RootVLenPos); in VPMatchContext() 102 if (RootVectorLenOp != OpVal.getOperand(*VLenPos)) 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()
|