Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86.td622 def GLMFeatures : ProcessorFeatures<[], [
659 def GLPFeatures : ProcessorFeatures<GLMFeatures.Value, [
719 def SNBFeatures : ProcessorFeatures<[], [
750 def IVBFeatures : ProcessorFeatures<SNBFeatures.Value, [
764 def HSWFeatures : ProcessorFeatures<IVBFeatures.Value, [
784 def BDWFeatures : ProcessorFeatures<HSWFeatures.Value, [
796 def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [
813 def KNLFeatures : ProcessorFeatures<[], [
868 def SKXFeatures : ProcessorFeatures<SKLFeatures.Value, [
886 def CLXFeatures : ProcessorFeatures<SKXFeatures.Value, [
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPC.td208 def ProcessorFeatures {
429 def : ProcessorModel<"pwr7", P7Model, ProcessorFeatures.Power7FeatureList>;
430 def : ProcessorModel<"pwr8", P8Model, ProcessorFeatures.Power8FeatureList>;
431 def : ProcessorModel<"pwr9", P9Model, ProcessorFeatures.Power9FeatureList>;
442 def : ProcessorModel<"ppc64le", P8Model, ProcessorFeatures.Power8FeatureList>;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetParser.h69 enum ProcessorFeatures { enum
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DX86.cpp1453 static llvm::X86::ProcessorFeatures getFeature(StringRef Name) { in getFeature()
1454 return llvm::StringSwitch<llvm::X86::ProcessorFeatures>(Name) in getFeature()
1462 static unsigned getFeaturePriority(llvm::X86::ProcessorFeatures Feat) { in getFeaturePriority()
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dcpu_model.c87 enum ProcessorFeatures { enum