Home
last modified time | relevance | path

Searched refs:makeStridedLinearLayoutMap (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/IR/
H A DShapedTypeTest.cpp30 AffineMap map = makeStridedLinearLayoutMap({2, 3}, 5, &context); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp171 AffineMap stridedLayout = makeStridedLinearLayoutMap( in bufferize()
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp908 AffineMap mlir::makeStridedLinearLayoutMap(ArrayRef<int64_t> strides, in makeStridedLinearLayoutMap() function in mlir
1027 AffineMapAttr::get(makeStridedLinearLayoutMap( in eraseStridedLayout()
1055 return makeStridedLinearLayoutMap(strides, offset, t.getContext()); in getStridedLinearLayoutMap()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h460 AffineMap makeStridedLinearLayoutMap(ArrayRef<int64_t> strides, int64_t offset,
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp235 AffineMap map = makeStridedLinearLayoutMap(strides, offset, getContext()); in parseMemRefType()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1742 return makeStridedLinearLayoutMap(resultStrides, srcOffset, in computeExpandedLayoutMap()
1884 return makeStridedLinearLayoutMap(resultStrides, srcOffset, in computeCollapsedLayoutMap()
2130 makeStridedLinearLayoutMap(targetStrides, targetOffset, in inferResultType()
2653 makeStridedLinearLayoutMap(strides, offset, memRefType.getContext()); in inferTransposeResultType()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp182 makeStridedLinearLayoutMap(resStrides, resOffset, aT.getContext())); in getCastCompatibleMemRefType()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp739 AffineMap stridedLayout = makeStridedLinearLayoutMap( in getMemRefTypeWithFullyDynamicLayout()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp138 makeStridedLinearLayoutMap({}, offset, op->getContext()); in bufferize()