Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/Targets/ !
H A DSparc.h131 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()
H A DSparc.cpp117 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo