Searched refs:DecodeAArch64Mcpu (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | AArch64.cpp | 93 static bool DecodeAArch64Mcpu(const Driver &D, StringRef Mcpu, StringRef &CPU, in DecodeAArch64Mcpu() function 144 if (!DecodeAArch64Mcpu(D, McpuLowerCase, CPU, Extensions)) in getAArch64ArchFeaturesFromMcpu() 158 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions)) in getAArch64MicroArchFeaturesFromMtune() 183 if (!DecodeAArch64Mcpu(D, McpuLowerCase, CPU, DecodedFeature)) in getAArch64MicroArchFeaturesFromMcpu()
|