1 instantiation of VectorOfTFieldLayoutAlgorithm
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
59_vectorOfTFieldLayoutAlgorithm = new VectorOfTFieldLayoutAlgorithm(_metadataFieldLayoutAlgorithm);
5 references to VectorOfTFieldLayoutAlgorithm
ILCompiler.Compiler (3)
Compiler\CompilerTypeSystemContext.Aot.cs (2)
37private readonly VectorOfTFieldLayoutAlgorithm _vectorOfTFieldLayoutAlgorithm; 115else if (VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
314VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(vectorOfT) &&
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2685if (VectorFieldLayoutAlgorithm.IsVectorType(type) || VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(instantiatedType) ||