Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp243 StaticMatcherHelper &staticMatcherHelper; member in __anon7a36dead0111::PatternEmitter
336 symbolInfoMap(pat->getLoc()), staticMatcherHelper(helper), os(os) { in PatternEmitter()
393 std::string funcName = staticMatcherHelper.getMatcherName(tree); in emitStaticMatchCall()
444 if (staticMatcherHelper.useStaticMatcher(tree) && in emitNativeCodeMatch()
445 !staticMatcherHelper.getMatcherName(tree).empty()) { in emitNativeCodeMatch()
527 StringRef verifier = staticMatcherHelper.getVerifierName(leaf); in emitNativeCodeMatch()
557 if (staticMatcherHelper.useStaticMatcher(tree) && in emitOpMatch()
558 !staticMatcherHelper.getMatcherName(tree).empty()) { in emitOpMatch()
670 StringRef verifier = staticMatcherHelper.getVerifierName(operandMatcher); in emitOperandMatch()
796 StringRef verifier = staticMatcherHelper.getVerifierName(matcher); in emitAttributeMatch()