LLVM 20.0.0git
|
Public Types | |
enum | AccessType { NotAccessed = 0 , GPR = 1 << 0 , PPR = 1 << 1 , FPR = 1 << 2 } |
Public Member Functions | |
StackAccess () | |
bool | operator< (const StackAccess &Rhs) const |
bool | isCPU () const |
bool | isSME () const |
bool | isMixed () const |
int64_t | start () const |
int64_t | end () const |
std::string | getTypeString () const |
void | print (raw_ostream &OS) const |
Public Attributes | |
int | Idx |
StackOffset | Offset |
int64_t | Size |
unsigned | AccessTypes |
Definition at line 5062 of file AArch64FrameLowering.cpp.
Enumerator | |
---|---|
NotAccessed | |
GPR | |
PPR | |
FPR |
Definition at line 5063 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5075 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5090 of file AArch64FrameLowering.cpp.
References Size.
|
inline |
Definition at line 5092 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5082 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5087 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5086 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5077 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5107 of file AArch64FrameLowering.cpp.
References getTypeString(), llvm::Offset, and OS.
Referenced by operator<<().
|
inline |
Definition at line 5089 of file AArch64FrameLowering.cpp.
References llvm::Offset.
Referenced by operator<().
unsigned StackAccess::AccessTypes |
Definition at line 5073 of file AArch64FrameLowering.cpp.
int StackAccess::Idx |
Definition at line 5070 of file AArch64FrameLowering.cpp.
Referenced by operator<().
StackOffset StackAccess::Offset |
Definition at line 5071 of file AArch64FrameLowering.cpp.
int64_t StackAccess::Size |
Definition at line 5072 of file AArch64FrameLowering.cpp.