Searched defs:staticSizes (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 965 ArrayRef<int64_t> staticSizes, ArrayRef<int64_t> staticStrides) { in inferResultType() 979 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in inferResultType() local 1027 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in inferCanonicalRankReducedResultType() local 1048 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in build() local 1463 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in build() local 1494 ArrayAttr staticOffsets, ArrayAttr staticSizes, in verifyInsertSliceOp() 2255 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in build() local
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | ViewLikeInterface.cpp | 198 mlir::getMixedSizes(OffsetSizeAndStrideOpInterface op, ArrayAttr staticSizes, in getMixedSizes()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 1193 SmallVector<int64_t, 4> staticSizes; in build() local 1203 SmallVector<int64_t, 4> staticSizes = llvm::to_vector<4>(llvm::map_range( in verify() local 1225 Type InitTensorOp::inferResultType(ArrayRef<int64_t> staticSizes, in inferResultType() 1263 SmallVector<int64_t, 4> staticSizes; in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 1473 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in build() local 2088 ArrayRef<int64_t> staticSizes, in inferResultType() 2139 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in inferResultType() local 2184 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in inferRankReducedResultType() local 2205 SmallVector<int64_t> staticOffsets, staticSizes, staticStrides; in build() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/ |
| H A D | LinalgTransformOps.cpp | 964 ArrayAttr staticSizes; in parse() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Transforms.cpp | 767 SmallVector<int64_t> staticSizes; in matchAndRewrite() local
|