1 instantiation of VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
77_vectorFieldLayoutAlgorithm = new VectorFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm);
3 references to VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilerContext.cs (2)
52private VectorFieldLayoutAlgorithm _vectorFieldLayoutAlgorithm; 136else if (VectorFieldLayoutAlgorithm.IsVectorType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223if (VectorFieldLayoutAlgorithm.IsVectorType(instantiatedType) ||