Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp93 constexpr FeatureBitset FeaturesBroadwell = variable
99 FeaturesBroadwell | FeatureAES | FeatureAVX512F | FeatureEVEX512 |
105 FeaturesBroadwell | FeatureAES | FeatureCLFLUSHOPT | FeatureXSAVEC |
324 { {"broadwell"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'X', false },
325 { {"core_5th_gen_avx"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'X', true },
326 { {"core_5th_gen_avx_tsx"}, CK_Broadwell, FEATURE_AVX2, FeaturesBroadwell, 'Y', true },