Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSparc.h135 CPUKind getCPUKind(StringRef Name) const;
138 return getCPUKind(Name) != CK_GENERIC; in isValidCPUName()
144 CPU = getCPUKind(Name); in setCPU()
226 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