Lines Matching refs:AVX
139 // Enable xsave if avx is enabled and xsave is not explicitly disabled.
140 I = Features.find("avx");
322 .Case("+avx", AVX)
357 hasFeature("avx512f") ? 512 : hasFeature("avx") ? 256 : 128;
751 case AVX:
782 case AVX:
837 .Case("avx", true)
928 .Case("avx", SSELevel >= AVX)
1404 else if (hasFeatureEnabled(FeatureMap, "avx"))
1405 // YMM0 can be used if target supports AVX.
1424 else if (hasFeatureEnabled(FeatureMap, "avx"))
1425 // 256-bit ymm registers can be used if target supports AVX.