Searched +refs:llvm +refs:mode +refs:syntax +refs:table (Results 1 – 25 of 31) sorted by relevance
12
| /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/perfetto/ |
| D | CHANGELOG | 86 * Improved error messages on SQL syntax errors. 94 * Enabled Pivot table functionality by default. 110 * Remove the thread_slice table: all columns have moved to the slice table 119 * Enable Pivot table support by default. 170 "@name" syntax in PERFETTO_CONSUMER_SOCK_NAME/PERFETTO_PRODUCER_SOCK_NAME 173 seems to be relying on @abstract syntax across different versions of 224 return a temporary table and yield multiple rows and columns. 240 * Removed `instant` table. All instant events are now 0-duration events in 241 the `slice` table. 276 sources from llvm-project for function name demangling. Bazel embedders [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 …]
|
| D | CommandLine.rst | 86 #include "llvm/Support/CommandLine.h" 101 library uses a declarative syntax to model command line arguments with the 207 terminal, "``--quiet``" to enable quiet mode, and "``-q``" for backwards 325 The answer is that it uses a table-driven generic parser (unless you specify 1112 an explicit '``-foo=true``'. If an option is specified with this mode, it is 1121 value must be provided. This mode informs the command line library that if an 1260 syntax. The program reads these files and inserts the contents into argv, 1295 using namespace llvm; 1618 option using special syntax for a not-very-special data-type. The drawback 1729 library. Examples of this include the ``llvm::DebugFlag`` exported by the [all …]
|
| /external/cronet/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 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/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/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 …]
|
| D | LanguageExtensions.rst | 342 support for ``V.xyzw`` syntax and other tidbits as seen in OpenCL. An example 359 Giving ``-faltivec`` option to clang enables support for AltiVec vector syntax 413 The table below shows the support for each operation by vector extension. A 521 See `the C++ status page <http://clang.llvm.org/cxx_status.html#ts>`_ for 756 alternate function declaration syntax with trailing return type is enabled. 918 languages supported by Clang. The syntax is the same as that given in the C11 944 More information could be found `here <http://clang.llvm.org/docs/Modules.html>`_. 1030 The syntax and high level language feature description is in 1231 `static analyzer <http://clang-analyzer.llvm.org>`_ Some exceptions may be 1268 <http://clang-analyzer.llvm.org/annotations.html#cocoa_mem>`_. [all …]
|
| /external/pigweed/docs/ |
| D | style_guide.rst | 50 Pigweed uses `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`_ to 257 The syntax ``while (true)`` is preferred over ``for (;;)`` for infinite loops. 282 <https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code>`_. 323 // Error case: Not in low power mode; shouldn't do anything. 325 LOG_ERROR("Not in low power mode"); 350 // Error case: Not in low power mode; shouldn't do anything. 356 LOG_ERROR("Not in low power mode"); 990 for the ReST heading syntax. 1133 Consider using ``.. list-table::`` syntax, which is more maintainable and 1135 <https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table>`_). [all …]
|
| D | Doxyfile | 365 # to that level are automatically included in the table of contents, even if 1241 # http://clang.llvm.org/) for more accurate parsing at the cost of reduced 1269 # http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the 1395 # Possible values are: LIGHT always generate light mode output, DARK always 1396 # generate dark mode output, AUTO_LIGHT automatically set the mode according to 1397 # the user preference, use light mode if no preference is set (the default), 1398 # AUTO_DARK automatically set the mode according to the user preference, use 1399 # dark mode if no preference is set and TOGGLE allow to user to switch between 1400 # light and dark mode via a button. 1534 # in maintenance mode). You can download the HTML help workshop from the web [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/mesa3d/docs/relnotes/ |
| 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 | 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 …]
|
| D | 19.1.0.rst | 263 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 …]
|
| D | 20.2.0.rst | 72 - RADV_DEBUG=llvm option to enable LLVM backend for RADV 141 - ci: Capture artifacts in baremetal mode 196 - [RADV/LLVM]: void llvm::ICmpInst::AssertOK(): Assertion \`getOperand(0)->getType() == getOperand(… 273 - lp_test_format failure with llvm-11 345 - pan/bi: Add float-only mode to condition fusing 378 - pan/decode: Use a page table for tracking mmaps 381 - panfrost: Switch formats to table 440 - panfrost: Fill in SCALED formats to format table 667 - pan/mdg: Allow ignoring move mode 723 - pan/mdg: Identify per-sample interpolation mode [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.5.3rc1.rst | 25 Fix a memory leak in split-table dictionaries: setattr() must not convert 26 combined table into split table. 35 Correct the positioning of the syntax error caret for indented blocks. 605 tarfile.open() with mode "r" or "r:" now tries to open a tar file with 1234 in CGI mode. 1331 Fixed tracing Tkinter variables: trace_vdelete() with wrong mode no longer 1333 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/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
| D | tf_generated_ops.td | 3610 the output. The 'mode' attribute controls exactly which calculations are 3613 In 'MIN_COMBINED' mode, each value of the tensor will undergo the following: 3631 If the mode is 'MIN_FIRST', then this approach is used: 3642 If the mode is `SCALED`, dequantization is performed by multiplying each 3668 …aultValuedAttr<TF_AnyStrAttrOf<["MIN_COMBINED", "MIN_FIRST", "SCALED"]>, "\"MIN_COMBINED\"">:$mode, 3961 with dim_size() equal to the total number of lookups into the table described by 3985 Arg<TF_StrTensor, [{A string input that overrides the mode specified in the 3987 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set 4271 with dim_size() equal to the total number of lookups into the table described by 4295 Arg<TF_StrTensor, [{A string input that overrides the mode specified in the [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 37 supports exact syntax supported by GNU gettext. 53 that the script is in CGI mode. 173 - Issue #25280: Import trace messages emitted in verbose (-v) mode are no 307 at the end if the FileInput was opened with binary mode. 384 rounding mode than datetime.timedelta to keep the property: 386 It also the rounding mode used by round(float) for example. 408 - Issue #16180: Exit pdb if file has syntax error, instead of trapping user 979 - Issue #22653: Fix an assertion failure in debug mode when doing a reentrant 980 dict insertion in debug mode. 985 - Issue #22604: Fix assertion error in debug mode when dividing a complex [all …]
|
| /external/python/cpython3/ |
| D | configure.ac | 630 if test -n "`"$found_gcc" --version | grep llvm-gcc`" 632 AC_MSG_NOTICE([Detected llvm-gcc, falling back to clang]) 1348 # Make llvm-relatec checks work on systems where llvm tools are not installed with their 1350 # non-suffixed name in their versioned llvm directory. 1358 # which is where the related llvm tools are located. 1385 AC_PATH_TOOL(LLVM_AR, llvm-ar, '', ${llvm_path}) 1401 AC_MSG_NOTICE([llvm-ar found via xcrun: ${LLVM_AR}]) 1407 … AC_MSG_ERROR([llvm-ar is required for a --with-lto build with clang but could not be found.]) 1454 AC_PATH_TOOL(LLVM_PROFDATA, llvm-profdata, '', ${llvm_path}) 1464 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null` [all …]
|
| /external/python/cpython2/ |
| D | configure.ac | 623 # #error This header file is to be used only for c99 mode compilations 630 # #error directive: This header file is to be used only for c99 mode 633 # #error This header file is to be used only for c99 mode compilations 1474 # Make this work on systems where llvm tools are not installed with their 1476 # non-suffixed name in their versioned llvm directory. 1483 # which is where the related llvm tools are located. 1493 AC_PATH_TARGET_TOOL(LLVM_PROFDATA, llvm-profdata, '', ${llvm_path}) 1503 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null` 1506 # llvm-profdata isn't directly in $PATH in some cases. 1508 LLVM_PROFDATA='/usr/bin/xcrun llvm-profdata' [all …]
|
| /external/strace/ |
| D | ChangeLog | 288 * net.c: Include "xlat/ethernet_protocols.h" in XLAT_MACROS_ONLY mode. 307 notion of the socket protocol using protocols table. 320 mode. 325 socketutils: store more information in protocols table. 393 * block.c: Include "xlat/block_ioctl_cmds.h" in XLAT_MACROS_ONLY mode. 1263 * tests/options-syntax.test: Check it. 1591 tests: add personality specification syntax checks. 1592 * tests/options-syntax.test: Add personality specification syntax 1643 tests: add basic checks for inject=SET:syscall= expression syntax. 1649 * tests/qual_fault-syntax.test: Add checks for inject=SET:syscall= [all …]
|
12