Lines Matching refs:fusedOperands
263 SmallVector<Value> fusedOperands; in fuseElementwiseOpsImpl() local
265 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() local
1538 fusedOperands.reserve(genericOp.getNumInputs()); in matchAndRewrite()
1545 fusedOperands.push_back(inputValue); in matchAndRewrite()
1564 /*inputs=*/fusedOperands, in matchAndRewrite()