2 writes to Bitmap
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
221
state.
Bitmap
= Vector256.Create(state.Bitmap.GetLower());
248
state.
Bitmap
= Vector256.Create(state.Bitmap.GetLower());
14 references to Bitmap
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (13)
23
new AsciiState(~
Bitmap
._lower, Lookup.CreateInverse());
217
if (TryComputeBitmap(asciiValues, (byte*)&state.
Bitmap
._lower, out bool needleContainsZero))
221
state.Bitmap = Vector256.Create(state.
Bitmap
.GetLower());
244
if (TryComputeBitmap(asciiValues, (byte*)&state.
Bitmap
._lower, out bool needleContainsZero))
248
state.Bitmap = Vector256.Create(state.
Bitmap
.GetLower());
315
Vector256<byte> bitmap256 = state.
Bitmap
;
366
Vector128<byte> bitmap = state.
Bitmap
._lower;
447
Vector256<byte> bitmap256 = state.
Bitmap
;
498
Vector128<byte> bitmap = state.
Bitmap
._lower;
600
Vector256<byte> bitmap256 = state.
Bitmap
;
649
Vector128<byte> bitmap = state.
Bitmap
._lower;
725
Vector256<byte> bitmap256 = state.
Bitmap
;
774
Vector128<byte> bitmap = state.
Bitmap
._lower;
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
33
if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.
Bitmap
!= default)