Searched refs:Tune (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | LoongArch.cpp | 403 enum class AttrFeatureKind { Arch, Tune, NoFeature, Feature }; enumerator 411 return {AttrFeatureKind::Tune, Split.second.trim()}; in getAttrFeatureTypeAndValue() 451 case AttrFeatureKind::Tune: in parseTargetAttr() 452 if (!Ret.Tune.empty()) in parseTargetAttr() 455 Ret.Tune = Value; in parseTargetAttr()
|
| H A D | RISCV.cpp | 556 if (!Ret.Tune.empty()) in parseTargetAttr() 559 Ret.Tune = AttrString; in parseTargetAttr()
|
| H A D | AArch64.cpp | 1317 if (!Ret.Tune.empty()) in parseTargetAttr() 1320 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
|
| /freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
| H A D | sparx5_nand.dtsi | 28 rx-sample-delay-ns = <7>; /* Tune for speed */
|
| /freebsd/contrib/dialog/po/ |
| H A D | ku.po | 105 msgstr "Tune"
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 162 StringRef Tune; in getAArch64MicroArchFeaturesFromMtune() local 163 return DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions); in getAArch64MicroArchFeaturesFromMtune()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 63 StringRef Tune; member 68 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
|
| H A D | DebugOptions.def | 98 /// Tune the debug info for this debugger.
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 609 if (!Ret.Tune.empty()) in parseTargetAttr() 612 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
|
| /freebsd/usr.bin/compress/doc/ |
| H A D | revision.log | 49 * Tune PDP-11 hash function.
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.hpux | 214 print "Tune IP-Stack for security"
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3265 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enumerator 3285 if (!ParsedAttrs.Tune.empty() && in checkTargetAttr() 3286 !Context.getTargetInfo().isValidCPUName(ParsedAttrs.Tune)) in checkTargetAttr() 3288 << Unknown << Tune << ParsedAttrs.Tune << Target; in checkTargetAttr() 3434 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 344 "Tune TLS model at function level in shared library loaded "
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2861 if (!ParsedAttr.Tune.empty() && in GetCPUAndFeaturesAttributes() 2862 getTarget().isValidCPUName(ParsedAttr.Tune)) in GetCPUAndFeaturesAttributes() 2863 TuneCPU = ParsedAttr.Tune; in GetCPUAndFeaturesAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7357 HelpText<"Tune for a specific cpu type">,
|