Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Rewrite/
H A DPatternApplicator.cpp155 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
171 pdlMatch = &pdlMatches[pdlIt]; in matchAndRewrite()
172 bestPattern = pdlMatch->pattern; in matchAndRewrite()
193 if (pdlMatch) { in matchAndRewrite()
194 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DPatternApplicator.cpp155 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
171 pdlMatch = &pdlMatches[pdlIt]; in matchAndRewrite()
172 bestPattern = pdlMatch->pattern; in matchAndRewrite()
193 if (pdlMatch) { in matchAndRewrite()
194 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DPatternApplicator.cpp155 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
171 pdlMatch = &pdlMatches[pdlIt]; in matchAndRewrite()
172 bestPattern = pdlMatch->pattern; in matchAndRewrite()
193 if (pdlMatch) { in matchAndRewrite()
194 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DPatternApplicator.cpp155 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
171 pdlMatch = &pdlMatches[pdlIt]; in matchAndRewrite()
172 bestPattern = pdlMatch->pattern; in matchAndRewrite()
193 if (pdlMatch) { in matchAndRewrite()
194 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DPatternApplicator.cpp138 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
149 pdlMatch = pdlIt; in matchAndRewrite()
164 if (pdlMatch) { in matchAndRewrite()
165 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DPatternApplicator.cpp138 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
149 pdlMatch = pdlIt; in matchAndRewrite()
164 if (pdlMatch) { in matchAndRewrite()
165 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()