Searched refs:sourceMemRefType (Results 1 – 4 of 4) sorted by relevance
3026 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType() argument3030 unsigned rank = sourceMemRefType.getRank(); in inferResultType()3041 auto res = getStridesAndOffset(sourceMemRefType, sourceStrides, sourceOffset); in inferResultType()3066 staticSizes, sourceMemRefType.getElementType(), in inferResultType()3068 sourceMemRefType.getContext()), in inferResultType()3069 sourceMemRefType.getMemorySpace()); in inferResultType()3117 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local3118 auto resultType = inferResultType(sourceMemRefType, staticOffsets, in build()3133 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local3134 unsigned rank = sourceMemRefType.getRank(); in build()[all …]
1132 MemRefType sourceMemRefType = in matchAndRewrite() local1138 if (!sourceMemRefType.hasStaticShape() || in matchAndRewrite()1154 auto sourceStrides = computeContiguousStrides(sourceMemRefType); in matchAndRewrite()
3428 auto sourceMemRefType = subViewOp.source().getType().cast<MemRefType>(); in matchAndRewrite() local3430 typeConverter->convertType(sourceMemRefType.getElementType()) in matchAndRewrite()
3223 static Type inferResultType(MemRefType sourceMemRefType,