reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Basic/Targets/X86.h
  123   bool checkCPUKind(CPUKind Kind) const;

References

tools/clang/include/clang/Basic/X86Target.def
   72 PROC_ALIAS(Pentium3, "pentium3m")
   86 PROC_ALIAS(Pentium4, "pentium4m")
  108 PROC_ALIAS(Bonnell, "atom")
  111 PROC_ALIAS(Silvermont, "slm")
  122 PROC_ALIAS(Nehalem, "corei7")
  131 PROC_ALIAS(SandyBridge, "corei7-avx")
  136 PROC_ALIAS(IvyBridge, "core-avx-i")
  141 PROC_ALIAS(Haswell, "core-avx2")
  154 PROC_ALIAS(SkylakeServer, "skx")
  204 PROC_ALIAS(Athlon, "athlon-tbird")
  207 PROC_ALIAS(AthlonXP, "athlon-mp")
  208 PROC_ALIAS(AthlonXP, "athlon-4")
  215 PROC_ALIAS(K8, "athlon64")
  216 PROC_ALIAS(K8, "athlon-fx")
  217 PROC_ALIAS(K8, "opteron")
  220 PROC_ALIAS(K8SSE3, "athlon64-sse3")
  221 PROC_ALIAS(K8SSE3, "opteron-sse3")
  224 PROC_ALIAS(AMDFAM10, "barcelona")
tools/clang/lib/Basic/Targets/X86.h
  289     return checkCPUKind(getCPUKind(Name));
  295     return checkCPUKind(CPU = getCPUKind(Name));