Home
last modified time | relevance | path

Searched refs:remark (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/tools/opt-viewer/
Dopt-viewer.py38 def suppress(remark): argument
39 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 …]
Doptrecord.py282 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] = remark
293 file_remarks[remark.File][remark.Line].append(remark)
298 if hasattr(remark, 'max_hotness'):
299 max_hotness = remark.max_hotness
300 max_hotness = max(max_hotness, remark.Hotness)
317 for remark in remarks:
[all …]
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-remark-size-diff.rst1 llvm-remark-size-diff - diff size remarks
4 .. program:: llvm-remark-size-diff
9 :program:`llvm-remark-size-diff` [*options*] *file_a* *file_b* **--parser** *parser*
14 :program:`llvm-remark-size-diff` diffs size
15 `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 which
25 :program:`llvm-remark-size-diff` handles both
35 Select the type of input remark parser. Required.
58 The human-readable format for :program:`llvm-remark-size-diff` is composed of
67 Suppose you are comparing two remark files OLD and NEW.
[all …]
Dllvm-remarkutil.rst15 `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
Dindex.rst97 llvm-remark-size-diff
Ddsymutil.rst112 Specify a directory to prepend the paths of the external remark files.
Dllc.rst160 Emit the __remarks (MachO) section which contains metadata about remark
/openbsd/src/gnu/llvm/llvm/docs/
DRemarks.rst8 Introduction to the LLVM remark diagnostics
15 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 be
176 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: a
272 A bitstream remark stream can be identified by the magic number ``"RMRK"`` that
302 The version of the remark entries. This can change independently from the
[all …]
DMisExpect.rst40 remark or warning detailing a potential performance regression. The
DVectorizers.rst119 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=…
/openbsd/src/gnu/llvm/llvm/lib/Support/
DWithColor.cpp89 raw_ostream &WithColor::remark() { return remark(errs()); } in remark() function in WithColor
121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark() function in WithColor
DSourceMgr.cpp521 WithColor::remark(OS, "", !ShowColors); in print()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DWithColor.h97 static raw_ostream &remark();
109 static raw_ostream &remark(raw_ostream &OS, StringRef Prefix = "",
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticDocs.td45 .remark {
64 .. role:: remark
DDiagnosticFrontendKinds.td197 "unknown %select{warning|remark}0 option '%1'%select{|; did you mean '%3'?}2">,
DDiagnosticDriverKinds.td310 "unknown remark serializer format: '%0'">;
/openbsd/src/gnu/gcc/config/
Ddepstand.m498 # icc: Command line remark: option '-MP' not supported
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Ddepstand.m498 # icc: Command line remark: option '-MP' not supported
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DOptions.td182 HelpText<"Specify a directory to prepend to the paths of the external remark files.">,
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DCommentCommands.td162 def Remark : BlockCommand<"remark">;
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn294 "//llvm/tools/llvm-remark-size-diff",
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassRegistry.def235 FUNCTION_ANALYSIS("opt-remark-emit", OptimizationRemarkEmitterAnalysis())
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Daclocal.m4229 # icc: Command line remark: option '-MP' not supported
/openbsd/src/gnu/gcc/libgomp/
Daclocal.m4229 # icc: Command line remark: option '-MP' not supported
/openbsd/src/gnu/gcc/libssp/
Daclocal.m4229 # icc: Command line remark: option '-MP' not supported

123