Home
last modified time | relevance | path

Searched refs:Features2 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp558 unsigned Features2, unsigned Features3, in getIntelProcessorTypeAndSubtype() argument
684 if (Features2 & (1 << (X86::FEATURE_AVX512BF16 - 32))) in getIntelProcessorTypeAndSubtype()
686 else if (Features2 & (1 << (X86::FEATURE_AVX512VNNI - 32))) in getIntelProcessorTypeAndSubtype()
769 if (Features2 & (1 << (X86::FEATURE_AVX512BF16 - 32))) { in getIntelProcessorTypeAndSubtype()
775 if (Features2 & (1 << (X86::FEATURE_AVX512VNNI - 32))) { in getIntelProcessorTypeAndSubtype()
983 unsigned Features2 = 0; in getAvailableFeatures() local
991 Features2 |= 1U << ((F - 32) & 0x1f); in getAvailableFeatures()
1121 *Features2Out = Features2; in getAvailableFeatures()
1143 unsigned Features = 0, Features2 = 0, Features3 = 0; in getHostCPUName() local
1145 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2, &Features3); in getHostCPUName()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp11859 uint32_t Features2 = Hi_32(FeaturesMask); in EmitX86CpuSupports() local
11892 if (Features2 != 0) { in EmitX86CpuSupports()
11901 Value *Mask = Builder.getInt32(Features2); in EmitX86CpuSupports()