Searched refs:MtuneLowerCase (Results 1 – 1 of 1) sorted by relevance
154 std::string MtuneLowerCase = Mtune.lower(); in getAArch64MicroArchFeaturesFromMtune() local158 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()