Searched refs:fusedOperands (Results 1 – 1 of 1) sorted by relevance
263 SmallVector<Value> fusedOperands; in fuseElementwiseOpsImpl() local265 fusedOperands.reserve(producer->getNumOperands() + in fuseElementwiseOpsImpl()276 fusedOperands.push_back(opOperand->get()); in fuseElementwiseOpsImpl()284 fusedOperands.push_back(opOperand->get()); in fuseElementwiseOpsImpl()295 fusedOperands.push_back(producer.getOutputOperand(0)->get()); in fuseElementwiseOpsImpl()306 fusedOperands.push_back(opOperand->get()); in fuseElementwiseOpsImpl()320 /*inputs=*/fusedOperands, in fuseElementwiseOpsImpl()1535 SmallVector<Value> fusedOperands; in matchAndRewrite() local1538 fusedOperands.reserve(genericOp.getNumInputs()); in matchAndRewrite()1545 fusedOperands.push_back(inputValue); in matchAndRewrite()[all …]