Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86.td567 def ProcessorFeatures {
1227 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures,
1228 ProcessorFeatures.AtomTuning>;
1232 def : ProcModel<P, SLMModel, ProcessorFeatures.SLMFeatures,
1233 ProcessorFeatures.SLMTuning>;
1236 def : ProcModel<"goldmont", SLMModel, ProcessorFeatures.GLMFeatures,
1237 ProcessorFeatures.GLMTuning>;
1238 def : ProcModel<"goldmont-plus", SLMModel, ProcessorFeatures.GLPFeatures,
1239 ProcessorFeatures.GLPTuning>;
1240 def : ProcModel<"tremont", SLMModel, ProcessorFeatures.TRMFeatures,
[all …]
/external/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 …]
/external/llvm-project/llvm/include/llvm/Support/
DX86TargetParser.h56 enum ProcessorFeatures { enum
146 ProcessorFeatures getKeyFeature(CPUKind Kind);
/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/llvm-project/llvm/lib/Target/PowerPC/
DPPC.td273 def ProcessorFeatures {
563 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.P7Features>;
564 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.P8Features>;
565 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.P9Features>;
567 def : ProcessorModel<"pwr10", P9Model, ProcessorFeatures.P10Features>;
570 ProcessorFeatures.FutureFeatures>;
581 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.P8Features>;
/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-10.0/llvm/include/llvm/Support/
DTargetParser.h68 enum ProcessorFeatures { enum
/external/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>;
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp1026 static llvm::X86::ProcessorFeatures getFeature(StringRef Name) { in getFeature()
1027 return llvm::StringSwitch<llvm::X86::ProcessorFeatures>(Name) in getFeature()
1035 static unsigned getFeaturePriority(llvm::X86::ProcessorFeatures Feat) { in getFeaturePriority()
1056 ProcessorFeatures KeyFeature = getKeyFeature(Kind); in multiVersionSortPriority()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMinidump.h154 uint8_t ProcessorFeatures[16]; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h154 uint8_t ProcessorFeatures[16]; member
/external/llvm-project/llvm/unittests/ObjectYAML/
DMinidumpYAMLTest.cpp140 makeArrayRef(SysInfo.CPU.Other.ProcessorFeatures)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
/external/llvm-project/llvm/lib/Support/
DX86TargetParser.cpp443 ProcessorFeatures llvm::X86::getKeyFeature(X86::CPUKind Kind) { in getKeyFeature()
449 return static_cast<ProcessorFeatures>(P.KeyFeature); in getKeyFeature()
/external/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c105 enum ProcessorFeatures { enum
/external/llvm/lib/Support/
DHost.cpp153 enum ProcessorFeatures { enum
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h964 ULONG64 ProcessorFeatures [2 ]; member