Searched refs:outputOpOperand (Results 1 – 1 of 1) sorted by relevance
981 for (auto outputOpOperand : in deduplicateOutputOperands() local984 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()986 genericOp.getTiedIndexingMap(outputOpOperand.value())); in deduplicateOutputOperands()995 for (auto outputOpOperand : in deduplicateOutputOperands() local997 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 …]