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

References

projects/compiler-rt/lib/builtins/cpu_model.c
  303       *Subtype = INTEL_COREI7_NEHALEM;
  310       *Subtype = INTEL_COREI7_WESTMERE;
  316       *Subtype = INTEL_COREI7_SANDYBRIDGE;
  321       *Subtype = INTEL_COREI7_IVYBRIDGE;
  330       *Subtype = INTEL_COREI7_HASWELL;
  339       *Subtype = INTEL_COREI7_BROADWELL;
  348       *Subtype = INTEL_COREI7_SKYLAKE;
  355         *Subtype = INTEL_COREI7_CASCADELAKE; // "cascadelake"
  357         *Subtype = INTEL_COREI7_SKYLAKE_AVX512; // "skylake-avx512"
  363       *Subtype = INTEL_COREI7_CANNONLAKE; // "cannonlake"
  370       *Subtype = INTEL_COREI7_ICELAKE_CLIENT; // "icelake-client"
  377       *Subtype = INTEL_COREI7_ICELAKE_SERVER; // "icelake-server"