Home
last modified time | relevance | path

Searched refs:MtuneLowerCase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp154 std::string MtuneLowerCase = Mtune.lower(); in getAArch64MicroArchFeaturesFromMtune() local
158 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions)) in getAArch64MicroArchFeaturesFromMtune()
162 if (MtuneLowerCase == "native") in getAArch64MicroArchFeaturesFromMtune()
163 MtuneLowerCase = std::string(llvm::sys::getHostCPUName()); in getAArch64MicroArchFeaturesFromMtune()
166 if (MtuneLowerCase == "cyclone" || in getAArch64MicroArchFeaturesFromMtune()
167 StringRef(MtuneLowerCase).starts_with("apple")) { in getAArch64MicroArchFeaturesFromMtune()