4 references to IsVectorOfTType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCodegenCompilation.cs (1)
600
if (VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(defType))
Compiler\ReadyToRunCompilerContext.cs (1)
132
else if (VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1174
if (owningDefType != null && VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(owningDefType))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224
VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(instantiatedType) ||