Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp866 SmallVector<Value> newInputOperands, newOutputOperands; in matchAndRewrite() local
877 newOutputOperands, newIndexingMaps); in matchAndRewrite()
880 if (newInputOperands.size() + newOutputOperands.size() == in matchAndRewrite()
889 newOutputOperands, [](Value v) { return v.getType(); })); in matchAndRewrite()
892 loc, newResultTypes, newInputOperands, newOutputOperands, in matchAndRewrite()
973 SmallVector<Value> &newOutputOperands, in deduplicateOutputOperands()
984 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
1032 dedupedOutpts[key] = newOutputOperands.size(); in deduplicateOutputOperands()
1033 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
1074 OpOperandVector newOutputOperands = newOp.getOutputOperands(); in populateOpPayload() local
[all …]