Lines Matching refs:outputOpOperand
981 for (auto outputOpOperand : in deduplicateOutputOperands() local
983 origToNewPos[outputOpOperand.index()] = newOutputOperands.size(); in deduplicateOutputOperands()
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()
1001 std::make_tuple(outputOpOperand.value()->get(), indexingMap, in deduplicateOutputOperands()
1002 yieldOp->getOperand(outputOpOperand.index())); in deduplicateOutputOperands()
1005 if (!genericOp.payloadUsesValueFromOperand(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()
1031 origToNewPos[outputOpOperand.index()] = newOutputOperands.size(); in deduplicateOutputOperands()
1033 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
1035 genericOp.getTiedIndexingMap(outputOpOperand.value())); in deduplicateOutputOperands()