1 write to InstructionSetSupport
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
56
InstructionSetSupport
= instructionSetSupport;
8 references to InstructionSetSupport
ILCompiler.ReadyToRun (8)
Compiler\ReadyToRunCodegenCompilation.cs (1)
762
bool shouldBeCompiled = !CorInfoImpl.ShouldCodeNotBeCompiledIntoFinalImage(
InstructionSetSupport
, method);
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
769
if (ShouldSkipCompilation(compilation.
InstructionSetSupport
, method) || MethodSignatureIsUnstable(method.Signature, out var _))
792
if (ShouldSkipCompilation(_compilation.
InstructionSetSupport
, MethodBeingCompiled, _compilation))
parent\parent\Common\JitInterface\CorInfoImpl.cs (5)
542
var baselineSupport = _compilation.
InstructionSetSupport
;
4840
flags.InstructionSetFlags.Add(_compilation.
InstructionSetSupport
.OptimisticFlags);
4857
Debug.Assert(_compilation.
InstructionSetSupport
.IsInstructionSetSupported(InstructionSet.X86_X86Base));
4861
Debug.Assert(_compilation.
InstructionSetSupport
.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd));
5071
Debug.Assert(!_compilation.
InstructionSetSupport
.NonSpecifiableFlags.HasInstructionSet(instructionSet));