Build and insert Res = G_STEP_VECTOR Step
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildStepVector(
DstOp const& Res,
unsigned int Step);
G_STEP_VECTOR returns a scalable vector of linear sequence of step Step into Res.
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Res | Destination operand for the result. |
| Step | Step between consecutive vector elements. |
Res must be a generic virtual register with scalable vector type.