|
LLVM 24.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 4061 of file AArch64FrameLowering.cpp.
| Enumerator | |
|---|---|
| NotAccessed | |
| GPR | |
| PPR | |
| FPR | |
Definition at line 4062 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 4074 of file AArch64FrameLowering.cpp.
References AccessTypes, Idx, NotAccessed, Offset, and Size.
Referenced by operator<().
|
inline |
Definition at line 4089 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 4091 of file AArch64FrameLowering.cpp.
References AccessTypes, FPR, GPR, NotAccessed, and PPR.
|
inline |
Definition at line 4081 of file AArch64FrameLowering.cpp.
References AccessTypes, GPR, and PPR.
Referenced by isMixed().
|
inline |
Definition at line 4086 of file AArch64FrameLowering.cpp.
|
inline |
Definition at line 4085 of file AArch64FrameLowering.cpp.
References AccessTypes, and FPR.
Referenced by isMixed().
|
inline |
Definition at line 4076 of file AArch64FrameLowering.cpp.
References Idx, StackAccess(), and start().
|
inline |
Definition at line 4106 of file AArch64FrameLowering.cpp.
References getTypeString(), and Offset.
Referenced by operator<<().
|
inline |
Definition at line 4088 of file AArch64FrameLowering.cpp.
References Offset.
Referenced by end(), and operator<().
| unsigned StackAccess::AccessTypes |
Definition at line 4072 of file AArch64FrameLowering.cpp.
Referenced by getTypeString(), isCPU(), isSME(), and StackAccess().
| int StackAccess::Idx |
Definition at line 4069 of file AArch64FrameLowering.cpp.
Referenced by operator<(), and StackAccess().
| StackOffset StackAccess::Offset |
Definition at line 4070 of file AArch64FrameLowering.cpp.
Referenced by print(), StackAccess(), and start().
| int64_t StackAccess::Size |
Definition at line 4071 of file AArch64FrameLowering.cpp.
Referenced by end(), and StackAccess().