Searched refs:getCPUKind (Results 1 – 4 of 4) sorted by relevance
136 CPUKind getCPUKind(StringRef Name) const;139 return getCPUKind(Name) != CK_GENERIC; in isValidCPUName()145 CPU = getCPUKind(Name); in setCPU()220 return getCPUGeneration(SparcTargetInfo::getCPUKind(Name)) == CG_V9; in isValidCPUName()
123 CPUKind getCPUKind(StringRef CPU) const;285 return checkCPUKind(getCPUKind(Name)); in isValidCPUName()291 return checkCPUKind(CPU = getCPUKind(Name)); in setCPU()
113 const CPUKind Kind = getCPUKind(CPU); in initFeatureMap()1480 CPUKind Kind = getCPUKind(Name); in multiVersionSortPriority()1775 if (checkCPUKind(getCPUKind(ALIAS))) \ in fillValidCPUList()1780 X86TargetInfo::CPUKind X86TargetInfo::getCPUKind(StringRef CPU) const { in getCPUKind() function in X86TargetInfo
124 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo