Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp96 void emitNativeCodeMatch(DagNode tree, StringRef name, int depth);
380 emitNativeCodeMatch(tree, name, depth); in emitMatch()
433 void PatternEmitter::emitNativeCodeMatch(DagNode tree, StringRef opName, in emitNativeCodeMatch() function in PatternEmitter