Searched refs:ProcessorFeatures (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/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>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TargetParser.h | 68 enum ProcessorFeatures { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | Minidump.h | 154 uint8_t ProcessorFeatures[16]; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MinidumpYAML.cpp | 201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | dbghelp.h | 964 ULONG64 ProcessorFeatures [2 ]; member
|