LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::RISCVSysReg::SysReg Struct Reference

#include "Target/RISCV/MCTargetDesc/RISCVBaseInfo.h"

Public Member Functions

bool haveRequiredFeatures (const FeatureBitset &ActiveFeatures) const
 

Public Attributes

const charName
 
const charAltName
 
const charDeprecatedName
 
unsigned Encoding
 
FeatureBitset FeaturesRequired
 
bool isRV32Only
 

Detailed Description

Definition at line 390 of file RISCVBaseInfo.h.

Member Function Documentation

◆ haveRequiredFeatures()

bool llvm::RISCVSysReg::SysReg::haveRequiredFeatures ( const FeatureBitset ActiveFeatures) const
inline

Definition at line 407 of file RISCVBaseInfo.h.

References FeaturesRequired, isRV32Only, and llvm::FeatureBitset::none().

Member Data Documentation

◆ AltName

const char* llvm::RISCVSysReg::SysReg::AltName

Definition at line 392 of file RISCVBaseInfo.h.

◆ DeprecatedName

const char* llvm::RISCVSysReg::SysReg::DeprecatedName

Definition at line 393 of file RISCVBaseInfo.h.

◆ Encoding

unsigned llvm::RISCVSysReg::SysReg::Encoding

Definition at line 394 of file RISCVBaseInfo.h.

◆ FeaturesRequired

FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired

Definition at line 404 of file RISCVBaseInfo.h.

Referenced by haveRequiredFeatures().

◆ isRV32Only

bool llvm::RISCVSysReg::SysReg::isRV32Only

Definition at line 405 of file RISCVBaseInfo.h.

Referenced by haveRequiredFeatures().

◆ Name

const char* llvm::RISCVSysReg::SysReg::Name

Definition at line 391 of file RISCVBaseInfo.h.


The documentation for this struct was generated from the following file: