LLVM 20.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 455 of file RISCVBaseInfo.h.
|
inline |
Definition at line 472 of file RISCVBaseInfo.h.
References FeaturesRequired, IsRV32Only, and llvm::FeatureBitset::none().
unsigned llvm::RISCVSysReg::SysReg::Encoding |
Definition at line 457 of file RISCVBaseInfo.h.
FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired |
Definition at line 467 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
bool llvm::RISCVSysReg::SysReg::IsAltName |
Definition at line 469 of file RISCVBaseInfo.h.
bool llvm::RISCVSysReg::SysReg::IsDeprecatedName |
Definition at line 470 of file RISCVBaseInfo.h.
bool llvm::RISCVSysReg::SysReg::IsRV32Only |
Definition at line 468 of file RISCVBaseInfo.h.
Referenced by haveRequiredFeatures().
Definition at line 456 of file RISCVBaseInfo.h.