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)
52
private
VectorFieldLayoutAlgorithm
_vectorFieldLayoutAlgorithm;
136
else if (
VectorFieldLayoutAlgorithm
.IsVectorType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223
if (
VectorFieldLayoutAlgorithm
.IsVectorType(instantiatedType) ||