1 instantiation of VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
80_vectorFieldLayoutAlgorithm = new VectorFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm);
6 references to VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCompilerContext.cs (3)
52private VectorFieldLayoutAlgorithm _vectorFieldLayoutAlgorithm; 120else if (VectorFieldLayoutAlgorithm.IsVectorType(type)) 323VectorFieldLayoutAlgorithm.IsSupportedVectorBaseType(type.Instantiation[0]))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2692if (VectorFieldLayoutAlgorithm.IsVectorType(type) || VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223if (VectorFieldLayoutAlgorithm.IsVectorType(instantiatedType) ||
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
120!VectorFieldLayoutAlgorithm.IsSupportedVectorBaseType(type.Instantiation[0]))