10 references to CharsPerIterationAvx2
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\AsciiStringSearchValuesTeddyBase.cs (10)
164
if (Avx2.IsSupported && span.Length >=
CharsPerIterationAvx2
+ MatchStartOffsetN2)
185
if (Avx2.IsSupported && span.Length >=
CharsPerIterationAvx2
+ MatchStartOffsetN3)
256
Debug.Assert(span.Length >=
CharsPerIterationAvx2
+ MatchStartOffsetN2);
259
ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length -
CharsPerIterationAvx2
);
279
searchSpace = ref Unsafe.Add(ref searchSpace,
CharsPerIterationAvx2
);
283
if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart,
CharsPerIterationAvx2
)))
434
Debug.Assert(span.Length >=
CharsPerIterationAvx2
+ MatchStartOffsetN3);
437
ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length -
CharsPerIterationAvx2
);
459
searchSpace = ref Unsafe.Add(ref searchSpace,
CharsPerIterationAvx2
);
463
if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart,
CharsPerIterationAvx2
)))