Searched refs:newOutputOperands (Results 1 – 1 of 1) sorted by relevance
866 SmallVector<Value> newInputOperands, newOutputOperands; in matchAndRewrite() local877 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()984 newOutputOperands.push_back(outputOpOperand.value()->get()); 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[all …]