Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp48 SmallVector<Value> outputOperands = linalgOp.getOutputOperands(); in generalizeNamedOp() local
60 outputOperands, indexingMaps, iterators); in generalizeNamedOp()
H A DInlineScalarOperands.cpp55 SmallVector<Value> outputOperands = genericOp.getOutputOperands(); in matchAndRewrite() local
57 loc, genericOp->getResultTypes(), newOperands, outputOperands, in matchAndRewrite()
H A DElementwiseOpFusion.cpp1370 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 DSplitReduction.cpp211 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 DLinalgOps.cpp1742 SmallVector<Value> outputOperands = linalgOp.getOutputOperands(); in matchAndRewrite() local
1743 outputOperands[resultNumber] = newOperand; in matchAndRewrite()
1744 newOperands.append(outputOperands.begin(), outputOperands.end()); in matchAndRewrite()