Home
last modified time | relevance | path

Searched refs:INTEL_COREI7 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp632 *Type = X86::INTEL_COREI7; // "nehalem" in getIntelProcessorTypeAndSubtype()
639 *Type = X86::INTEL_COREI7; // "westmere" in getIntelProcessorTypeAndSubtype()
645 *Type = X86::INTEL_COREI7; //"sandybridge" in getIntelProcessorTypeAndSubtype()
650 *Type = X86::INTEL_COREI7; // "ivybridge" in getIntelProcessorTypeAndSubtype()
659 *Type = X86::INTEL_COREI7; // "haswell" in getIntelProcessorTypeAndSubtype()
668 *Type = X86::INTEL_COREI7; // "broadwell" in getIntelProcessorTypeAndSubtype()
677 *Type = X86::INTEL_COREI7; // "skylake" in getIntelProcessorTypeAndSubtype()
683 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
694 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
701 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
[all …]
/external/llvm/lib/Support/
DHost.cpp91 INTEL_COREI7, enumerator
402 *Type = INTEL_COREI7; // "nehalem" in getIntelProcessorTypeAndSubtype()
409 *Type = INTEL_COREI7; // "westmere" in getIntelProcessorTypeAndSubtype()
415 *Type = INTEL_COREI7; //"sandybridge" in getIntelProcessorTypeAndSubtype()
420 *Type = INTEL_COREI7; // "ivybridge" in getIntelProcessorTypeAndSubtype()
429 *Type = INTEL_COREI7; // "haswell" in getIntelProcessorTypeAndSubtype()
438 *Type = INTEL_COREI7; // "broadwell" in getIntelProcessorTypeAndSubtype()
444 *Type = INTEL_COREI7; // "skylake-avx512" in getIntelProcessorTypeAndSubtype()
448 *Type = INTEL_COREI7; // "skylake" in getIntelProcessorTypeAndSubtype()
484 *Type = INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86TargetParser.def40 X86_CPU_TYPE_COMPAT ("nehalem", INTEL_COREI7, "corei7")