Home
last modified time | relevance | path

Searched +refs:llvm +refs:mode +refs:syntax +refs:table (Results 1 – 25 of 43) sorted by relevance

12

/external/perfetto/
DCHANGELOG49 * Added table for querying hardware power rail counters in new
58 * Remove arg auto-completion in pivot table.
131 time spent running in userspace, and time spent running in kernel mode,
135 * Added `decompress_packets` mode to the traceconv tool.
212 * Added of flow id from trace as a column in the flow table.
213 * Fixed computation of trace_bounds table when using UI native acceleration.
228 * Added new PerfettoSQL syntax (CREATE PERFETTO VIEW) for adding schemas to views.
242 * Added new PerfettoSQL syntax (INCLUDE PERFETTO MODULE) for including
244 * Added new PerfettoSQL syntax (CREATE PERFETTO TABLE) for defining analytic
246 * Added new PerfettoSQL syntax (CREATE PERFETTO MACRO) for defining macros
[all …]
/external/llvm/docs/TableGen/
Dindex.rst31 `Clang diagnostics and attributes <http://clang.llvm.org/docs/UsersManual.html#controlling-errors-a…
34 an emacs "TableGen mode" and a vim language file in the ``llvm/utils/emacs`` and
35 ``llvm/utils/vim`` directories of your LLVM distribution, respectively.
43 TableGen files are interpreted by the TableGen program: `llvm-tblgen` available
51 specifies the file to read. If a filename is not specified, ``llvm-tblgen``
55 selectable on the command line (type '``llvm-tblgen -help``' for a list). For
62 $ llvm-tblgen X86.td -print-enums -class=Register
72 $ llvm-tblgen X86.td -print-enums -class=Instruction
88 With no other arguments, `llvm-tblgen` parses the specified file and prints out all
93 .. code-block:: llvm
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DTarget.td4 // See https://llvm.org/LICENSE.txt for license information.
15 include "llvm/IR/Intrinsics.td"
22 // A string representing subtarget features that turn on this HW mode.
23 // For example, "+feat1,-feat2" will indicate that the mode is active
31 // A special mode recognized by tablegen. This mode is considered active
32 // when no other mode is active. For targets that do not use specific hw
33 // modes, this is the only mode.
46 // dependent on a HW mode. This class inherits from ValueType itself,
64 // The register size/alignment information, parameterized by a HW mode.
161 // is invalid for this mode/flavour.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td4 // See https://llvm.org/LICENSE.txt for license information.
15 include "llvm/IR/Intrinsics.td"
24 // A string representing subtarget features that turn on this HW mode.
25 // For example, "+feat1,-feat2" will indicate that the mode is active
33 // A special mode recognized by tablegen. This mode is considered active
34 // when no other mode is active. For targets that do not use specific hw
35 // modes, this is the only mode.
48 // dependent on a HW mode. This class inherits from ValueType itself,
66 // The register size/alignment information, parameterized by a HW mode.
163 // is invalid for this mode/flavour.
[all …]
/external/llvm/docs/
DCodeGenerator.rst40 These interfaces are defined in ``include/llvm/Target/``.
45 ``include/llvm/CodeGen/``. At this level, concepts like "constant pool
194 The LLVM target description classes (located in the ``include/llvm/Target``
330 ``include/llvm/CodeGen``). This representation is completely target agnostic,
369 .. code-block:: llvm
382 the ``include/llvm/CodeGen/MachineInstrBuilder.h`` file. The ``BuildMI``
429 .. code-block:: llvm
439 .. code-block:: llvm
456 .. code-block:: llvm
515 a ``MachineRegisterInfo``. See ``include/llvm/CodeGen/MachineFunction.h`` for
[all …]
DLibFuzzer.rst47 ``./third_party/llvm-build/Release+Asserts/bin/clang``)
83 svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
85 # git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
207 In this mode the fuzzer binary can be used as a regression test (e.g. on a
511 svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
578 The dictionary syntax is similar to that used by AFL_ for its ``-x`` option::
601 This mode can be combined with DataFlowSanitizer_ to achieve better sensitivity.
603 Fuzzer-friendly build mode
611 E.g. libxml uses ``rand()`` inside its hash table.
623 // In fuzzing mode the behavior of the code should be deterministic.
[all …]
DLangRef.rst53 .. code-block:: llvm
92 with a temporary variable without having to avoid symbol table
107 .. code-block:: llvm
113 .. code-block:: llvm
119 .. code-block:: llvm
149 functions, global variables, and symbol table entries. Modules may be
152 symbol table entries. Here is an example of the "hello world" module:
154 .. code-block:: llvm
201 doesn't show up in any symbol table in the object file.
255 can only be used for variables like ``llvm.global_ctors`` which llvm
[all …]
DGettingStarted.rst20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This
33 Getting Started <http://clang.llvm.org/get_started.html>`_ page might also be a
46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
52 * ``cd llvm/tools``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
57 * ``cd where-you-want-llvm-to-live``
58 * ``cd llvm/projects``
59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dport_def.inc62 // - Clang: https://clang.llvm.org/docs/LanguageExtensions.html
70 // - Clang: https://clang.llvm.org/docs/AttributeReference.html
75 // - Clang: https://clang.llvm.org/cxx_status.html
80 // - Clang: https://releases.llvm.org/
93 // https://clang.llvm.org/docs/LanguageExtensions.html#has-feature-and-has-extension
106 // https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
114 // https://clang.llvm.org/docs/LanguageExtensions.html#has-builtin
243 // https://github.com/llvm/llvm-project/issues/53271
383 // https://clang.llvm.org/docs/LanguageExtensions.html#c-rtti
557 // But compilers have trouble mixing __attribute__((...)) syntax with
[all …]
/external/sdv/vsomeip/third_party/boost/config/doc/
Dmacro_reference.qbk30 [table
87 [table
236 Member template friend syntax (`template<class P> friend class frd;`)
402 [table
596 Defined if the compiler, in its current translation mode, supports multiple
639 [table
654 [table
787 specification syntax (e.g. `auto foo(T) -> T;`).]]
819 [table
901 declaration with no definition. Since the macro may change the access mode, it is recommended to us…
[all …]
/external/protobuf/src/google/protobuf/
Dport_def.inc62 // - Clang: https://clang.llvm.org/docs/LanguageExtensions.html
70 // - Clang: https://clang.llvm.org/docs/AttributeReference.html
75 // - Clang: https://clang.llvm.org/cxx_status.html
80 // - Clang: https://releases.llvm.org/
93 // https://clang.llvm.org/docs/LanguageExtensions.html#has-feature-and-has-extension
106 // https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
114 // https://clang.llvm.org/docs/LanguageExtensions.html#has-builtin
265 // https://github.com/llvm/llvm-project/issues/53271
400 // https://clang.llvm.org/docs/LanguageExtensions.html#c-rtti
571 // But compilers have trouble mixing __attribute__((...)) syntax with
[all …]
/external/clang/docs/
DInternalsManual.rst22 `data-structures <http://llvm.org/docs/ProgrammersManual.html>`_, including
257 The parser is very unforgiving. A syntax error, even whitespace, will abort,
365 semicolon at the end of a statement or a use of deprecated syntax that is
444 mode. Instead of formatting and printing out the diagnostics, this
448 documentation for the ``-verify`` mode can be found in the Clang API
511 .. mostly taken from http://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html
539 `LLVM bitstream format <http://llvm.org/docs/BitCodeFormat.html>`_.
599 not reading in "raw" mode) this contains a pointer to the unique hash value
731 * The lexer can operate in "raw" mode. This mode has several features that
734 This mode is used for lexing within an "``#if 0``" block, for example.
[all …]
/external/llvm/include/llvm/Target/
DTarget.td16 include "llvm/IR/Intrinsics.td"
110 // is invalid for this mode/flavour.
291 // DwarfRegNum - This class provides a mapping of the llvm register enumeration
301 // is invalid for this mode/flavour.
308 // from dwarf register number to llvm register.
316 include "llvm/Target/TargetSchedule.td"
966 include "llvm/Target/GenericOpcodes.td"
975 // syntax on X86 for example).
1008 // (e.g. AT&T vs Intel syntax on X86 for example). This class can be
1097 /// InstAlias - This defines an alternate assembly syntax that is allowed to
[all …]
/external/mesa3d/docs/relnotes/
D21.3.0.rst105 - ../mesa-9999/src/amd/llvm/ac_llvm_helper.cpp:63:14: error: 'class llvm::AttributeList' has no mem…
176 - radv: FP16 mode in FidelityFX FSR doesn't look right
386 - docs/panfrost: Update llvm option
437 - panfrost: Replace writers pointer with hash table
636 - panfrost: Fix collision in the indirect draw shader table
767 - ci: Fix syntax error in radv fails files
832 - lima: fix leak of the screen hash table
864 - etnaviv: use better name for fd hash table
865 - etnaviv: fix leak of the screen hash table
894 - tu: Fix feedback loops in sysmem mode
[all …]
D20.3.0.rst148 - builder_misc.cpp:137:55: error: ‘get’ is not a member of ‘llvm::ElementCount’
159 - gen_state_llvm.h:54:99: error: invalid conversion from ‘int’ to ‘const llvm::VectorType*’ \[-fper…
204 - glx: Collect all the non-applegl extensions in the GetProcAddress table
342 - v3dv/meta: fix hash table insertion
433 - panfrost: XMLify MSAA writeout mode
533 - panfrost: Support SHADERLESS mode everywhere
582 - pan/decode: Fix awkward syntax
592 - pan/mdg: Refactor texture op/mode handling
614 - pan/bi: Use canonical syntax for registers/uniforms/imms
615 - pan/bi: Use canonical syntax for special constants
[all …]
D23.2.1.rst61 - intel: State cache invalidation after BLORP binding table setup ought to be unnecessary on ICL.
168 - docs.mesa3d.org contrast is bad in dark mode
171 - Surfaceless mode ES2.0 number of vertices limitation
182 - anv: binding table pool leak or overly cached
192 - FTBFS: gallivm: src/gallium/auxiliary/gallivm/lp_bld_init.c:45:10: fatal error: llvm-c/Transforms…
217 - regression in aco,ac/llvm,radv,radeonsi: handle ps bc optimization in nir for radv
221 - [llvm 16+] [microsoft-clc] opencl-c-base.h does not exist
239 - ci/radv: Remove vkctx-navi21-llvm-valve job?
356 - ac/llvm: Use nir_foreach_phi
366 - ac/llvm: Don't handle atomic derefs
[all …]
D22.3.0.rst206 - [Bisected] Microsoft CLC: build failure with MSVC and Dshared-llvm=disabled with AMDGPU target av…
325 - asahi: Identify depth clip mode bit
855 - draw: s/start_or_maxelt/start/ in llvm VS code
1115 - etnaviv: rs: msaa: Set cache mode for SMALL_MSAA
1316 - gallivm: handle llvm coroutines for llvm > 15
1359 - clover/llvm: add kernel arg info for opaque pointers
1499 - intel/genxml: add a validation mode to gen_sort_tags
1796 - docs: fixup broken rst syntax
1920 - zink: consider polygon-mode for rast_prim
1923 - docs/zink: fix and cleanup rst syntax
[all …]
D21.1.0.rst62 - CSGO: Some default variables can cause problems with trust mode
105 - aco_tests isel.sparse.clause fails with llvm-12
138 - amd clang cannot convert ‘llvm::AtomicOrdering’ to ‘llvm::MaybeAlign’ build failure
384 - pan/bi: Print FAU index in verbose mode
388 - pan/bi: Fix IDLE register mode packing
396 - pan/bi: Add "soft" mode to DCE
418 - pan/bi: Label table instructions
419 - pan/bi: Emit branch and table bits in opcode table
431 - pan/bi: Add clause encodings as a table
472 - pan/bi: Lower FEXP2 with a table
[all …]
D23.1.0.rst58 - [llvm 16+] [microsoft-clc] opencl-c-base.h does not exist
108 - FTBFS: src/amd/llvm/ac_llvm_util.c:248:4: error: implicit declaration of function ‘LLVMAddIPSCCPP…
124 - Build fails with llvm 17: llvm/ADT/Triple.h: No such file or directory
261 - mesa: Fix extension table formatting
704 - anv: implement TES distribution mode WA 22012785325
705 - iris: implement TES distribution mode WA 22012785325
797 - virgl: add more formats to conv table
1087 - vk/vk_extension_gen: Make table struct initializable in C++ on older gcc
1098 - tu: C++-proofing: fix extension table initialization
1283 - meson: use a feature option for llvm
[all …]
D7.10.rst276 - draw: pass sampler state down to llvm jit state
398 - mesa: add extension table entry for GL_EXT_gpu_shader4
427 - softpipe: disable vertex texturing with draw/llvm
480 - gallivm/llvmpipe: squash merge of the llvm-context branch
505 - mesa/llvm: use llvm-config --cppflags
516 - configure: use llvm-config --cppflags instead of --cflags
519 - draw/llvm: don't flush in vs_llvm_delete()
592 - st/egl: Fix native_mode refresh mode.
721 - nv50: introduce the big formats table
729 - nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufs
[all …]
D23.3.0.rst78 - Lords of the Fallen 2023 Red Eye mode crashing game and desktop
125 - failiure in amd llvm helper
126 - failiure in amd llvm helper
219 - intel: State cache invalidation after BLORP binding table setup ought to be unnecessary on ICL.
888 - compiler/types: Use smaller keys for array_types table
890 - compiler/types: Use smaller keys for explicit_matrix_types table
906 - compiler/types: Use designated initializer syntax to specify builtins
923 - compiler/types: Use a string table for builtin type names
945 - util: Remove per-buffer header in linear alloc for release mode
962 - compiler/types: Use C compatible cast syntax
[all …]
D24.0.0.rst161 - mesa:amd+compiler / aco_tests assembler.gfx11.vop12c_v128/gfx11 failure with llvm-17
166 - Lords of the Fallen 2023 Red Eye mode crashing game and desktop
323 - asahi: Identify bicubic filtering mode
526 - rusticl/format: Add conversion table for GL->CL
588 - pan/decode: Print the resource table label
644 - util/hash_table: Don't leak hash_key_u64 objects when the u64 hash table is destroyed
692 - intel/compiler: Move earlier scheduler code that is not mode-specific
788 - anv/android: Only limit advertised Vulkan version in strict mode
789 - radv/android: Only limit advertised Vulkan version in strict mode
790 - v3dv/android: Only limit advertised Vulkan version in strict mode
[all …]
D19.1.0.rst263 failure with llvm-9
365 - swr/rast: add more llvm intrinsics
1017 - turnip: add a more complete format table
1154 - radv/llvm: initialise passes member.
1203 - virgl/drm: insert correct handles into the table. (v3)
1286 - meson: Force the use of config-tool for llvm
1353 - mapi: correctly handle the full offset table
1504 - gitlab-ci: add a scons no-llvm build
1505 - gitlab-ci: add scons llvm 3.5 build
1585 - gitlab-ci: only build the default (=latest) and oldest llvm versions
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.5.3rc1.rst47 Fix a memory leak in split-table dictionaries: setattr() must not convert
48 combined table into split table.
57 Correct the positioning of the syntax error caret for indented blocks.
627 tarfile.open() with mode "r" or "r:" now tries to open a tar file with
1256 in CGI mode.
1353 Fixed tracing Tkinter variables: trace_vdelete() with wrong mode no longer
1355 tracing in the "u" mode now works.
2071 Cause lack of llvm-profdata tool when using clang as required for PGO
2074 llvm-profdata tool on MacOS and some Linuxes.
/external/pigweed/docs/style/
Dcpp.rst33 Pigweed uses `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`_ to
205 When taking move-only or expensive-to-copy arguments, use the following table
208 .. list-table:: C++ argument type choices
363 The syntax ``while (true)`` is preferred over ``for (;;)`` for infinite loops.
388 <https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code>`_.
429 // Error case: Not in low power mode; shouldn't do anything.
431 LOG_ERROR("Not in low power mode");
456 // Error case: Not in low power mode; shouldn't do anything.
462 LOG_ERROR("Not in low power mode");

12