10 references to CharsPerIterationAvx512
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\AsciiStringSearchValuesTeddyBase.cs (10)
159if (Vector512.IsHardwareAccelerated && Avx512Vbmi.IsSupported && span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN2) 180if (Vector512.IsHardwareAccelerated && Avx512Vbmi.IsSupported && span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN3) 308Debug.Assert(span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN2); 311ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length - CharsPerIterationAvx512); 331searchSpace = ref Unsafe.Add(ref searchSpace, CharsPerIterationAvx512); 335if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart, CharsPerIterationAvx512))) 489Debug.Assert(span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN3); 492ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length - CharsPerIterationAvx512); 514searchSpace = ref Unsafe.Add(ref searchSpace, CharsPerIterationAvx512); 518if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart, CharsPerIterationAvx512)))