|
LLVM 22.0.0git
|
#include "Target/RISCV/MCTargetDesc/RISCVBaseInfo.h"
Public Member Functions | |
| bool | haveRequiredFeatures (const FeatureBitset &ActiveFeatures) const |
Public Attributes | |
| const char | Name [32] |
| unsigned | Encoding |
| FeatureBitset | FeaturesRequired |
| bool | IsRV32Only |
| bool | IsAltName |
| bool | IsDeprecatedName |
Definition at line 595 of file RISCVBaseInfo.h.
|
inline |
Definition at line 612 of file RISCVBaseInfo.h.
References FeaturesRequired, and IsRV32Only.
| unsigned llvm::RISCVSysReg::SysReg::Encoding |
Definition at line 597 of file RISCVBaseInfo.h.
| FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired |
Definition at line 607 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
| bool llvm::RISCVSysReg::SysReg::IsAltName |
Definition at line 609 of file RISCVBaseInfo.h.
| bool llvm::RISCVSysReg::SysReg::IsDeprecatedName |
Definition at line 610 of file RISCVBaseInfo.h.
| bool llvm::RISCVSysReg::SysReg::IsRV32Only |
Definition at line 608 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
Definition at line 596 of file RISCVBaseInfo.h.