Lines Matching refs:getSource
350 Type operandType = dimOp.getSource().getType(); in matchAndRewrite()
381 UnrankedMemRefDescriptor unrankedDesc(adaptor.getSource()); in extractSizeOfUnrankedMemRef()
432 MemRefDescriptor descriptor(adaptor.getSource()); in extractSizeOfRankedMemRef()
441 MemRefDescriptor memrefDescriptor(adaptor.getSource()); in extractSizeOfRankedMemRef()
812 return rewriter.replaceOp(memRefCastOp, {adaptor.getSource()}); in rewrite()
823 loc, adaptor.getSource(), rewriter); in rewrite()
844 UnrankedMemRefDescriptor memRefDesc(adaptor.getSource()); in rewrite()
874 auto srcType = op.getSource().getType().dyn_cast<MemRefType>(); in lowerToMemCopyIntrinsic()
876 MemRefDescriptor srcDesc(adaptor.getSource()); in lowerToMemCopyIntrinsic()
915 auto srcType = op.getSource().getType().cast<BaseMemRefType>(); in lowerToMemCopyFunctionCall()
936 ? makeUnranked(adaptor.getSource(), srcType) in lowerToMemCopyFunctionCall()
937 : adaptor.getSource(); in lowerToMemCopyFunctionCall()
972 auto srcType = op.getSource().getType().cast<BaseMemRefType>(); in matchAndRewrite()
1043 Type srcType = castOp.getSource().getType(); in matchAndRewrite()
1072 castOp.getSource(), adaptor.getSource(), in convertSourceMemRefToDescriptor()
1109 Type srcType = reshapeOp.getSource().getType(); in matchAndRewrite()
1143 reshapeOp.getSource(), adaptor.getSource(), in convertSourceMemRefToDescriptor()
1232 reshapeOp.getSource(), adaptor.getSource(), in convertSourceMemRefToDescriptor()
1646 auto sourceMemRefType = subViewOp.getSource().getType().cast<MemRefType>(); in matchAndRewrite()
1753 subViewOp.getSource().getType().cast<MemRefType>().getShape()[i]; in matchAndRewrite()
1761 rewriter.create<memref::DimOp>(loc, subViewOp.getSource(), pos); in matchAndRewrite()
1919 MemRefDescriptor sourceMemRef(adaptor.getSource()); in matchAndRewrite()
1924 auto srcMemRefType = viewOp.getSource().getType().cast<MemRefType>(); in matchAndRewrite()