Home
last modified time | relevance | path

Searched +refs:tablegen +refs:mode +refs:syntax +refs:table (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTarget.td1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===//
110 // is invalid for this mode/flavour.
301 // is invalid for this mode/flavour.
922 // syntax on X86 for example).
946 // (e.g. AT&T vs Intel syntax on X86 for example). This class can be
1035 /// InstAlias - This defines an alternate assembly syntax that is allowed to
1065 // Subtargets can have multiple different asmwriters (e.g. AT&T vs Intel syntax
1082 // syntax. If the asmstring contains {|} characters in them, this integer
1193 // instructions in a row of the relation table. Think of this as a set of
1209 // in a column of the relation table.
[all …]
/external/clang/docs/
DInternalsManual.rst257 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
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.
736 support the ``-C`` preprocessor mode, which passes comments through, and is
738 * The lexer can be in ``ParsingFilename`` mode, which happens when
739 preprocessing after reading a ``#include`` directive. This mode changes the
[all …]
/external/llvm/docs/
DGettingStarted.rst167 mode, depending on the system (it is so large because of all the debugging
183 table below lists those required packages. The Package column is the usual name
233 * **ranlib** --- symbol table builder for archive libraries
299 **Clang in C++11 mode and libstdc++ 4.7.2**. This version of libstdc++
763 | LLVM_OPTIMIZED_TABLEGEN | Builds a release tablegen that gets used during |
1161 The ``emacs`` directory contains syntax-highlighting files which will work
1162 with Emacs and XEmacs editors, providing syntax highlighting support for LLVM
1164 the syntax files, consult the ``README`` file in that directory.
1198 The ``vim`` directory contains syntax-highlighting files which will work with
1199 the VIM editor, providing syntax highlighting support for LLVM assembly files
[all …]