4 references to IsVectorType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilerContext.cs (1)
120
else if (VectorFieldLayoutAlgorithm.
IsVectorType
(type))
src\runtime\src\coreclr\tools\Common\Compiler\VectorFieldLayoutAlgorithm.cs (1)
26
Debug.Assert(
IsVectorType
(defType));
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) ||