Searched refs:valuesToTile (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | BubbleUpExtractSlice.cpp | 120 SmallVector<Value> valuesToTile = linalgOp.getInputAndOutputOperands(); in matchAndRewrite() local 123 rewriter, linalgLoc, linalgOp, valuesToTile, tileOffsets, tileSizes, in matchAndRewrite()
|
| H A D | TilingInterfaceImpl.cpp | 73 SmallVector<Value> valuesToTile = linalgOp.getInputAndOutputOperands(); in getTiledImplementation() local 77 b, loc, linalgOp, valuesToTile, offsetValues, in getTiledImplementation()
|
| H A D | Tiling.cpp | 463 SmallVector<Value> valuesToTile = operandValuesToUse; in tileLinalgOpImpl() local 467 makeTiledShapes(b, loc, op, valuesToTile, interchangedIvs, tileSizes, in tileLinalgOpImpl()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 1006 ArrayRef<Value> valuesToTile, in makeTiledShapes() argument 1021 assert(static_cast<int64_t>(valuesToTile.size()) == in makeTiledShapes() 1025 tiledShapes.reserve(valuesToTile.size()); in makeTiledShapes() 1027 Value shapedOp = valuesToTile[opOperand->getOperandNumber()]; in makeTiledShapes()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/ |
| H A D | Utils.h | 241 ArrayRef<Value> valuesToTile,
|