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