Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp933 for (auto inputOpOperand : llvm::enumerate(genericOp.getInputOperands())) { in deduplicateInputOperands() local
936 if (!genericOp.payloadUsesValueFromOperand(inputOpOperand.value())) { in deduplicateInputOperands()
939 droppedOpOperands.push_back(inputOpOperand.value()); in deduplicateInputOperands()
947 genericOp.getTiedIndexingMap(inputOpOperand.value()); in deduplicateInputOperands()
949 std::make_pair(inputOpOperand.value()->get(), indexingMap)); in deduplicateInputOperands()
951 origToNewPos[inputOpOperand.index()] = it->second; in deduplicateInputOperands()
952 droppedOpOperands.push_back(inputOpOperand.value()); in deduplicateInputOperands()
957 origToNewPos[inputOpOperand.index()] = newInputOperands.size(); in deduplicateInputOperands()
958 dedupedInputs[{inputOpOperand.value()->get(), indexingMap}] = in deduplicateInputOperands()
960 newInputOperands.push_back(inputOpOperand.value()->get()); in deduplicateInputOperands()