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 5129 of file AArch64FrameLowering.cpp.
Enumerator | |
---|---|
NotAccessed | |
GPR | |
PPR | |
FPR |
Definition at line 5130 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5142 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5157 of file AArch64FrameLowering.cpp.
References Size.
|
inline |
Definition at line 5159 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5149 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5154 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5153 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5144 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 5174 of file AArch64FrameLowering.cpp.
References getTypeString(), llvm::Offset, and OS.
Referenced by operator<<().
|
inline |
Definition at line 5156 of file AArch64FrameLowering.cpp.
References llvm::Offset.
Referenced by operator<().
unsigned StackAccess::AccessTypes |
Definition at line 5140 of file AArch64FrameLowering.cpp.
int StackAccess::Idx |
Definition at line 5137 of file AArch64FrameLowering.cpp.
Referenced by operator<().
StackOffset StackAccess::Offset |
Definition at line 5138 of file AArch64FrameLowering.cpp.
int64_t StackAccess::Size |
Definition at line 5139 of file AArch64FrameLowering.cpp.