Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Processors.td728 def ProcessorFeatures {
1138 def : ProcessorModel<"generic", CortexA510Model, ProcessorFeatures.Generic,
1141 def : ProcessorModel<"cortex-a34", CortexA53Model, ProcessorFeatures.A53,
1143 def : ProcessorModel<"cortex-a35", CortexA53Model, ProcessorFeatures.A53,
1145 def : ProcessorModel<"cortex-a320", CortexA320Model, ProcessorFeatures.A320,
1147 def : ProcessorModel<"cortex-a53", CortexA53Model, ProcessorFeatures.A53,
1149 def : ProcessorModel<"cortex-a55", CortexA55Model, ProcessorFeatures.A55,
1151 def : ProcessorModel<"cortex-a510", CortexA510Model, ProcessorFeatures.A510,
1153 def : ProcessorModel<"cortex-a520", CortexA510Model, ProcessorFeatures.A520,
1155 def : ProcessorModel<"cortex-a520ae", CortexA510Model, ProcessorFeatures.A520AE,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td821 def ProcessorFeatures {
1771 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures,
1772 ProcessorFeatures.AtomTuning>;
1776 def : ProcModel<P, SLMModel, ProcessorFeatures.SLMFeatures,
1777 ProcessorFeatures.SLMTuning>;
1780 def : ProcModel<"atom_sse4_2_movbe", SLMModel, ProcessorFeatures.GLMFeatures,
1781 ProcessorFeatures.SLMTuning>;
1782 def : ProcModel<"goldmont", SLMModel, ProcessorFeatures.GLMFeatures,
1783 ProcessorFeatures.GLMTuning>;
1785 def : ProcModel<P, SLMModel, ProcessorFeatures.GLPFeatures,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.h59 enum ProcessorFeatures { enum
169 LLVM_ABI ProcessorFeatures getKeyFeature(CPUKind Kind);
186 LLVM_ABI unsigned getFeaturePriority(ProcessorFeatures Feat);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td374 def ProcessorFeatures {
696 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.P7Features>;
697 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.P8Features>;
698 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.P9Features>;
699 def : ProcessorModel<"pwr10", P10Model, ProcessorFeatures.P10Features>;
700 def : ProcessorModel<"pwr11", P10Model, ProcessorFeatures.P11Features>;
703 ProcessorFeatures.FutureFeatures>;
714 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.P8Features>;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp483 ProcessorFeatures llvm::X86::getKeyFeature(X86::CPUKind Kind) { in getKeyFeature()
489 return static_cast<ProcessorFeatures>(P.KeyFeature); in getKeyFeature()
775 unsigned llvm::X86::getFeaturePriority(ProcessorFeatures Feat) { in getFeaturePriority()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h171 uint8_t ProcessorFeatures[16]; member
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1382 static llvm::X86::ProcessorFeatures getFeature(StringRef Name) { in getFeature()
1383 return llvm::StringSwitch<llvm::X86::ProcessorFeatures>(Name) in getFeature()
1400 ProcessorFeatures KeyFeature = getKeyFeature(Kind); in getFMVPriority()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp204 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c110 enum ProcessorFeatures { enum