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