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)
600
if (
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(defType))
Compiler\ReadyToRunCompilerContext.cs (2)
51
private
VectorOfTFieldLayoutAlgorithm
_vectorOfTFieldLayoutAlgorithm;
132
else if (
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1174
if (owningDefType != null &&
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(owningDefType))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(instantiatedType) ||