2 instantiations of InstructionSetSupport
ilc (1)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
341
return new
InstructionSetSupport
(supportedInstructionSet,
ILCompiler.Compiler (1)
Compiler\CompilationBuilder.Aot.cs (1)
34
_instructionSetSupport = new
InstructionSetSupport
(default, default, _context.Target.Architecture);
12 references to InstructionSetSupport
ilc (2)
Program.cs (1)
109
InstructionSetSupport
instructionSetSupport = Helpers.ConfigureInstructionSetSupport(Get(_command.InstructionSet), Get(_command.MaxVectorTBitWidth), isVectorTOptimistic, targetArchitecture, targetOS,
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
19
public static
InstructionSetSupport
ConfigureInstructionSetSupport(string instructionSet, int maxVectorTBitWidth, bool isVectorTOptimistic, TargetArchitecture targetArchitecture, TargetOS targetOS,
ILCompiler.Compiler (8)
Compiler\CompilationBuilder.Aot.cs (2)
25
protected
InstructionSetSupport
_instructionSetSupport;
37
public CompilationBuilder UseInstructionSetSupport(
InstructionSetSupport
support)
Compiler\ExpectedIsaFeaturesRootProvider.cs (2)
13
private readonly
InstructionSetSupport
_isaSupport;
15
public ExpectedIsaFeaturesRootProvider(
InstructionSetSupport
isaSupport)
Compiler\HardwareIntrinsicHelpers.Aot.cs (1)
80
public static int GetRuntimeRequiredIsaFlags(
InstructionSetSupport
instructionSetSupport)
Compiler\HardwareIntrinsicILProvider.cs (3)
16
private readonly
InstructionSetSupport
_isaSupport;
22
public HardwareIntrinsicILProvider(
InstructionSetSupport
isaSupport, FieldDesc isSupportedField, ILProvider nestedProvider)
40
string intrinsicId =
InstructionSetSupport
.GetHardwareIntrinsicId(_context.Target.Architecture, owningType);
ILCompiler.RyuJit (2)
Compiler\RyuJitCompilation.cs (2)
33
public
InstructionSetSupport
InstructionSetSupport { get; }
43
InstructionSetSupport
instructionSetSupport,