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)
52
private
VectorFieldLayoutAlgorithm
_vectorFieldLayoutAlgorithm;
120
else if (
VectorFieldLayoutAlgorithm
.IsVectorType(type))
323
VectorFieldLayoutAlgorithm
.IsSupportedVectorBaseType(type.Instantiation[0]))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2692
if (
VectorFieldLayoutAlgorithm
.IsVectorType(type) || VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223
if (
VectorFieldLayoutAlgorithm
.IsVectorType(instantiatedType) ||
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
120
!
VectorFieldLayoutAlgorithm
.IsSupportedVectorBaseType(type.Instantiation[0]))