Searched refs:operandValuesToUse (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 533 SmallVector<Value> operandValuesToUse = in doit() local 536 operandValuesToUse = linalgOp.getInputOperands(); in doit() 537 operandValuesToUse.append(iterArgs.begin(), iterArgs.end()); in doit() 539 return bodyBuilderFn(b, loc, ivs, operandValuesToUse); in doit() 583 SmallVector<Value> operandValuesToUse = in doit() local 585 bodyBuilderFn(b, loc, ivs, operandValuesToUse); in doit() 781 SmallVector<Value> operandValuesToUse = in doit() local 783 bodyBuilderFn(b, loc, ivs, operandValuesToUse); in doit()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Loops.cpp | 218 ValueRange operandValuesToUse) -> scf::ValueVector { in linalgOpToLoopsImpl() argument 219 assert(operandValuesToUse == linalgOp->getOperands() && in linalgOpToLoopsImpl()
|
| H A D | Tiling.cpp | 446 ValueRange operandValuesToUse) -> scf::ValueVector { in tileLinalgOpImpl() argument 460 assert(operandValuesToUse.size() == in tileLinalgOpImpl() 463 SmallVector<Value> valuesToTile = operandValuesToUse; in tileLinalgOpImpl()
|