Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp921 SDValue RootMaskOp; member in __anonffc06dc60111::VPMatchContext
926 : DAG(DAG), TLI(TLI), RootMaskOp(), RootVectorLenOp() { in VPMatchContext()
929 RootMaskOp = Root->getOperand(*RootMaskPos); in VPMatchContext()
951 if (RootMaskOp != MaskOp && 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()