Home
last modified time | relevance | path

Searched refs:sourceMemRefType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2086 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType() argument
2090 unsigned rank = sourceMemRefType.getRank(); in inferResultType()
2099 auto res = getStridesAndOffset(sourceMemRefType, sourceStrides, sourceOffset); in inferResultType()
2129 staticSizes, sourceMemRefType.getElementType(), in inferResultType()
2131 sourceMemRefType.getContext()), in inferResultType()
2132 sourceMemRefType.getMemorySpace()); in inferResultType()
2135 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType() argument
2147 return SubViewOp::inferResultType(sourceMemRefType, staticOffsets, in inferResultType()
2213 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
2216 resultType = SubViewOp::inferResultType(sourceMemRefType, staticOffsets, in build()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp59 auto sourceMemRefType = resultBuffer->getType().cast<BaseMemRefType>(); in bufferize() local
64 if (auto rankedMemRefType = sourceMemRefType.dyn_cast<MemRefType>()) in bufferize()
71 sourceMemRefType.getMemorySpaceAsInt()); in bufferize()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp923 MemRefType sourceMemRefType = in matchAndRewrite() local
928 if (!sourceMemRefType.hasStaticShape() || in matchAndRewrite()
944 auto sourceStrides = computeContiguousStrides(sourceMemRefType); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td1640 static Type inferResultType(MemRefType sourceMemRefType,
1644 static Type inferResultType(MemRefType sourceMemRefType,
1657 MemRefType sourceMemRefType,
1662 MemRefType sourceMemRefType,
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1646 auto sourceMemRefType = subViewOp.getSource().getType().cast<MemRefType>(); in matchAndRewrite() local
1648 typeConverter->convertType(sourceMemRefType.getElementType()); in matchAndRewrite()