|
clang 23.0.0git
|
#include "AArch64.h"#include "clang/Driver/CommonArgs.h"#include "clang/Driver/Driver.h"#include "clang/Options/Options.h"#include "llvm/Option/ArgList.h"#include "llvm/TargetParser/AArch64TargetParser.h"#include "llvm/TargetParser/Host.h"Go to the source code of this file.
Functions | |
| static bool | isCPUDeterminedByTriple (const llvm::Triple &Triple) |
| static bool | DecodeAArch64Features (const Driver &D, StringRef text, llvm::AArch64::ExtensionSet &Extensions) |
| static bool | DecodeAArch64HostFeatures (llvm::AArch64::ExtensionSet &Extensions) |
| static bool | DecodeAArch64Mcpu (const Driver &D, StringRef Mcpu, llvm::AArch64::ExtensionSet &Extensions) |
| static bool | getAArch64ArchFeaturesFromMarch (const Driver &D, StringRef March, const ArgList &Args, llvm::AArch64::ExtensionSet &Extensions) |
| static bool | getAArch64ArchFeaturesFromMcpu (const Driver &D, StringRef Mcpu, const ArgList &Args, llvm::AArch64::ExtensionSet &Extensions) |
| static bool | getAArch64MicroArchFeaturesFromMtune (const Driver &D, StringRef Mtune, const ArgList &Args) |
| static bool | getAArch64MicroArchFeaturesFromMcpu (const Driver &D, StringRef Mcpu, const ArgList &Args) |
|
static |
Definition at line 97 of file AArch64.cpp.
References clang::driver::Driver::Diag(), Feature, and clang::driver::tools::Split.
Referenced by DecodeAArch64Mcpu(), and getAArch64ArchFeaturesFromMarch().
|
static |
|
static |
Definition at line 134 of file AArch64.cpp.
References DecodeAArch64Features(), DecodeAArch64HostFeatures(), and clang::driver::tools::Split.
Referenced by getAArch64ArchFeaturesFromMarch(), getAArch64ArchFeaturesFromMcpu(), and getAArch64MicroArchFeaturesFromMtune().
|
static |
Definition at line 161 of file AArch64.cpp.
References DecodeAArch64Features(), DecodeAArch64Mcpu(), and clang::driver::tools::Split.
|
static |
Definition at line 185 of file AArch64.cpp.
References DecodeAArch64Mcpu().
|
static |
Definition at line 201 of file AArch64.cpp.
References getAArch64MicroArchFeaturesFromMtune().
|
static |
Definition at line 192 of file AArch64.cpp.
References DecodeAArch64Mcpu().
Referenced by getAArch64MicroArchFeaturesFromMcpu().
|
static |
Definition at line 24 of file AArch64.cpp.