Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp117 void emitAttributeMatch(DagNode tree, StringRef opName, int argIndex,
634 emitAttributeMatch(tree, opName, i, depth); in emitOpMatch()
757 void PatternEmitter::emitAttributeMatch(DagNode tree, StringRef opName, in emitAttributeMatch() function in PatternEmitter