Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp212 void RewriterBase::replaceOpWithIf( in replaceOpWithIf() function in RewriterBase
237 replaceOpWithIf(op, newValues, allUsesReplaced, [block](OpOperand &use) { in replaceOpWithinBlock()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h428 replaceOpWithIf(Operation *op, ValueRange newValues, bool *allUsesReplaced,
430 void replaceOpWithIf(Operation *op, ValueRange newValues, in replaceOpWithIf() function
432 replaceOpWithIf(op, newValues, /*allUsesReplaced=*/nullptr, in replaceOpWithIf()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DDialectConversion.h575 void replaceOpWithIf(
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1515 rewriter.replaceOpWithIf(op, operands[0], [](OpOperand &operand) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp1071 b.replaceOpWithIf(indexOp, applyOp.getResult(), [&](OpOperand &use) { in offsetIndices()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1500 void ConversionPatternRewriter::replaceOpWithIf( in replaceOpWithIf() function in ConversionPatternRewriter
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1035 rewriter.replaceOpWithIf(forOp, newResults, [&](OpOperand &op) { in matchAndRewrite()