Searched refs:RootVectorLenOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 922 SDValue RootVectorLenOp; member in __anonffc06dc60111::VPMatchContext 926 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext() 933 RootVectorLenOp = Root->getOperand(*RootVLenPos); in VPMatchContext() 958 if (RootVectorLenOp != OpVal.getOperand(*VLenPos)) in match() 972 {Operand, RootMaskOp, RootVectorLenOp}); in getNode() 981 {N1, N2, RootMaskOp, RootVectorLenOp}); in getNode() 990 {N1, N2, N3, RootMaskOp, RootVectorLenOp}); in getNode() 998 return DAG.getNode(VPOpcode, DL, VT, {Operand, RootMaskOp, RootVectorLenOp}, in getNode() 1007 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}, in getNode() 1017 {N1, N2, N3, RootMaskOp, RootVectorLenOp}, Flags); in getNode()
|