Searched refs:getCPUKind (Results 1 – 2 of 2) sorted by relevance
135 CPUKind getCPUKind(StringRef Name) const;138 return getCPUKind(Name) != CK_GENERIC; in isValidCPUName()144 CPU = getCPUKind(Name); in setCPU()226 return getCPUGeneration(SparcTargetInfo::getCPUKind(Name)) == CG_V9; in isValidCPUName()
123 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo