1 instantiation of VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
80_vectorFieldLayoutAlgorithm = new VectorFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm);
9 references to VectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (9)
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)
2685if (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 (4)
208return VectorFieldLayoutAlgorithm.IsVectorType(type) && 210VectorFieldLayoutAlgorithm.IsSupportedVectorBaseType(type.Instantiation[0]); 252!VectorFieldLayoutAlgorithm.IsSupportedVectorBaseType(type.Instantiation[0])) 302!VectorFieldLayoutAlgorithm.IsSupportedVectorBaseType(type.Instantiation[0]))