Searched defs:tileShape (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Utils/ | ||
H A D | IndexingUtils.h | 370 StaticTileOffsetRange(ArrayRef<int64_t> shape,ArrayRef<int64_t> tileShape,ArrayRef<int64_t> loopOrder) StaticTileOffsetRange() argument |
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/ | ||
H A D | LegalizeForLLVMExport.cpp | 111 SmallVector<int64_t> tileShape(sourceType.getRank(), 1); matchAndRewrite() local |
/llvm-project/mlir/lib/Dialect/Utils/ | ||
H A D | IndexingUtils.cpp | 321 padTileShapeToSize(ArrayRef<int64_t> tileShape,unsigned paddedSize) padTileShapeToSize() argument |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ | ||
H A D | Transforms.cpp | 1256 auto tileShape = srcShape.drop_front(destRank); matchAndRewrite() local |