LLVM 22.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 3853 of file AArch64FrameLowering.cpp.
Enumerator | |
---|---|
NotAccessed | |
GPR | |
PPR | |
FPR |
Definition at line 3854 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 3866 of file AArch64FrameLowering.cpp.
References AccessTypes, Idx, NotAccessed, Offset, and Size.
Referenced by operator<().
|
inline |
Definition at line 3881 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 3883 of file AArch64FrameLowering.cpp.
References AccessTypes, FPR, GPR, NotAccessed, and PPR.
|
inline |
Definition at line 3873 of file AArch64FrameLowering.cpp.
References AccessTypes, GPR, and PPR.
Referenced by isMixed().
|
inline |
Definition at line 3878 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 3877 of file AArch64FrameLowering.cpp.
References AccessTypes, and FPR.
Referenced by isMixed().
|
inline |
Definition at line 3868 of file AArch64FrameLowering.cpp.
References Idx, StackAccess(), and start().
|
inline |
Definition at line 3898 of file AArch64FrameLowering.cpp.
References getTypeString(), and Offset.
Referenced by operator<<().
|
inline |
Definition at line 3880 of file AArch64FrameLowering.cpp.
References Offset.
Referenced by end(), and operator<().
unsigned StackAccess::AccessTypes |
Definition at line 3864 of file AArch64FrameLowering.cpp.
Referenced by getTypeString(), isCPU(), isSME(), and StackAccess().
int StackAccess::Idx |
Definition at line 3861 of file AArch64FrameLowering.cpp.
Referenced by operator<(), and StackAccess().
StackOffset StackAccess::Offset |
Definition at line 3862 of file AArch64FrameLowering.cpp.
Referenced by print(), StackAccess(), and start().
int64_t StackAccess::Size |
Definition at line 3863 of file AArch64FrameLowering.cpp.
Referenced by end(), and StackAccess().