Searched refs:FeaturesK8 (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | X86TargetParser.cpp | 240 constexpr FeatureBitset FeaturesK8 = variable 242 constexpr FeatureBitset FeaturesK8SSE3 = FeaturesK8 | FeatureSSE3; 382 { {"k8"}, CK_K8, ~0U, FeaturesK8 }, 383 { {"athlon64"}, CK_K8, ~0U, FeaturesK8 }, 384 { {"athlon-fx"}, CK_K8, ~0U, FeaturesK8 }, 385 { {"opteron"}, CK_K8, ~0U, FeaturesK8 },
|