Lines Matching refs:parallelInsertSliceOp

872     auto parallelInsertSliceOp = cast<ParallelInsertSliceOp>(op);  in resolveConflicts()  local
874 parallelInsertSliceOp.getParallelCombiningParent(); in resolveConflicts()
884 OpResult opResult = parallelInsertSliceOp.getTiedOpResult(); in resolveConflicts()
890 rewriter, op->getLoc(), parallelInsertSliceOp.getDest(), in resolveConflicts()
896 rewriter.updateRootInPlace(parallelInsertSliceOp, [&]() { in resolveConflicts()
897 parallelInsertSliceOp.getDestMutable().assign(*alloc); in resolveConflicts()
906 auto parallelInsertSliceOp = cast<ParallelInsertSliceOp>(op); in bufferize() local
908 parallelInsertSliceOp.getParallelCombiningParent(); in bufferize()
913 getBuffer(rewriter, parallelInsertSliceOp.getDest(), options); in bufferize()
920 getBuffer(rewriter, parallelInsertSliceOp.getSource(), options); in bufferize()
928 parallelInsertSliceOp.getSourceType().getShape(), destBufferType, in bufferize()
929 parallelInsertSliceOp.getMixedOffsets(), in bufferize()
930 parallelInsertSliceOp.getMixedSizes(), in bufferize()
931 parallelInsertSliceOp.getMixedStrides()) in bufferize()
934 parallelInsertSliceOp.getLoc(), subviewMemRefType, *destBuffer, in bufferize()
935 parallelInsertSliceOp.getMixedOffsets(), in bufferize()
936 parallelInsertSliceOp.getMixedSizes(), in bufferize()
937 parallelInsertSliceOp.getMixedStrides()); in bufferize()
940 if (failed(options.createMemCpy(rewriter, parallelInsertSliceOp.getLoc(), in bufferize()
950 llvm::map_range(parallelInsertSliceOp.getTiedOpResult().getUses(), in bufferize()