1 instantiation of VectorOfTFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
90
_vectorOfTFieldLayoutAlgorithm = new
VectorOfTFieldLayoutAlgorithm
(_r2rFieldLayoutAlgorithm, _vectorFieldLayoutAlgorithm, matchingVectorType);
7 references to VectorOfTFieldLayoutAlgorithm
ILCompiler.ReadyToRun (7)
Compiler\ReadyToRunCodegenCompilation.cs (1)
614
if (
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(defType))
Compiler\ReadyToRunCompilerContext.cs (2)
51
private
VectorOfTFieldLayoutAlgorithm
_vectorOfTFieldLayoutAlgorithm;
116
else if (
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1201
if (owningDefType != null &&
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(owningDefType))
2692
if (VectorFieldLayoutAlgorithm.IsVectorType(type) ||
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(instantiatedType) ||
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
132
VectorOfTFieldLayoutAlgorithm
.IsVectorOfTType(vectorOfT) &&