7 references to IsInstructionSetOptimisticallySupported
ILCompiler.Compiler (7)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (7)
114
if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT512))
116
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128));
117
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT256));
120
else if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT256))
122
Debug.Assert(!
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128));
125
else if (
IsInstructionSetOptimisticallySupported
(InstructionSet.X64_VectorT128))
136
if (
IsInstructionSetOptimisticallySupported
(InstructionSet.ARM64_VectorT128))