Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp164 for (auto &it : other.rewriteFunctions) in mergeIn()
197 rewriteFunctions.try_emplace(name, std::move(rewriteFn)); in registerRewriteFunction()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h197 std::vector<PDLRewriteFunction> rewriteFunctions; variable
H A DByteCode.cpp1030 rewriteFunctions.push_back(std::move(it.second)); in PDLByteCode()
1065 ArrayRef<PDLRewriteFunction> rewriteFunctions) in ByteCodeExecutor() argument
1074 rewriteFunctions(rewriteFunctions) {} in ByteCodeExecutor()
1307 ArrayRef<PDLRewriteFunction> rewriteFunctions; member in __anonaa7cf1d91411::ByteCodeExecutor
1350 const PDLRewriteFunction &rewriteFn = rewriteFunctions[read()]; in executeApplyRewrite()
2181 constraintFunctions, rewriteFunctions); in match()
2204 constraintFunctions, rewriteFunctions); in rewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h1347 return rewriteFunctions;
1350 return rewriteFunctions;
1357 rewriteFunctions.clear();
1366 llvm::StringMap<PDLRewriteFunction> rewriteFunctions;