Searched refs:offsetValues (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | TilingInterfaceImpl.cpp | 74 SmallVector<Value> offsetValues = in getTiledImplementation() local 77 b, loc, linalgOp, valuesToTile, offsetValues, in getTiledImplementation() 87 offsetIndices(b, cast<LinalgOp>(tiledOp), offsetValues); in getTiledImplementation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1086 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 1092 build(b, result, resultType, source, offsetValues, sizeValues, strideValues); in build() 1481 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 1487 build(b, result, source, dest, offsetValues, sizeValues, strideValues); in build() 2274 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 2280 build(b, result, source, dest, offsetValues, sizeValues, strideValues); in build()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 2241 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 2253 build(b, result, source, offsetValues, sizeValues, strideValues, attrs); in build() 2263 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 2275 build(b, result, resultType, source, offsetValues, sizeValues, strideValues, in build() 2285 SmallVector<OpFoldResult> offsetValues = llvm::to_vector<4>( in build() local 2291 build(b, result, resultType, source, offsetValues, sizeValues, strideValues); in build()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 366 SmallVector<Value> offsetValues = { in makeComposedExtractSliceOp() local 370 makeComposedAffineApply(b, loc, dim1 + dim2, offsetValues).getResult(); in makeComposedExtractSliceOp()
|