Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp235 void RewriterBase::replaceOpWithinBlock(Operation *op, ValueRange newValues, in replaceOpWithinBlock() function in RewriterBase
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDecomposeLinalgOps.cpp377 rewriter.replaceOpWithinBlock(peeledScalarOperation, scalarReplacements, in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h440 void replaceOpWithinBlock(Operation *op, ValueRange newValues, Block *block,