Searched refs:FeaturesBroadwell (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | X86TargetParser.cpp | 93 constexpr FeatureBitset FeaturesBroadwell = variable 98 constexpr FeatureBitset FeaturesKNL = FeaturesBroadwell | FeatureAES | 105 FeaturesBroadwell | FeatureAES | FeatureCLFLUSHOPT | FeatureXSAVEC | 328 { {"broadwell"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'X', false }, 329 { {"core_5th_gen_avx"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'X', true }, 330 { {"core_5th_gen_avx_tsx"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'Y', true },
|