Lines Matching refs:SSELevel
343 SSELevel = std::max(SSELevel, Level); in handleTargetFeatures()
362 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()
363 (FPMath == FP_387 && SSELevel >= SSE1)) { in handleTargetFeatures()
522 if (SSELevel != NoSSE) { in getTargetDefines()
758 switch (SSELevel) { in getTargetDefines()
793 switch (SSELevel) { in getTargetDefines()
943 .Case("avx", SSELevel >= AVX) in hasFeature()
944 .Case("avx2", SSELevel >= AVX2) in hasFeature()
945 .Case("avx512f", SSELevel >= AVX512F) in hasFeature()
1005 .Case("sse", SSELevel >= SSE1) in hasFeature()
1006 .Case("sse2", SSELevel >= SSE2) in hasFeature()
1007 .Case("sse3", SSELevel >= SSE3) in hasFeature()
1008 .Case("ssse3", SSELevel >= SSSE3) in hasFeature()
1009 .Case("sse4.1", SSELevel >= SSE41) in hasFeature()
1010 .Case("sse4.2", SSELevel >= SSE42) in hasFeature()
1429 if (SSELevel < SSE2) in validateOperandSize()