Searched refs:bitstream (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | diagnostic-handler-remarks.ll | 82 ; RUN: rm -f %t.bitstream.thin.0.bitstream %t.bitstream.thin.1.bitstream 84 ; RUN: -lto-pass-remarks-output=%t.bitstream \ 86 ; RUN: -lto-pass-remarks-format=bitstream \ 90 ; RUN: llvm-bcanalyzer %t.bitstream.thin.0.bitstream 91 ; RUN: llvm-bcanalyzer %t.bitstream.thin.1.bitstream
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | remarks-section.ll | 6 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=bitstream -pass-remarks-output=%/t.yam… 7 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=bitstream -remarks-section=false -pass… 22 ; bitstream needs a section.
|
| H A D | crash.ll | 399 …ture %buffer, i32 %length, i32 %bigendianp, i32 %word, i32 %sgned, ptr %bitstream) nounwind uwtabl…
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 27 `bitstream <https://llvm.org/docs/Remarks.html#llvm-bitstream-remarks>`_ 33 .. option:: --parser=<yaml|bitstream> 37 * ``bitstream``: The tool will parse bitstream remarks.
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | remarks-linking-archive.text | 38 CHECK-MISSING: warning: '/remarks/basic1.macho.remarks.x86_64.opt.bitstream': No such file or direc… 40 CHECK-MISSING-NEXT: warning: '/remarks/basic2.macho.remarks.x86_64.opt.bitstream': No such file or … 42 CHECK-MISSING-NEXT: warning: '/remarks/basic3.macho.remarks.x86_64.opt.bitstream': No such file or …
|
| /llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 38 enum ParserFormatOptions { yaml, bitstream }; enumerator 52 ParserFormat("parser", cl::cat(SizeDiffCategory), cl::init(bitstream), 55 clEnumVal(bitstream, "Bitstream format"))); 309 ParserFormat == bitstream ? remarks::Format::Bitstream in readFileAndProcessRemarks()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BitCodeFormat.rst | 14 This document describes the LLVM bitstream file format and the encoding of the 21 anachronistically known as bytecode) is actually two things: a `bitstream 24 The bitstream format is an abstract encoding of structured data, very similar to 25 XML in some ways. Like XML, bitstream files contain tags, and nested 27 Unlike XML, the bitstream format is a binary encoding, and unlike XML it 35 This document first describes the LLVM bitstream format, describes the wrapper 43 The bitstream format is literally a stream of bits, with a very simple 65 The first four bytes of a bitstream are used as an application-specific magic 68 determine whether a bitstream is valid based on its magic number alone. New 77 A bitstream literally consists of a stream of bits, which are read in order [all …]
|
| H A D | Remarks.rst | 116 * :ref:`bitstream <bitstreamremarks>` 266 LLVM bitstream remarks 269 This format is using :doc:`LLVM bitstream <BitCodeFormat>` to serialize remarks 272 A bitstream remark stream can be identified by the magic number ``"RMRK"`` that 413 bitstream remark container type. 588 * ``bitstream``
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 72 compressed bitstream as `LLVM's bitcode file format 137 within `LLVM's bitstream format <https://llvm.org/docs/BitCodeFormat.html>`_. 146 utility can be used to examine the actual structure of the bitstream for the AST
|
| H A D | UsersManual.rst | 347 ``-fsave-optimization-record=bitstream``: A binary format based on LLVM 382 ``clang -fsave-optimization-record=bitstream in.c -o out`` will generate 386 * ``/var/folders/43/9y164hh52tv_2nrdxrj31nyw0000gn/T/a-9be59b.opt.bitstream``
|
| H A D | InternalsManual.rst | 567 `LLVM bitstream format <https://llvm.org/docs/BitCodeFormat.html>`_.
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleSimplifiedPolyhedralForm.md | 327 [expensive and complicated](https://lirias.kuleuven.be/bitstream/123456789/497238/1/toplas-astgen.p…
|