Searched refs:remark (Results 1 – 25 of 54) sorted by relevance
123
38 def suppress(remark): argument39 if remark.Name == 'sil.Specialized':40 return remark.getArgDict()['Function'][0].startswith('\"Swift.')41 elif remark.Name == 'sil.Inlined':42 return remark.getArgDict()['Callee'][0].startswith(('\"Swift.', '\"specialized Swift.'))103 for remark in line_remarks.get(linenum, []):104 if not suppress(remark):105 self.render_inline_remarks(remark, html_line)230 for i, remark in enumerate(all_remarks[:max_entries]):231 if not suppress(remark):[all …]
282 for remark in docs:283 remark.canonicalize()285 if not hasattr(remark, 'DebugLoc') or remark.key in all_remarks:288 if filter_e and not filter_e.search(remark.Pass):291 all_remarks[remark.key] = remark293 file_remarks[remark.File][remark.Line].append(remark)298 if hasattr(remark, 'max_hotness'):299 max_hotness = remark.max_hotness300 max_hotness = max(max_hotness, remark.Hotness)317 for remark in remarks:[all …]
1 llvm-remark-size-diff - diff size remarks4 .. program:: llvm-remark-size-diff9 :program:`llvm-remark-size-diff` [*options*] *file_a* *file_b* **--parser** *parser*14 :program:`llvm-remark-size-diff` diffs size15 `remarks <https://llvm.org/docs/Remarks.html>`_ in two remark files: ``file_a``18 :program:`llvm-remark-size-diff` can be used to gain insight into which25 :program:`llvm-remark-size-diff` handles both35 Select the type of input remark parser. Required.58 The human-readable format for :program:`llvm-remark-size-diff` is composed of67 Suppose you are comparing two remark files OLD and NEW.[all …]
15 `remark <https://llvm.org/docs/Remarks.html>`_ formats.36 Takes a bitstream remark file as input, and reserializes that file as YAML.50 Takes a YAML remark file as input, and reserializes that file in the bitstream
97 llvm-remark-size-diff
112 Specify a directory to prepend the paths of the external remark files.
160 Emit the __remarks (MachO) section which contains metadata about remark
8 Introduction to the LLVM remark diagnostics15 There are three main remark types:58 LLVM: through remark diagnostics, or through serialized remarks.131 The minimum profile count required for an optimization remark to be176 A typical remark serialized to YAML looks like this:194 * ``<pass>``: the name of the pass that emitted this remark.195 * ``<name>``: the name of the remark coming from ``<pass>``.255 * the absolute file path to the serialized remark diagnostics: a272 A bitstream remark stream can be identified by the magic number ``"RMRK"`` that302 The version of the remark entries. This can change independently from the[all …]
40 remark or warning detailing a potential performance regression. The
119 The command line ``-Rpass-missed=loop-vectorize`` prints the remark:123 …no_switch.cpp:4:5: remark: loop not vectorized: vectorization is explicitly enabled [-Rpass-missed…130 …no_switch.cpp:4:5: remark: loop not vectorized: loop contains a switch statement [-Rpass-analysis=…
89 raw_ostream &WithColor::remark() { return remark(errs()); } in remark() function in WithColor121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark() function in WithColor
521 WithColor::remark(OS, "", !ShowColors); in print()
97 static raw_ostream &remark();109 static raw_ostream &remark(raw_ostream &OS, StringRef Prefix = "",
45 .remark {64 .. role:: remark
197 "unknown %select{warning|remark}0 option '%1'%select{|; did you mean '%3'?}2">,
310 "unknown remark serializer format: '%0'">;
98 # icc: Command line remark: option '-MP' not supported
182 HelpText<"Specify a directory to prepend to the paths of the external remark files.">,
162 def Remark : BlockCommand<"remark">;
294 "//llvm/tools/llvm-remark-size-diff",
235 FUNCTION_ANALYSIS("opt-remark-emit", OptimizationRemarkEmitterAnalysis())
229 # icc: Command line remark: option '-MP' not supported