Home
last modified time | relevance | path

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/
DX86.td514 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/
DPPC.td231 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/
DTargetParser.h68 enum ProcessorFeatures { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h154 uint8_t ProcessorFeatures[16]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h964 ULONG64 ProcessorFeatures [2 ]; member