Searched refs:cpuName (Results 1 – 1 of 1) sorted by relevance
122 llvm::StringRef cpuName; in getCSKYTargetFeatures() local143 cpuName = A->getValue(); in getCSKYTargetFeatures()148 if (archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()150 cpuName = "ck810"; in getCSKYTargetFeatures()151 } else if (!archName.empty() && cpuName.empty()) { in getCSKYTargetFeatures()152 cpuName = archName; in getCSKYTargetFeatures()164 uint64_t Extension = llvm::CSKY::getDefaultExtensions(cpuName); in getCSKYTargetFeatures()