4 references to IsVectorOfTType
ILCompiler.Compiler (2)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
115
else if (VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(type))
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
314
VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(vectorOfT) &&
ILCompiler.RyuJit (2)
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)
224
VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(instantiatedType) ||