Searched refs:Tune (Results 1 – 15 of 15) sorted by relevance
28 rx-sample-delay-ns = <7>; /* Tune for speed */
463 if (!Ret.Tune.empty()) in parseTargetAttr()466 Ret.Tune = AttrString; in parseTargetAttr()
1203 if (!Ret.Tune.empty()) in parseTargetAttr()1206 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
105 msgstr "Tune"
157 StringRef Tune; in getAArch64MicroArchFeaturesFromMtune() local158 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions)) in getAArch64MicroArchFeaturesFromMtune()
60 StringRef Tune; member65 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
113 /// Tune the debug info for this debugger.
580 if (!Ret.Tune.empty()) in parseTargetAttr()583 Ret.Tune = Feature.split("=").second.trim(); in parseTargetAttr()
49 * Tune PDP-11 hash function.
214 print "Tune IP-Stack for security"
2953 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enumerator2973 if (!ParsedAttrs.Tune.empty() && in checkTargetAttr()2974 !Context.getTargetInfo().isValidCPUName(ParsedAttrs.Tune)) in checkTargetAttr()2976 << Unknown << Tune << ParsedAttrs.Tune << Target; in checkTargetAttr()3057 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enumerator
344 "Tune TLS model at function level in shared library loaded "
2338 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.
2655 if (!ParsedAttr.Tune.empty() && in GetCPUAndFeaturesAttributes()2656 getTarget().isValidCPUName(ParsedAttr.Tune)) in GetCPUAndFeaturesAttributes()2657 TuneCPU = ParsedAttr.Tune; in GetCPUAndFeaturesAttributes()
6839 HelpText<"Tune for a specific cpu type">,