Home
last modified time | relevance | path

Searched refs:ProcessorFeatures (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86.td585 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/
DX86.td422 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/
DPPC.td208 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/
DPPC.td186 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/
DTargetParser.h260 enum ProcessorFeatures { enum
/external/llvm/lib/Support/
DHost.cpp153 enum ProcessorFeatures { enum
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp155 enum ProcessorFeatures { enum
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h964 ULONG64 ProcessorFeatures [2 ]; member