Searched refs:ProcessorFeatures (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 585 class ProcessorFeatures<list<SubtargetFeature> Inherited, 595 def GLMFeatures : ProcessorFeatures<[], [ 630 def GLPFeatures : ProcessorFeatures<GLMFeatures.Value, [ 687 def SNBFeatures : ProcessorFeatures<[], [ 716 def IVBFeatures : ProcessorFeatures<SNBFeatures.Value, [ 730 def HSWFeatures : ProcessorFeatures<IVBFeatures.Value, [ 751 def BDWFeatures : ProcessorFeatures<HSWFeatures.Value, [ 764 def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [ 782 def KNLFeatures : ProcessorFeatures<IVBFeatures.Value, [ 818 def SKXFeatures : ProcessorFeatures<SKLFeatures.Value, [ [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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 208 def ProcessorFeatures { 429 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.Power7FeatureList>; 430 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.Power8FeatureList>; 431 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.Power9FeatureList>; 442 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.Power8FeatureList>;
|
/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-7.0/llvm/include/llvm/Support/ |
D | TargetParser.h | 260 enum ProcessorFeatures { enum
|
/external/llvm/lib/Support/ |
D | Host.cpp | 153 enum ProcessorFeatures { enum
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 155 enum ProcessorFeatures { enum
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 964 ULONG64 ProcessorFeatures [2 ]; member
|