Home
last modified time | relevance | path

Searched refs:makeTiledShapes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DBubbleUpExtractSlice.cpp122 SmallVector<Value, 4> tiledOperands = makeTiledShapes( in matchAndRewrite()
H A DTilingInterfaceImpl.cpp76 SmallVector<Value, 4> tiledOperands = makeTiledShapes( in getTiledImplementation()
H A DFusion.cpp145 clonedShapes.append(makeTiledShapes( in fuse()
H A DFusionOnTensors.cpp166 tiledOperands = makeTiledShapes(b, loc, producerOp, tiledOperands, tileIvs, in getTiledProducer()
H A DTiling.cpp467 makeTiledShapes(b, loc, op, valuesToTile, interchangedIvs, tileSizes, in tileLinalgOpImpl()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h239 SmallVector<Value, 4> makeTiledShapes(OpBuilder &builder, Location loc,
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp1004 SmallVector<Value, 4> makeTiledShapes(OpBuilder &b, Location loc, in makeTiledShapes() function