Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3026 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType() argument
3030 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() local
3118 auto resultType = inferResultType(sourceMemRefType, staticOffsets, in build()
3133 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
3134 unsigned rank = sourceMemRefType.getRank(); in build()
[all …]
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1132 MemRefType sourceMemRefType = in matchAndRewrite() local
1138 if (!sourceMemRefType.hasStaticShape() || in matchAndRewrite()
1154 auto sourceStrides = computeContiguousStrides(sourceMemRefType); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3428 auto sourceMemRefType = subViewOp.source().getType().cast<MemRefType>(); in matchAndRewrite() local
3430 typeConverter->convertType(sourceMemRefType.getElementType()) in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td3223 static Type inferResultType(MemRefType sourceMemRefType,