Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp69 LogicalResult mlir::linalg::LinalgTransformationFilter::checkAndNotify( in checkAndNotify() function in mlir::linalg::LinalgTransformationFilter
369 if (failed(filter.checkAndNotify(rewriter, op))) in returningMatchAndRewrite()
409 if (failed(filter.checkAndNotify(rewriter, linalgOp))) in returningMatchAndRewrite()
481 if (failed(filter.checkAndNotify(rewriter, op))) in returningMatchAndRewrite()
544 if (failed(filter.checkAndNotify(rewriter, genericOp))) in returningMatchAndRewrite()
572 if (failed(filter.checkAndNotify(rewriter, linalgOp))) in returningMatchAndRewrite()
595 if (failed(filter.checkAndNotify(rewriter, linalgOp))) in matchAndRewrite()
624 if (failed(filter.checkAndNotify(rewriter, linalgOp))) in matchAndRewrite()
851 if (failed(filter.checkAndNotify(rewriter, convOp))) in returningMatchAndRewrite()
921 if (failed(filter.checkAndNotify(rewriter, convOp))) in returningMatchAndRewrite()
H A DSplitReduction.cpp65 if (failed(filter.checkAndNotify(b, op)) || !op.hasTensorSemantics() || in splitReduction()
/llvm-project-15.0.7/mlir/test/lib/Interfaces/TilingInterface/
H A DTestTilingInterface.cpp53 if (failed(filter.checkAndNotify(rewriter, op))) in matchAndRewrite()
95 if (failed(filter.checkAndNotify(rewriter, op))) in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h359 LogicalResult checkAndNotify(PatternRewriter &rewriter, Operation *op) const;
1130 if (failed(filter.checkAndNotify(rewriter, linalgOp))) in matchAndRewrite()