|
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 601 of file RISCVBaseInfo.h.
|
inline |
Definition at line 618 of file RISCVBaseInfo.h.
References FeaturesRequired, and IsRV32Only.
| unsigned llvm::RISCVSysReg::SysReg::Encoding |
Definition at line 603 of file RISCVBaseInfo.h.
| FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired |
Definition at line 613 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
| bool llvm::RISCVSysReg::SysReg::IsAltName |
Definition at line 615 of file RISCVBaseInfo.h.
| bool llvm::RISCVSysReg::SysReg::IsDeprecatedName |
Definition at line 616 of file RISCVBaseInfo.h.
| bool llvm::RISCVSysReg::SysReg::IsRV32Only |
Definition at line 614 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
Definition at line 602 of file RISCVBaseInfo.h.