2 instantiations of InstructionSetSupportBuilder
crossgen2 (2)
parent\parent\Common\InstructionSetHelpers.cs (2)
23
InstructionSetSupportBuilder instructionSetSupportBuilder =
new
(targetArchitecture);
243
InstructionSetSupportBuilder optimisticInstructionSetSupportBuilder = new
InstructionSetSupportBuilder
(instructionSetSupportBuilder);
8 references to InstructionSetSupportBuilder
crossgen2 (3)
parent\parent\Common\InstructionSetHelpers.cs (3)
23
InstructionSetSupportBuilder
instructionSetSupportBuilder = new(targetArchitecture);
243
InstructionSetSupportBuilder
optimisticInstructionSetSupportBuilder = new InstructionSetSupportBuilder(instructionSetSupportBuilder);
349
InstructionSetSupportBuilder
.GetNonSpecifiableInstructionSetsForArch(targetArchitecture),
ILCompiler.ReadyToRun (5)
parent\parent\Common\Compiler\HardwareIntrinsicHelpers.cs (4)
41
public static void AddRuntimeRequiredIsaFlagsToBuilder(
InstructionSetSupportBuilder
builder, int flags)
85
public static void AddToBuilder(
InstructionSetSupportBuilder
builder, int flags)
238
public static void AddToBuilder(
InstructionSetSupportBuilder
builder, int flags)
339
public static void AddToBuilder(
InstructionSetSupportBuilder
builder, int flags)
parent\parent\Common\Compiler\InstructionSetSupport.cs (1)
248
public InstructionSetSupportBuilder(
InstructionSetSupportBuilder
other)