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

#include "llvm/TargetParser/AArch64TargetParser.h"

Public Member Functions

 FMVInfo (StringRef Name, CPUFeatures Bit, std::optional< ArchExtKind > ID, unsigned Priority)
 

Public Attributes

StringRef Name
 
CPUFeatures Bit
 
std::optional< ArchExtKind > ID
 
unsigned Priority
 

Detailed Description

Definition at line 71 of file AArch64TargetParser.h.

Constructor & Destructor Documentation

◆ FMVInfo()

llvm::AArch64::FMVInfo::FMVInfo ( StringRef  Name,
CPUFeatures  Bit,
std::optional< ArchExtKind >  ID,
unsigned  Priority 
)
inline

Definition at line 76 of file AArch64TargetParser.h.

Member Data Documentation

◆ Bit

CPUFeatures llvm::AArch64::FMVInfo::Bit

Definition at line 73 of file AArch64TargetParser.h.

◆ ID

std::optional<ArchExtKind> llvm::AArch64::FMVInfo::ID

Definition at line 74 of file AArch64TargetParser.h.

◆ Name

StringRef llvm::AArch64::FMVInfo::Name

Definition at line 72 of file AArch64TargetParser.h.

◆ Priority

unsigned llvm::AArch64::FMVInfo::Priority

Definition at line 75 of file AArch64TargetParser.h.


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