|
LLVM 24.0.0git
|
Helper struct to store a base, index and offset that forms an address. More...
#include "llvm/CodeGen/GlobalISel/LoadStoreOpt.h"
Public Member Functions | |
| BaseIndexOffset ()=default | |
| Register | getBase () |
| Register | getBase () const |
| Register | getIndex () |
| Register | getIndex () const |
| void | setBase (Register NewBase) |
| void | setIndex (Register NewIndex) |
| void | setOffset (std::optional< int64_t > NewOff) |
| bool | hasValidOffset () const |
| int64_t | getOffset () const |
Helper struct to store a base, index and offset that forms an address.
Definition at line 35 of file LoadStoreOpt.h.
|
default |
|
inline |
Definition at line 43 of file LoadStoreOpt.h.
Referenced by llvm::GISelAddressing::aliasIsKnownForLoadStore().
|
inline |
Definition at line 44 of file LoadStoreOpt.h.
|
inline |
Definition at line 45 of file LoadStoreOpt.h.
|
inline |
Definition at line 46 of file LoadStoreOpt.h.
|
inline |
Definition at line 51 of file LoadStoreOpt.h.
Referenced by llvm::GISelAddressing::aliasIsKnownForLoadStore().
|
inline |
Definition at line 50 of file LoadStoreOpt.h.
Referenced by llvm::GISelAddressing::aliasIsKnownForLoadStore().
|
inline |
Definition at line 47 of file LoadStoreOpt.h.
|
inline |
Definition at line 48 of file LoadStoreOpt.h.
|
inline |
Definition at line 49 of file LoadStoreOpt.h.