Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSparc.h136 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()
H A DX86.h123 CPUKind getCPUKind(StringRef CPU) const;
285 return checkCPUKind(getCPUKind(Name)); in isValidCPUName()
291 return checkCPUKind(CPU = getCPUKind(Name)); in setCPU()
H A DX86.cpp113 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
H A DSparc.cpp124 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo