10 references to Architecture
ilc (6)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (6)
366foreach (var instructionSetInfo in InstructionSetFlags.ArchitectureToValidInstructionSets(instructionSetSupport.Architecture)) 374unsupportedInstructionSets.ExpandInstructionSetByReverseImplication(instructionSetSupport.Architecture); 375unsupportedInstructionSets.Set64BitInstructionSetVariants(instructionSetSupport.Architecture); 377if (instructionSetSupport.Architecture is TargetArchitecture.X86 or TargetArchitecture.ARM) 378unsupportedInstructionSets.Set64BitInstructionSetVariantsUnconditionally(instructionSetSupport.Architecture); 385instructionSetSupport.Architecture);
ILCompiler.Compiler (4)
Compiler\ExpectedIsaFeaturesRootProvider.cs (3)
22if (_isaSupport.Architecture == TargetArchitecture.X64 23|| _isaSupport.Architecture == TargetArchitecture.X86 24|| _isaSupport.Architecture == TargetArchitecture.ARM64)
Compiler\HardwareIntrinsicHelpers.Aot.cs (1)
83switch (instructionSetSupport.Architecture)