Searched refs:setSSELevel (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Basic/ |
D | Targets.cpp | 2187 static void setSSELevel(llvm::StringMap<bool> &Features, X86SSEEnum Level, 2568 void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &Features, in setSSELevel() function in __anond4862fe70211::X86TargetInfo 2659 setSSELevel(Features, AVX, true); in setXOPLevel() 2662 setSSELevel(Features, SSE3, true); in setXOPLevel() 2687 setSSELevel(Features, SSE1, Enabled); in setFeatureEnabledImpl() 2689 setSSELevel(Features, SSE2, Enabled); in setFeatureEnabledImpl() 2691 setSSELevel(Features, SSE3, Enabled); in setFeatureEnabledImpl() 2693 setSSELevel(Features, SSSE3, Enabled); in setFeatureEnabledImpl() 2695 setSSELevel(Features, SSE42, Enabled); in setFeatureEnabledImpl() 2697 setSSELevel(Features, SSE41, Enabled); in setFeatureEnabledImpl() [all …]
|