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