LLVM 19.0.0git
Public Attributes | List of all members
llvm::ARM::FPUName Struct Reference

#include "llvm/TargetParser/ARMTargetParser.h"

Public Attributes

StringRef Name
 
FPUKind ID
 
FPUVersion FPUVer
 
NeonSupportLevel NeonSupport
 
FPURestriction Restriction
 

Detailed Description

Definition at line 168 of file ARMTargetParser.h.

Member Data Documentation

◆ FPUVer

FPUVersion llvm::ARM::FPUName::FPUVer

Definition at line 171 of file ARMTargetParser.h.

Referenced by findDoublePrecisionFPU(), and findSinglePrecisionFPU().

◆ ID

FPUKind llvm::ARM::FPUName::ID

Definition at line 170 of file ARMTargetParser.h.

Referenced by findDoublePrecisionFPU(), and findSinglePrecisionFPU().

◆ Name

StringRef llvm::ARM::FPUName::Name

Definition at line 169 of file ARMTargetParser.h.

◆ NeonSupport

NeonSupportLevel llvm::ARM::FPUName::NeonSupport

Definition at line 172 of file ARMTargetParser.h.

Referenced by findDoublePrecisionFPU(), and findSinglePrecisionFPU().

◆ Restriction

FPURestriction llvm::ARM::FPUName::Restriction

Definition at line 173 of file ARMTargetParser.h.

Referenced by findDoublePrecisionFPU(), and findSinglePrecisionFPU().


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