Home
last modified time | relevance | path

Searched refs:valueToTile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp799 Value makeTiledShape(OpBuilder &builder, Location loc, Value valueToTile, in makeTiledShape() argument
803 auto shapedType = valueToTile.getType().dyn_cast<ShapedType>(); in makeTiledShape()
817 Value dim = createOrFoldDimOp(builder, loc, valueToTile, r); in makeTiledShape()
904 loc, valueToTile, offsets, sizes, strides); in makeTiledShape()
908 builder, loc, valueToTile, offsets, sizes, strides); in makeTiledShape()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h223 Value makeTiledShape(OpBuilder &builder, Location loc, Value valueToTile,