Home
last modified time | relevance | path

Searched refs:offsetValues (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTilingInterfaceImpl.cpp74 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 DTensorOps.cpp1086 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 DMemRefOps.cpp2241 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 DUtils.cpp366 SmallVector<Value> offsetValues = { in makeComposedExtractSliceOp() local
370 makeComposedAffineApply(b, loc, dim1 + dim2, offsetValues).getResult(); in makeComposedExtractSliceOp()