llvm::ExtAddrMode

Used to describe addressing mode similar to ExtAddrMode in CodeGenPrepare. It holds the register values, the scale value and the displacement. It also holds a descriptor for the expression used to calculate the address from the operands.

Synopsis

Declared in <llvm/CodeGen/TargetInstrInfo.h>

struct ExtAddrMode;

Enums

Name
Formula

Member Functions

NameDescription
ExtAddrMode [constructor]Default constructor

Data Members

Name
BaseReg
Displacement
Form
Scale
ScaledReg