Searched refs:ProcessorFeatures (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 714 def ProcessorFeatures { 1479 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures, 1480 ProcessorFeatures.AtomTuning>; 1484 def : ProcModel<P, SLMModel, ProcessorFeatures.SLMFeatures, 1485 ProcessorFeatures.SLMTuning>; 1488 def : ProcModel<"goldmont", SLMModel, ProcessorFeatures.GLMFeatures, 1489 ProcessorFeatures.GLMTuning>; 1490 def : ProcModel<"goldmont-plus", SLMModel, ProcessorFeatures.GLPFeatures, 1491 ProcessorFeatures.GLPTuning>; 1492 def : ProcModel<"tremont", SLMModel, ProcessorFeatures.TRMFeatures, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 1177 def ProcessorFeatures { 1325 def : ProcessorModel<"generic", CortexA55Model, ProcessorFeatures.Generic, 1328 def : ProcessorModel<"cortex-a35", CortexA53Model, ProcessorFeatures.A53, 1330 def : ProcessorModel<"cortex-a34", CortexA53Model, ProcessorFeatures.A53, 1332 def : ProcessorModel<"cortex-a53", CortexA53Model, ProcessorFeatures.A53, 1334 def : ProcessorModel<"cortex-a55", CortexA55Model, ProcessorFeatures.A55, 1336 def : ProcessorModel<"cortex-a510", CortexA55Model, ProcessorFeatures.A510, 1338 def : ProcessorModel<"cortex-a57", CortexA57Model, ProcessorFeatures.A53, 1340 def : ProcessorModel<"cortex-a65", CortexA53Model, ProcessorFeatures.A65, 1342 def : ProcessorModel<"cortex-a65ae", CortexA53Model, ProcessorFeatures.A65, [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.h | 57 enum ProcessorFeatures { enum 155 ProcessorFeatures getKeyFeature(CPUKind Kind); 166 unsigned getFeaturePriority(ProcessorFeatures Feat);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 348 def ProcessorFeatures { 646 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.P7Features>; 647 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.P8Features>; 648 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.P9Features>; 649 def : ProcessorModel<"pwr10", P10Model, ProcessorFeatures.P10Features>; 652 ProcessorFeatures.FutureFeatures>; 663 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.P8Features>;
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | X86TargetParser.cpp | 477 ProcessorFeatures llvm::X86::getKeyFeature(X86::CPUKind Kind) { in getKeyFeature() 483 return static_cast<ProcessorFeatures>(P.KeyFeature); in getKeyFeature() 718 unsigned llvm::X86::getFeaturePriority(ProcessorFeatures Feat) { in getFeaturePriority()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 154 uint8_t ProcessorFeatures[16]; member
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1135 static llvm::X86::ProcessorFeatures getFeature(StringRef Name) { in getFeature() 1136 return llvm::StringSwitch<llvm::X86::ProcessorFeatures>(Name) in getFeature() 1152 ProcessorFeatures KeyFeature = getKeyFeature(Kind); in multiVersionSortPriority()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | cpu_model.c | 119 enum ProcessorFeatures { enum
|