Searched refs:outputOperands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Generalization.cpp | 48 SmallVector<Value> outputOperands = linalgOp.getOutputOperands(); in generalizeNamedOp() local 60 outputOperands, indexingMaps, iterators); in generalizeNamedOp()
|
| H A D | InlineScalarOperands.cpp | 55 SmallVector<Value> outputOperands = genericOp.getOutputOperands(); in matchAndRewrite() local 57 loc, genericOp->getResultTypes(), newOperands, outputOperands, in matchAndRewrite()
|
| H A D | ElementwiseOpFusion.cpp | 1370 SmallVector<Value> outputOperands; in collapseGenericOpIterationDims() local 1372 outputOperands.reserve(genericOp.getNumOutputs()); in collapseGenericOpIterationDims() 1376 outputOperands.push_back(newOutput); in collapseGenericOpIterationDims() 1382 loc, resultTypes, inputOperands, outputOperands, indexingMaps, in collapseGenericOpIterationDims() 1561 SmallVector<Value> outputOperands = genericOp.getOutputOperands(); in matchAndRewrite() local 1565 /*outputs=*/outputOperands, in matchAndRewrite()
|
| H A D | SplitReduction.cpp | 211 SmallVector<Value> outputOperands = op.getOutputOperands(); in splitReduction() local 227 outputOperands, reductionMaps, reductionIteratorTypes, in splitReduction()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 1742 SmallVector<Value> outputOperands = linalgOp.getOutputOperands(); in matchAndRewrite() local 1743 outputOperands[resultNumber] = newOperand; in matchAndRewrite() 1744 newOperands.append(outputOperands.begin(), outputOperands.end()); in matchAndRewrite()
|