LLVM 22.0.0git
llvm::SysAliasReg Struct Reference

#include "Target/AArch64/Utils/AArch64BaseInfo.h"

Inheritance diagram for llvm::SysAliasReg:
[legend]

Public Member Functions

constexpr SysAliasReg (const char *N, uint16_t E, bool R)
constexpr SysAliasReg (const char *N, uint16_t E, bool R, FeatureBitset F)
Public Member Functions inherited from llvm::SysAlias
constexpr SysAlias (const char *N, uint16_t E)
constexpr SysAlias (const char *N, uint16_t E, FeatureBitset F)
bool haveFeatures (FeatureBitset ActiveFeatures) const
FeatureBitset getRequiredFeatures () const

Public Attributes

bool NeedsReg
Public Attributes inherited from llvm::SysAlias
const charName
uint16_t Encoding
FeatureBitset FeaturesRequired

Detailed Description

Definition at line 404 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

◆ SysAliasReg() [1/2]

llvm::SysAliasReg::SysAliasReg ( const char * N,
uint16_t E,
bool R )
inlineconstexpr

Definition at line 406 of file AArch64BaseInfo.h.

References E(), N, NeedsReg, and llvm::SysAlias::SysAlias().

◆ SysAliasReg() [2/2]

llvm::SysAliasReg::SysAliasReg ( const char * N,
uint16_t E,
bool R,
FeatureBitset F )
inlineconstexpr

Definition at line 408 of file AArch64BaseInfo.h.

References E(), F, N, NeedsReg, and llvm::SysAlias::SysAlias().

Member Data Documentation

◆ NeedsReg

bool llvm::SysAliasReg::NeedsReg

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