7 references to IsInstructionSetOptimisticallySupported
ILCompiler.Compiler (7)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (7)
119
if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT512))
121
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128));
122
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT256));
125
else if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT256))
127
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128));
130
else if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128))
141
if (
IsInstructionSetOptimisticallySupported
(InstructionSet.ARM64_VectorT128))