1 write to InstructionSetSupport
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
56InstructionSetSupport = instructionSetSupport;
8 references to InstructionSetSupport
ILCompiler.ReadyToRun (8)
Compiler\ReadyToRunCodegenCompilation.cs (1)
736bool shouldBeCompiled = !CorInfoImpl.ShouldCodeNotBeCompiledIntoFinalImage(InstructionSetSupport, method);
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
772if (ShouldSkipCompilation(compilation.InstructionSetSupport, method) || MethodSignatureIsUnstable(method.Signature, out var _)) 795if (ShouldSkipCompilation(_compilation.InstructionSetSupport, MethodBeingCompiled, _compilation))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
518var baselineSupport = _compilation.InstructionSetSupport; 4438flags.InstructionSetFlags.Add(_compilation.InstructionSetSupport.OptimisticFlags); 4452Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4456Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 4663Debug.Assert(!_compilation.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet));