LLVM
15.0.0git
|
#include "Target/AArch64/Utils/AArch64BaseInfo.h"
Public Member Functions | |
bool | haveFeatures (FeatureBitset ActiveFeatures) const |
Public Attributes | |
const char * | Name |
const char * | AltName |
unsigned | Encoding |
bool | Readable |
bool | Writeable |
FeatureBitset | FeaturesRequired |
Definition at line 628 of file AArch64BaseInfo.h.
|
inline |
Definition at line 636 of file AArch64BaseInfo.h.
References FeaturesRequired.
const char* llvm::AArch64SysReg::SysReg::AltName |
Definition at line 630 of file AArch64BaseInfo.h.
unsigned llvm::AArch64SysReg::SysReg::Encoding |
Definition at line 631 of file AArch64BaseInfo.h.
Referenced by llvm::RISCVInstrInfo::copyPhysReg(), and llvm::AArch64InstrInfo::expandPostRAPseudo().
FeatureBitset llvm::AArch64SysReg::SysReg::FeaturesRequired |
Definition at line 634 of file AArch64BaseInfo.h.
Referenced by haveFeatures().
const char* llvm::AArch64SysReg::SysReg::Name |
Definition at line 629 of file AArch64BaseInfo.h.
bool llvm::AArch64SysReg::SysReg::Readable |
Definition at line 632 of file AArch64BaseInfo.h.
bool llvm::AArch64SysReg::SysReg::Writeable |
Definition at line 633 of file AArch64BaseInfo.h.