6 references to IsVectorOfTType
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (1)
624
if (VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(defType))
Compiler\ReadyToRunCompilerContext.cs (1)
116
else if (VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(type))
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
1226
if (owningDefType != null && VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(owningDefType))
2689
if (VectorFieldLayoutAlgorithm.IsVectorType(type) || VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(type))
parent\parent\Common\JitInterface\SystemVStructClassificator.cs (1)
224
VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(instantiatedType) ||
parent\parent\Common\JitInterface\WasmLowering.cs (1)
315
VectorOfTFieldLayoutAlgorithm.
IsVectorOfTType
(vectorOfT) &&