struct ExtAddrMode
Declaration
struct ExtAddrMode { /* full declaration omitted */ };
Description
Used to describe addressing mode similar to ExtAddrMode in CodeGenPrepare. It holds the register values, the scale value and the displacement.
Declared at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:85
Member Variables
- public llvm::Register BaseReg
- public llvm::Register ScaledReg
- public int64_t Scale
- public int64_t Displacement