Searched refs:getCPUKind (Results 1 – 2 of 2) sorted by relevance
131 CPUKind getCPUKind(StringRef Name) const;134 return getCPUKind(Name) != CK_GENERIC; in isValidCPUName()140 CPU = getCPUKind(Name); in setCPU()225 return getCPUGeneration(SparcTargetInfo::getCPUKind(Name)) == CG_V9; in isValidCPUName()
117 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo