1 write to InstructionSetSupport
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
55InstructionSetSupport = instructionSetSupport;
5 references to InstructionSetSupport
ILCompiler.RyuJit (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
4438flags.InstructionSetFlags.Add(_compilation.InstructionSetSupport.OptimisticFlags); 4452Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4456Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 4729Debug.Assert(!_compilation.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet)); 4731return supportEnabled ? _compilation.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;