Details of a specific CPU known to the AArch64 target parser.

Synopsis

Declared in <llvm/TargetParser/AArch64TargetParser.h>

struct CpuInfo;

Data Members

Name

Description

ArchIdx

Index of this CPU's default architecture in the architecture table.

DefaultExtensions

Default extensions enabled for this CPU.

Name

CPU name as written for ‐mcpu.

Non-Member Functions

Name

Description

parseCpu

Given the name of a CPU or alias, return the corresponding CpuInfo.

Created with MrDocs