Home
last modified time | relevance | path

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

/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-subzero/lib/Support/
DHost.cpp93 INTEL_COREI7, enumerator
436 *Type = INTEL_COREI7; // "nehalem" in getIntelProcessorTypeAndSubtype()
443 *Type = INTEL_COREI7; // "westmere" in getIntelProcessorTypeAndSubtype()
449 *Type = INTEL_COREI7; //"sandybridge" in getIntelProcessorTypeAndSubtype()
454 *Type = INTEL_COREI7; // "ivybridge" in getIntelProcessorTypeAndSubtype()
463 *Type = INTEL_COREI7; // "haswell" in getIntelProcessorTypeAndSubtype()
472 *Type = INTEL_COREI7; // "broadwell" in getIntelProcessorTypeAndSubtype()
478 *Type = INTEL_COREI7; // "skylake-avx512" in getIntelProcessorTypeAndSubtype()
482 *Type = INTEL_COREI7; // "skylake" in getIntelProcessorTypeAndSubtype()
518 *Type = INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp573 *Type = X86::INTEL_COREI7; // "nehalem" in getIntelProcessorTypeAndSubtype()
580 *Type = X86::INTEL_COREI7; // "westmere" in getIntelProcessorTypeAndSubtype()
586 *Type = X86::INTEL_COREI7; //"sandybridge" in getIntelProcessorTypeAndSubtype()
591 *Type = X86::INTEL_COREI7; // "ivybridge" in getIntelProcessorTypeAndSubtype()
600 *Type = X86::INTEL_COREI7; // "haswell" in getIntelProcessorTypeAndSubtype()
609 *Type = X86::INTEL_COREI7; // "broadwell" in getIntelProcessorTypeAndSubtype()
618 *Type = X86::INTEL_COREI7; // "skylake" in getIntelProcessorTypeAndSubtype()
624 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
630 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
668 *Type = X86::INTEL_COREI7; in getIntelProcessorTypeAndSubtype()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DX86TargetParser.def39 X86_CPU_TYPE_COMPAT ("nehalem", INTEL_COREI7, "corei7")