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)
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)
2685
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 (4)
208
return
VectorFieldLayoutAlgorithm
.IsVectorType(type) &&
210
VectorFieldLayoutAlgorithm
.IsSupportedVectorBaseType(type.Instantiation[0]);
252
!
VectorFieldLayoutAlgorithm
.IsSupportedVectorBaseType(type.Instantiation[0]))
302
!
VectorFieldLayoutAlgorithm
.IsSupportedVectorBaseType(type.Instantiation[0]))