8 references to Architecture
crossgen2 (6)
parent\parent\Common\InstructionSetHelpers.cs (6)
361foreach (var instructionSetInfo in InstructionSetFlags.ArchitectureToValidInstructionSets(instructionSetSupport.Architecture)) 369unsupportedInstructionSets.ExpandInstructionSetByReverseImplication(instructionSetSupport.Architecture); 370unsupportedInstructionSets.Set64BitInstructionSetVariants(instructionSetSupport.Architecture); 372if (instructionSetSupport.Architecture is TargetArchitecture.X86 or TargetArchitecture.ARM) 373unsupportedInstructionSets.Set64BitInstructionSetVariantsUnconditionally(instructionSetSupport.Architecture); 380instructionSetSupport.Architecture);
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (2)
28var r2rInstructionSet = instructionSetSupported.R2RInstructionSet(instructionSetSupport.Architecture); 52var r2rInstructionSet = instructionSetUnsupported.R2RInstructionSet(instructionSetSupport.Architecture);