Build and insert Res = G_VECREDUCE_FMUL Src
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildVecReduceFMul(
DstOp const& Dst,
SrcOp const& ScalarIn,
SrcOp const& VecIn);
ScalarIn is the scalar accumulator input to the reduction operation of VecIn.
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Dst | Destination operand for the result. |
| ScalarIn | Scalar accumulator input to the reduction. |
| VecIn | Vector being reduced. |