Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
221 return getCPUGeneration(SparcTargetInfo::getCPUKind(Name)) == CG_V9; in isValidCPUName()
H A DSparc.cpp123 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { in getCPUKind() function in SparcTargetInfo