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 533 of file RISCVBaseInfo.h.
|
inline |
Definition at line 550 of file RISCVBaseInfo.h.
References FeaturesRequired, IsRV32Only, and llvm::FeatureBitset::none().
unsigned llvm::RISCVSysReg::SysReg::Encoding |
Definition at line 535 of file RISCVBaseInfo.h.
FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired |
Definition at line 545 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
bool llvm::RISCVSysReg::SysReg::IsAltName |
Definition at line 547 of file RISCVBaseInfo.h.
bool llvm::RISCVSysReg::SysReg::IsDeprecatedName |
Definition at line 548 of file RISCVBaseInfo.h.
bool llvm::RISCVSysReg::SysReg::IsRV32Only |
Definition at line 546 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
Definition at line 534 of file RISCVBaseInfo.h.