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 3980 of file AArch64FrameLowering.cpp.
Enumerator | |
---|---|
NotAccessed | |
GPR | |
PPR | |
FPR |
Definition at line 3981 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 3993 of file AArch64FrameLowering.cpp.
References AccessTypes, Idx, NotAccessed, Offset, and Size.
Referenced by operator<().
|
inline |
Definition at line 4008 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 4010 of file AArch64FrameLowering.cpp.
References AccessTypes, FPR, GPR, NotAccessed, and PPR.
|
inline |
Definition at line 4000 of file AArch64FrameLowering.cpp.
References AccessTypes, GPR, and PPR.
Referenced by isMixed().
|
inline |
Definition at line 4005 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 4004 of file AArch64FrameLowering.cpp.
References AccessTypes, and FPR.
Referenced by isMixed().
|
inline |
Definition at line 3995 of file AArch64FrameLowering.cpp.
References Idx, StackAccess(), and start().
|
inline |
Definition at line 4025 of file AArch64FrameLowering.cpp.
References getTypeString(), and Offset.
Referenced by operator<<().
|
inline |
Definition at line 4007 of file AArch64FrameLowering.cpp.
References Offset.
Referenced by end(), and operator<().
unsigned StackAccess::AccessTypes |
Definition at line 3991 of file AArch64FrameLowering.cpp.
Referenced by getTypeString(), isCPU(), isSME(), and StackAccess().
int StackAccess::Idx |
Definition at line 3988 of file AArch64FrameLowering.cpp.
Referenced by operator<(), and StackAccess().
StackOffset StackAccess::Offset |
Definition at line 3989 of file AArch64FrameLowering.cpp.
Referenced by print(), StackAccess(), and start().
int64_t StackAccess::Size |
Definition at line 3990 of file AArch64FrameLowering.cpp.
Referenced by end(), and StackAccess().