Home
last modified time | relevance | path

Searched refs:Tune (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5_nand.dtsi28 rx-sample-delay-ns = <7>; /* Tune for speed */
/freebsd/contrib/dialog/po/
H A Dku.po105 msgstr "Tune"
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp461 if (!Ret.Tune.empty()) in parseTargetAttr()
464 Ret.Tune = AttrString; in parseTargetAttr()
H A DAArch64.cpp1133 if (!Ret.Tune.empty()) in parseTargetAttr()
1136 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp161 StringRef Tune; in getAArch64MicroArchFeaturesFromMtune() local
162 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions)) in getAArch64MicroArchFeaturesFromMtune()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h58 StringRef Tune; member
63 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
H A DDebugOptions.def111 /// Tune the debug info for this debugger.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp569 if (!Ret.Tune.empty()) in parseTargetAttr()
572 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
/freebsd/usr.bin/compress/doc/
H A Drevision.log49 * Tune PDP-11 hash function.
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux214 print "Tune IP-Stack for security"
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3445 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enumerator
3465 if (!ParsedAttrs.Tune.empty() && in checkTargetAttr()
3466 !Context.getTargetInfo().isValidCPUName(ParsedAttrs.Tune)) in checkTargetAttr()
3468 << Unknown << Tune << ParsedAttrs.Tune << Target; in checkTargetAttr()
3556 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enumerator
/freebsd/contrib/diff/
H A DChangeLog2338 struct partition. Apply `too_expensive' heuristic. Tune.
2339 (compareseq): New `minimal' arg; all callers changed. Tune.
3194 * context.c: Align context with tab if -T is given. Tune.
3199 * util.c: -w skips all white space. Remove lint. Tune.
3207 Convert to GNU style. Tune.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2607 if (!ParsedAttr.Tune.empty() && in GetCPUAndFeaturesAttributes()
2608 getTarget().isValidCPUName(ParsedAttr.Tune)) in GetCPUAndFeaturesAttributes()
2609 TuneCPU = ParsedAttr.Tune; in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6518 HelpText<"Tune for a specific cpu type">,