Home
last modified time | relevance | path

Searched refs:fusedOperands (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp263 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()
[all …]