1 instantiation of VectorOfTFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
87_vectorOfTFieldLayoutAlgorithm = new VectorOfTFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm, _vectorFieldLayoutAlgorithm, matchingVectorType);
5 references to VectorOfTFieldLayoutAlgorithm
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunCodegenCompilation.cs (1)
600if (VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(defType))
Compiler\ReadyToRunCompilerContext.cs (2)
51private VectorOfTFieldLayoutAlgorithm _vectorOfTFieldLayoutAlgorithm; 132else if (VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1174if (owningDefType != null && VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(owningDefType))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(instantiatedType) ||