Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DCSKY.cpp118 llvm::StringRef cpuName; in getCSKYTargetFeatures() local
139 cpuName = A->getValue(); in getCSKYTargetFeatures()
144 if (archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()
146 cpuName = "ck810"; in getCSKYTargetFeatures()
147 } else if (!archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()
148 cpuName = archName; in getCSKYTargetFeatures()
160 uint64_t Extension = llvm::CSKY::getDefaultExtensions(cpuName); in getCSKYTargetFeatures()