Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1765 StaticMatcherHelper staticMatcher(os, recordKeeper, recordOpMap); in emitRewriters() local
1767 staticMatcher.addPattern(p); in emitRewriters()
1768 staticMatcher.populateStaticConstraintFunctions(os); in emitRewriters()
1769 staticMatcher.populateStaticMatchers(os); in emitRewriters()
1788 PatternEmitter(p, &recordOpMap, os, staticMatcher).emit(name); in emitRewriters()