Home
last modified time | relevance | path

Searched defs:tileShape (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DIndexingUtils.h370 StaticTileOffsetRange(ArrayRef<int64_t> shape,ArrayRef<int64_t> tileShape,ArrayRef<int64_t> loopOrder) StaticTileOffsetRange() argument
379 StaticTileOffsetRange(ArrayRef<int64_t> shape,ArrayRef<int64_t> tileShape) StaticTileOffsetRange() argument
[all...]
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeForLLVMExport.cpp111 SmallVector<int64_t> tileShape(sourceType.getRank(), 1); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Utils/
H A DIndexingUtils.cpp321 padTileShapeToSize(ArrayRef<int64_t> tileShape,unsigned paddedSize) padTileShapeToSize() argument
333 TileOffsetRangeImpl(ArrayRef<int64_t> shape,ArrayRef<int64_t> tileShape,ArrayRef<int64_t> loopOrder) TileOffsetRangeImpl() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp1256 auto tileShape = srcShape.drop_front(destRank); matchAndRewrite() local