LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AArch64PHint::PHint Struct Reference

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

Public Member Functions

bool haveFeatures (FeatureBitset ActiveFeatures) const
 

Public Attributes

const charName
 
const charAltName
 
unsigned Encoding
 
FeatureBitset FeaturesRequired
 

Detailed Description

Definition at line 603 of file AArch64BaseInfo.h.

Member Function Documentation

◆ haveFeatures()

bool llvm::AArch64PHint::PHint::haveFeatures ( FeatureBitset  ActiveFeatures) const
inline

Definition at line 609 of file AArch64BaseInfo.h.

References FeaturesRequired.

Member Data Documentation

◆ AltName

const char* llvm::AArch64PHint::PHint::AltName

Definition at line 605 of file AArch64BaseInfo.h.

◆ Encoding

unsigned llvm::AArch64PHint::PHint::Encoding

Definition at line 606 of file AArch64BaseInfo.h.

◆ FeaturesRequired

FeatureBitset llvm::AArch64PHint::PHint::FeaturesRequired

Definition at line 607 of file AArch64BaseInfo.h.

Referenced by haveFeatures().

◆ Name

const char* llvm::AArch64PHint::PHint::Name

Definition at line 604 of file AArch64BaseInfo.h.


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