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