Searched refs:Mtune (Results 1 – 1 of 1) sorted by relevance
1835 getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune, in getAArch64MicroArchFeaturesFromMtune() argument1839 if (Mtune == "native") in getAArch64MicroArchFeaturesFromMtune()1840 Mtune = llvm::sys::getHostCPUName(); in getAArch64MicroArchFeaturesFromMtune()1841 if (Mtune == "cyclone") { in getAArch64MicroArchFeaturesFromMtune()