Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp86 void emitMatch(DagNode tree, StringRef name, int depth);
370 emitMatch(tree, "op0", /*depth=*/1); in emitStaticMatcher()
378 void PatternEmitter::emitMatch(DagNode tree, StringRef name, int depth) { in emitMatch() function in PatternEmitter
618 emitMatch(argTree, argName, depth + 1); in emitOpMatch()
721 emitMatch(argTree, argName, depth + 1); in emitEitherOperandMatch()
847 emitMatch(tree, opName, depth); in emitMatchLogic()