LLVM 20.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 char Name [32]
 
unsigned Encoding
 
FeatureBitset FeaturesRequired
 
bool IsRV32Only
 
bool IsAltName
 
bool IsDeprecatedName
 

Detailed Description

Definition at line 455 of file RISCVBaseInfo.h.

Member Function Documentation

◆ haveRequiredFeatures()

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

Definition at line 472 of file RISCVBaseInfo.h.

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

Member Data Documentation

◆ Encoding

unsigned llvm::RISCVSysReg::SysReg::Encoding

Definition at line 457 of file RISCVBaseInfo.h.

◆ FeaturesRequired

FeatureBitset llvm::RISCVSysReg::SysReg::FeaturesRequired

Definition at line 467 of file RISCVBaseInfo.h.

Referenced by haveRequiredFeatures().

◆ IsAltName

bool llvm::RISCVSysReg::SysReg::IsAltName

Definition at line 469 of file RISCVBaseInfo.h.

◆ IsDeprecatedName

bool llvm::RISCVSysReg::SysReg::IsDeprecatedName

Definition at line 470 of file RISCVBaseInfo.h.

◆ IsRV32Only

bool llvm::RISCVSysReg::SysReg::IsRV32Only

Definition at line 468 of file RISCVBaseInfo.h.

Referenced by haveRequiredFeatures().

◆ Name

const char llvm::RISCVSysReg::SysReg::Name[32]

Definition at line 456 of file RISCVBaseInfo.h.


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