47 references to IsSupported
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
717
return Sse2.
IsSupported
?
Microsoft.CodeAnalysis (1)
Hashing\XxHashShared.cs (1)
717
return Sse2.
IsSupported
?
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
717
return Sse2.
IsSupported
?
Microsoft.ML.CpuMath (1)
SseIntrinsics.cs (1)
66
internal static readonly Vector128<float> AbsMask128 = Sse2.
IsSupported
?
System.IO.Hashing (3)
System\IO\Hashing\VectorHelper.cs (2)
103
if (Sse2.
IsSupported
)
120
if (Sse2.
IsSupported
)
System\IO\Hashing\XxHashShared.cs (1)
708
return Sse2.
IsSupported
?
System.Private.CoreLib (39)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (5)
380
if (Sse2.
IsSupported
)
421
if (Sse2.
IsSupported
)
527
if (Sse2.
IsSupported
)
4394
if (Sse2.
IsSupported
)
4410
if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
19
public static new bool IsSupported { get =>
IsSupported
; }
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
1371
if (Sse2.
IsSupported
)
1406
if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticMap.cs (1)
231
if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\TeddyHelper.cs (1)
220
if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (2)
18
public static bool PackedIndexOfIsSupported => Sse2.
IsSupported
;
1169
Debug.Assert(Sse2.
IsSupported
);
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (1)
521
else if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (14)
117
(Sse2.
IsSupported
|| AdvSimd.IsSupported))
353
Debug.Assert(Sse2.
IsSupported
);
372
Debug.Assert(Sse2.
IsSupported
|| AdvSimd.Arm64.IsSupported, "Sse2 or AdvSimd64 required.");
395
if (Sse2.
IsSupported
)
450
if (Sse2.
IsSupported
)
500
if (Sse2.
IsSupported
)
534
if (Sse2.
IsSupported
)
569
if (Sse2.
IsSupported
)
592
if (Sse2.
IsSupported
)
737
(Sse2.
IsSupported
|| AdvSimd.IsSupported))
970
Debug.Assert(Sse2.
IsSupported
|| AdvSimd.Arm64.IsSupported, "Should've been checked by caller.");
1117
if (Sse2.
IsSupported
)
1555
else if (Sse2.
IsSupported
)
1672
if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (7)
27
return (Sse2.
IsSupported
)
184
Debug.Assert(Sse2.
IsSupported
, "Should've been checked by caller.");
548
if (Sse2.
IsSupported
)
779
Debug.Assert(Sse2.
IsSupported
);
953
if (Sse2.
IsSupported
)
971
Debug.Assert(Sse2.
IsSupported
);
1071
Debug.Assert(!Sse2.
IsSupported
);
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.Validation.cs (1)
66
if (/* (AdvSimd.Arm64.IsSupported && BitConverter.IsLittleEndian) || */ Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (2)
1013
else if (Sse2.
IsSupported
)
1056
else if (Sse2.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (2)
151
if (Sse2.
IsSupported
)
184
Debug.Assert((AdvSimd.Arm64.IsSupported && BitConverter.IsLittleEndian) || Sse2.
IsSupported
);
Test.Utilities (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
717
return Sse2.
IsSupported
?