LLVM 19.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, StringRef Features, unsigned Priority)
 
SmallVector< StringRef, 8 > getImpliedFeatures ()
 

Public Attributes

StringRef Name
 
CPUFeatures Bit
 
StringRef Features
 
unsigned Priority
 

Detailed Description

Definition at line 137 of file AArch64TargetParser.h.

Constructor & Destructor Documentation

◆ FMVInfo()

llvm::AArch64::FMVInfo::FMVInfo ( StringRef  Name,
CPUFeatures  Bit,
StringRef  Features,
unsigned  Priority 
)
inline

Definition at line 142 of file AArch64TargetParser.h.

Member Function Documentation

◆ getImpliedFeatures()

SmallVector< StringRef, 8 > llvm::AArch64::FMVInfo::getImpliedFeatures ( )
inline

Definition at line 146 of file AArch64TargetParser.h.

References Features, and llvm::StringRef::split().

Member Data Documentation

◆ Bit

CPUFeatures llvm::AArch64::FMVInfo::Bit

Definition at line 139 of file AArch64TargetParser.h.

◆ Features

StringRef llvm::AArch64::FMVInfo::Features

Definition at line 140 of file AArch64TargetParser.h.

Referenced by getImpliedFeatures().

◆ Name

StringRef llvm::AArch64::FMVInfo::Name

Definition at line 138 of file AArch64TargetParser.h.

◆ Priority

unsigned llvm::AArch64::FMVInfo::Priority

Definition at line 141 of file AArch64TargetParser.h.


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