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