Lines Matching refs:replaceOp
264 rewriter.replaceOp(allocaScopeOp, continueBlock->getArguments()); in matchAndRewrite()
352 rewriter.replaceOp( in matchAndRewrite()
359 rewriter.replaceOp( in matchAndRewrite()
557 rewriter.replaceOp(atomicOp, {newLoaded}); in matchAndRewrite()
764 rewriter.replaceOp(op, {desc.rank(rewriter, loc)}); in matchAndRewrite()
768 rewriter.replaceOp( in matchAndRewrite()
812 return rewriter.replaceOp(memRefCastOp, {adaptor.getSource()}); in rewrite()
838 rewriter.replaceOp(memRefCastOp, (Value)memRefDesc); in rewrite()
855 rewriter.replaceOp(memRefCastOp, loadOp.getResult()); in rewrite()
1049 rewriter.replaceOp(castOp, {descriptor}); in matchAndRewrite()
1115 rewriter.replaceOp(reshapeOp, {descriptor}); in matchAndRewrite()
1628 rewriter.replaceOp(reshapeOp, {dstDesc}); in matchAndRewrite()
1795 rewriter.replaceOp(subViewOp, {targetMemRef}); in matchAndRewrite()
1819 return rewriter.replaceOp(transposeOp, {viewMemRef}), success(); in matchAndRewrite()
1845 rewriter.replaceOp(transposeOp, {targetMemRef}); in matchAndRewrite()
1951 return rewriter.replaceOp(viewOp, {targetMemRef}), success(); in matchAndRewrite()
1966 rewriter.replaceOp(viewOp, {targetMemRef}); in matchAndRewrite()