Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp149 std::string handleReplaceWithNativeCodeCall(DagNode resultTree, int depth);
1117 return handleReplaceWithNativeCodeCall(resultTree, depth); in handleResultPattern()
1202 return handleReplaceWithNativeCodeCall(dagNode, depth); in handleReturnTypeArg()
1246 std::string PatternEmitter::handleReplaceWithNativeCodeCall(DagNode tree, in handleReplaceWithNativeCodeCall() function in PatternEmitter