Searched refs:ProcessorFeatures (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 514 def ProcessorFeatures { 1095 def : ProcessorModel<P, AtomModel, ProcessorFeatures.AtomFeatures>; 1099 def : ProcessorModel<P, SLMModel, ProcessorFeatures.SLMFeatures>; 1102 def : ProcessorModel<"goldmont", SLMModel, ProcessorFeatures.GLMFeatures>; 1103 def : ProcessorModel<"goldmont-plus", SLMModel, ProcessorFeatures.GLPFeatures>; 1104 def : ProcessorModel<"tremont", SLMModel, ProcessorFeatures.TRMFeatures>; 1108 def : ProcessorModel<P, SandyBridgeModel, ProcessorFeatures.NHMFeatures>; 1113 ProcessorFeatures.WSMFeatures>; 1116 def : ProcessorModel<P, SandyBridgeModel, ProcessorFeatures.SNBFeatures>; 1120 def : ProcessorModel<P, SandyBridgeModel, ProcessorFeatures.IVBFeatures>; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 422 class ProcessorFeatures<list<SubtargetFeature> Inherited, 434 def SNBFeatures : ProcessorFeatures<[], [ 456 def IVBFeatures : ProcessorFeatures<SNBFeatures.Value, [ 470 def HSWFeatures : ProcessorFeatures<IVBFeatures.Value, [ 489 def BDWFeatures : ProcessorFeatures<HSWFeatures.Value, [ 498 def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [ 529 def SKXFeatures : ProcessorFeatures<SKLFeatures.Value, [ 546 def CNLFeatures : ProcessorFeatures<SKXFeatures.Value, [
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 186 def ProcessorFeatures { 403 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.Power7FeatureList>; 404 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.Power8FeatureList>; 406 def : ProcessorModel<"pwr9", P8Model, ProcessorFeatures.Power9FeatureList>; 414 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.Power8FeatureList>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 231 def ProcessorFeatures { 505 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.P7Features>; 506 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.P8Features>; 507 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.P9Features>; 510 ProcessorFeatures.FutureFeatures>; 521 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.P8Features>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetParser.h | 68 enum ProcessorFeatures { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 154 uint8_t ProcessorFeatures[16]; member
|
/external/crosvm/hypervisor/src/whpx/whpx_sys/ |
D | WinHvPlatformDefs.h | 290 WHV_PROCESSOR_FEATURES ProcessorFeatures; member 380 WHV_PROCESSOR_FEATURES ProcessorFeatures; member
|
D | bindings.rs | 2605 pub ProcessorFeatures: WHV_PROCESSOR_FEATURES, 2670 &(*(::std::ptr::null::<WHV_CAPABILITY>())).ProcessorFeatures as *const _ as usize in bindgen_test_layout_WHV_CAPABILITY() 2677 stringify!(ProcessorFeatures) in bindgen_test_layout_WHV_CAPABILITY() 2921 pub ProcessorFeatures: WHV_PROCESSOR_FEATURES, 2964 &(*(::std::ptr::null::<WHV_PARTITION_PROPERTY>())).ProcessorFeatures as *const _ in bindgen_test_layout_WHV_PARTITION_PROPERTY() 2972 stringify!(ProcessorFeatures) in bindgen_test_layout_WHV_PARTITION_PROPERTY()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
|
/external/llvm/lib/Support/ |
D | Host.cpp | 153 enum ProcessorFeatures { enum
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 964 ULONG64 ProcessorFeatures [2 ]; member
|