Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DCSKY.cpp123 llvm::StringRef cpuName; in getCSKYTargetFeatures() local
144 cpuName = A->getValue(); in getCSKYTargetFeatures()
149 if (archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()
151 cpuName = "ck810"; in getCSKYTargetFeatures()
152 } else if (!archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()
153 cpuName = archName; in getCSKYTargetFeatures()
165 uint64_t Extension = llvm::CSKY::getDefaultExtensions(cpuName); in getCSKYTargetFeatures()