Lines Matching refs:newOutputOperands
70 SmallVector<Value> newInputOperands, newOutputOperands; in matchAndRewrite() local
81 newOutputOperands, newIndexingMaps); in matchAndRewrite()
84 if (newInputOperands.size() + newOutputOperands.size() == in matchAndRewrite()
91 for (Value v : newOutputOperands) in matchAndRewrite()
95 loc, newResultTypes, newInputOperands, newOutputOperands, in matchAndRewrite()
179 SmallVector<Value> &newOutputOperands, in deduplicateOutputOperands()
188 origToNewPos[en.index()] = newOutputOperands.size(); in deduplicateOutputOperands()
189 newOutputOperands.push_back(en.value().get()); in deduplicateOutputOperands()
234 origToNewPos[outputOpOperand.index()] = newOutputOperands.size(); in deduplicateOutputOperands()
235 dedupedOutpts[key] = newOutputOperands.size(); in deduplicateOutputOperands()
236 newOutputOperands.push_back(outputOpOperand.value().get()); in deduplicateOutputOperands()
279 SmallVector<OpOperand *> newOutputOperands = in populateOpPayload() local
282 updateReplacements(origOutputOperands, newOutputOperands, in populateOpPayload()