Searched refs:Features2 (Results 1 – 2 of 2) sorted by relevance
558 unsigned Features2, unsigned Features3, in getIntelProcessorTypeAndSubtype() argument684 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() local991 Features2 |= 1U << ((F - 32) & 0x1f); in getAvailableFeatures()1121 *Features2Out = Features2; in getAvailableFeatures()1143 unsigned Features = 0, Features2 = 0, Features3 = 0; in getHostCPUName() local1145 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2, &Features3); in getHostCPUName()[all …]
11859 uint32_t Features2 = Hi_32(FeaturesMask); in EmitX86CpuSupports() local11892 if (Features2 != 0) { in EmitX86CpuSupports()11901 Value *Mask = Builder.getInt32(Features2); in EmitX86CpuSupports()