Searched refs:ProcessorFeatures (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Processors.td | 680 def ProcessorFeatures { 1060 def : ProcessorModel<"generic", CortexA510Model, ProcessorFeatures.Generic, 1063 def : ProcessorModel<"cortex-a35", CortexA53Model, ProcessorFeatures.A53, 1065 def : ProcessorModel<"cortex-a34", CortexA53Model, ProcessorFeatures.A53, 1067 def : ProcessorModel<"cortex-a53", CortexA53Model, ProcessorFeatures.A53, 1069 def : ProcessorModel<"cortex-a55", CortexA55Model, ProcessorFeatures.A55, 1071 def : ProcessorModel<"cortex-a510", CortexA510Model, ProcessorFeatures.A510, 1073 def : ProcessorModel<"cortex-a520", CortexA510Model, ProcessorFeatures.A520, 1075 def : ProcessorModel<"cortex-a520ae", CortexA510Model, ProcessorFeatures.A520AE, 1077 def : ProcessorModel<"cortex-a57", CortexA57Model, ProcessorFeatures.A53, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 801 def ProcessorFeatures { 1719 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures, 1720 ProcessorFeatures.AtomTuning>; 1724 def : ProcModel<P, SLMModel, ProcessorFeatures.SLMFeatures, 1725 ProcessorFeatures.SLMTuning>; 1728 def : ProcModel<"atom_sse4_2_movbe", SLMModel, ProcessorFeatures.GLMFeatures, 1729 ProcessorFeatures.SLMTuning>; 1730 def : ProcModel<"goldmont", SLMModel, ProcessorFeatures.GLMFeatures, 1731 ProcessorFeatures.GLMTuning>; 1733 def : ProcModel<P, SLMModel, ProcessorFeatures.GLPFeatures, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.h | 58 enum ProcessorFeatures { enum 167 ProcessorFeatures getKeyFeature(CPUKind Kind); 182 unsigned getFeaturePriority(ProcessorFeatures Feat);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 374 def ProcessorFeatures { 684 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.P7Features>; 685 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.P8Features>; 686 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.P9Features>; 687 def : ProcessorModel<"pwr10", P10Model, ProcessorFeatures.P10Features>; 688 def : ProcessorModel<"pwr11", P10Model, ProcessorFeatures.P11Features>; 691 ProcessorFeatures.FutureFeatures>; 702 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.P8Features>;
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 469 ProcessorFeatures llvm::X86::getKeyFeature(X86::CPUKind Kind) { in getKeyFeature() 475 return static_cast<ProcessorFeatures>(P.KeyFeature); in getKeyFeature() 751 unsigned llvm::X86::getFeaturePriority(ProcessorFeatures Feat) { in getFeaturePriority()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 159 uint8_t ProcessorFeatures[16]; member
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 1298 static llvm::X86::ProcessorFeatures getFeature(StringRef Name) { in getFeature() 1299 return llvm::StringSwitch<llvm::X86::ProcessorFeatures>(Name) in getFeature() 1315 ProcessorFeatures KeyFeature = getKeyFeature(Kind); in multiVersionSortPriority()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 105 enum ProcessorFeatures { enum
|