Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86.td714 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 DAArch64.td1177 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 DX86TargetParser.h57 enum ProcessorFeatures { enum
155 ProcessorFeatures getKeyFeature(CPUKind Kind);
166 unsigned getFeaturePriority(ProcessorFeatures Feat);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td348 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 DX86TargetParser.cpp477 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 DMinidump.h154 uint8_t ProcessorFeatures[16]; member
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.cpp1135 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 DMinidumpYAML.cpp201 FixedSizeHex<sizeof(Info.ProcessorFeatures)> Features(Info.ProcessorFeatures); in mapping()
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c119 enum ProcessorFeatures { enum