Searched +refs:llvm +refs:mode +refs:syntax +refs:table (Results 1 – 25 of 50) sorted by relevance
12
| /external/perfetto/ |
| D | CHANGELOG | 8 a unified table which contains all thread and process slices in the trace. 36 * Removed the `linux_device_track` table. Linux RPM (runtime power 37 management) tracks formerly in this table now can be found in the `track` 38 table with `type` `linux_rpm`. 39 * Removed the `energy_counter_track` table. Android energy estimate 40 breakdown tracks formerly in this table now can be found in the `track` 41 table with `type` `android_energy_estimation_breakdown`. 42 * Removed the `energy_per_uid_counter_track` table. Android energy estimate 43 breakdown tracks formerly in this table now can be found in the `track` 44 table with `type` `android_energy_estimation_breakdown_per_uid`. [all …]
|
| /external/llvm/docs/TableGen/ |
| D | index.rst | 31 `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/ |
| D | Target.td | 4 // 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/ |
| D | Target.td | 4 // 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/ |
| D | CodeGenerator.rst | 40 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 …]
|
| D | LibFuzzer.rst | 47 ``./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 …]
|
| D | LangRef.rst | 53 .. 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 …]
|
| D | GettingStarted.rst | 20 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/tot/third_party/protobuf/src/google/protobuf/ |
| D | port_def.inc | 62 // - 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 405 // https://clang.llvm.org/docs/LanguageExtensions.html#c-rtti 583 // But compilers have trouble mixing __attribute__((...)) syntax with [all …]
|
| /external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
| D | port_def.inc | 62 // - 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 405 // https://clang.llvm.org/docs/LanguageExtensions.html#c-rtti 583 // But compilers have trouble mixing __attribute__((...)) syntax with [all …]
|
| /external/protobuf/src/google/protobuf/ |
| D | port_def.inc | 62 // - 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/sdv/vsomeip/third_party/boost/config/doc/ |
| D | macro_reference.qbk | 30 [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/clang/docs/ |
| D | InternalsManual.rst | 22 `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/ |
| D | Target.td | 16 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/v4l-utils/ |
| D | ChangeLog | 14 v4l-utils/contrib/gconv: translation table fix for ARIB-STD-B24 135 ir-ctl: encode rc6 mode 0 can have 43 edges 238 README.md: drop qt5-default, add libsdl2-dev libbpf-dev llvm clang 317 Move README to markdown syntax 461 v4l2grab: don't try to convert formats on raw mode 462 v4l2grab: add a way to explicitly enable raw mode 737 v4l2grab: fix block mode handling 750 dvbv5-zap: allow recording also the SDT table 780 v4l2-ctl: print delta to current clock in verbose mode 1039 qv4l2: Use C library file operations with v4lconvert for raw mode devices [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 21.3.0.rst | 105 - ../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 …]
|
| D | 20.3.0.rst | 148 - 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 …]
|
| D | 23.2.1.rst | 61 - 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 …]
|
| D | 24.2.0.rst | 88 … error: ‘StringMapIterator’ was not declared in this scope; did you mean ‘llvm::StringMapIterator’? 89 - Build fails with latest llvm 19: error: no matching function for call to unwrap(LLVMOpaqueModule*… 625 - glsl: Fix warning related to tg4_offsets in release mode 956 - u_format: Rewrite format table to use YAML 958 - format: Generate sRGB<->linear conversions from table 1099 - ci/alpine: use llvm variables 1108 - radeonsi/vcn: Only enable VBAQ with rate control mode 1264 - lavapipe/ci: move a few skips out from under the "llvm jit" comment 1265 - mr-label-maker: fix yaml syntax 1501 - meson: improve wording of "incompatible llvm options" error [all …]
|
| D | 22.3.0.rst | 206 - [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 …]
|
| D | 21.1.0.rst | 62 - 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 …]
|
| D | 23.1.0.rst | 58 - [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 …]
|
| D | 7.10.rst | 276 - 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 …]
|
| /external/coreboot/src/ |
| D | Kconfig | 84 For details see http://clang.llvm.org. 281 bool "Create a table of timestamps collected during boot" 284 Make coreboot create a table of timer-ID/timer-value pairs to 872 This variable specifies whether a given board has MP table support. 874 Whether or not the MP table is actually generated by coreboot 880 This variable specifies whether a given board has PIRQ table support. 882 Whether or not the PIRQ table is actually generated by coreboot 889 Build support for NHLT (non HD Audio) ACPI table generation. 897 prompt "Generate an MP table" if HAVE_MP_TABLE 902 Generate an MP table (conforming to the Intel MultiProcessor [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.5.3rc1.rst | 47 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.
|
12