Lines Matching refs:newOutputOperands
866 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()
983 origToNewPos[outputOpOperand.index()] = newOutputOperands.size(); in deduplicateOutputOperands()
984 newOutputOperands.push_back(outputOpOperand.value()->get()); in deduplicateOutputOperands()
1031 origToNewPos[outputOpOperand.index()] = newOutputOperands.size(); 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
1075 updateReplacements(origOutputOperands, newOutputOperands, in populateOpPayload()