Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp111 void emitEitherOperandMatch(DagNode tree, DagNode eitherArgTree,
689 void PatternEmitter::emitEitherOperandMatch(DagNode tree, DagNode eitherArgTree, in emitEitherOperandMatch() argument
693 if (eitherArgTree.getNumArgs() != numEitherArgs) in emitEitherOperandMatch()
709 if (DagNode argTree = eitherArgTree.getArgAsNestedDag(i)) { in emitEitherOperandMatch()
728 /*operandMatcher=*/eitherArgTree.getArgAsLeaf(i), in emitEitherOperandMatch()
729 /*argName=*/eitherArgTree.getArgName(i), argIndex); in emitEitherOperandMatch()