Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp2674 setFeatureEnabledImpl(Features, Name, Enabled); in setFeatureEnabled()
2678 static void setFeatureEnabledImpl(llvm::StringMap<bool> &Features,
2828 setFeatureEnabledImpl(Features, "sse2", true); in initFeatureMap()
2834 setFeatureEnabledImpl(Features, "x87", true); in initFeatureMap()
2850 setFeatureEnabledImpl(Features, "mmx", true); in initFeatureMap()
2855 setFeatureEnabledImpl(Features, "sse", true); in initFeatureMap()
2856 setFeatureEnabledImpl(Features, "fxsr", true); in initFeatureMap()
2862 setFeatureEnabledImpl(Features, "sse2", true); in initFeatureMap()
2863 setFeatureEnabledImpl(Features, "fxsr", true); in initFeatureMap()
2868 setFeatureEnabledImpl(Features, "sse3", true); in initFeatureMap()
[all …]