Searched refs:replaceOpWithIf (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | PatternMatch.cpp | 212 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 D | PatternMatch.h | 428 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 D | DialectConversion.h | 575 void replaceOpWithIf(
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestPatterns.cpp | 1515 rewriter.replaceOpWithIf(op, operands[0], [](OpOperand &operand) { in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 1071 b.replaceOpWithIf(indexOp, applyOp.getResult(), [&](OpOperand &use) { in offsetIndices()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | DialectConversion.cpp | 1500 void ConversionPatternRewriter::replaceOpWithIf( in replaceOpWithIf() function in ConversionPatternRewriter
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/ |
| H A D | SCF.cpp | 1035 rewriter.replaceOpWithIf(forOp, newResults, [&](OpOperand &op) { in matchAndRewrite()
|