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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSparc.h135 CPUKind getCPUKind(StringRef Name) const;
138 return getCPUKind(Name) != CK_GENERIC;
144 CPU = getCPUKind(Name);
221 return getCPUGeneration(SparcTargetInfo::getCPUKind(Name)) == CG_V9;
H A DSparc.cpp123 SparcTargetInfo::CPUKind SparcTargetInfo::getCPUKind(StringRef Name) const { function in class:SparcTargetInfo

Completed in 114 milliseconds