20 references to IsVectorizationSupported
System.Private.CoreLib (20)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (5)
105if (!IsVectorizationSupported || values.Length > 16) 216if (IsVectorizationSupported) 243if (IsVectorizationSupported) 852if (!IsVectorizationSupported || searchSpaceLength < sizeof(ulong)) 982if (!IsVectorizationSupported || searchSpaceLength < sizeof(ulong))
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticMap.cs (2)
323if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && 355if (IndexOfAnyAsciiSearcher.IsVectorizationSupported &&
src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticWithAsciiCharSearchValues.cs (5)
22Debug.Assert(IndexOfAnyAsciiSearcher.IsVectorizationSupported); 44if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && span.Length >= Vector128<short>.Count && char.IsAscii(span[0])) 105if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && span.Length >= Vector128<short>.Count && char.IsAscii(span[0])) 141if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && span.Length >= Vector128<short>.Count && char.IsAscii(span[^1])) 194if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && span.Length >= Vector128<short>.Count && char.IsAscii(span[^1]))
src\libraries\System.Private.CoreLib\src\System\SearchValues\SearchValues.cs (4)
65if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && maxInclusive < 128) 137if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && PackedSpanHelpers.PackedIndexOfIsSupported && 162if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && maxInclusive < 128) 179if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && minInclusive < 128)
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (3)
33if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.Bitmap != default) 90if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && typeof(TFastScanVariant) == typeof(IndexOfAnyAsciiFastScan)) 195if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && typeof(TFastScanVariant) == typeof(IndexOfAnyAsciiFastScan))
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasickBuilder.cs (1)
51if (IndexOfAnyAsciiSearcher.IsVectorizationSupported)