Home
last modified time | relevance | path

Searched refs:valuesToTile (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DBubbleUpExtractSlice.cpp120 SmallVector<Value> valuesToTile = linalgOp.getInputAndOutputOperands(); in matchAndRewrite() local
123 rewriter, linalgLoc, linalgOp, valuesToTile, tileOffsets, tileSizes, in matchAndRewrite()
H A DTilingInterfaceImpl.cpp73 SmallVector<Value> valuesToTile = linalgOp.getInputAndOutputOperands(); in getTiledImplementation() local
77 b, loc, linalgOp, valuesToTile, offsetValues, in getTiledImplementation()
H A DTiling.cpp463 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 DUtils.cpp1006 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 DUtils.h241 ArrayRef<Value> valuesToTile,