Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp981 for (auto outputOpOperand : in deduplicateOutputOperands() local
984 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
986 genericOp.getTiedIndexingMap(outputOpOperand.value())); in deduplicateOutputOperands()
995 for (auto outputOpOperand : in deduplicateOutputOperands() local
997 Value result = genericOp.getResult(outputOpOperand.index()); in deduplicateOutputOperands()
999 genericOp.getTiedIndexingMap(outputOpOperand.value()); in deduplicateOutputOperands()
1011 droppedOpOperands.push_back(outputOpOperand.value()); in deduplicateOutputOperands()
1025 origToNewPos[outputOpOperand.index()] = it->second; in deduplicateOutputOperands()
1026 droppedOpOperands.push_back(outputOpOperand.value()); in deduplicateOutputOperands()
1033 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
[all …]