Searched +refs:tablegen +refs:mode +refs:syntax +refs:table (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 25 // A string representing subtarget features that turn on this HW mode. 26 // For example, "+feat1,-feat2" will indicate that the mode is active 34 // A special mode recognized by tablegen. This mode is considered active 35 // when no other mode is active. For targets that do not use specific hw 36 // modes, this is the only mode. 49 // dependent on a HW mode. This class inherits from ValueType itself, 67 // The register size/alignment information, parameterized by a HW mode. 160 // is invalid for this mode/flavour. 211 // The register size/alignment information, parameterized by a HW mode. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 1 //===-- X86.td - Target definition file for the Intel X86 --*- tablegen -*-===// 23 def Mode64Bit : SubtargetFeature<"64bit-mode", "In64BitMode", "true", 24 "64-bit mode (x86_64)">; 25 def Mode32Bit : SubtargetFeature<"32bit-mode", "In32BitMode", "true", 26 "32-bit mode (80386)">; 27 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true", 28 "16-bit mode (i8086)">; 94 // without disabling 64-bit mode. 367 // jump-table formation, rewrites explicit `indirectbr` instructions into 1181 // This is controlled by the -x86-asm-syntax={att|intel}
|
/external/clang/docs/ |
D | InternalsManual.rst | 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 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/include/llvm/Target/ |
D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 110 // is invalid for this mode/flavour. 301 // is invalid for this mode/flavour. 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 1127 // Subtargets can have multiple different asmwriters (e.g. AT&T vs Intel syntax 1144 // syntax. If the asmstring contains {|} characters in them, this integer 1255 // instructions in a row of the relation table. Think of this as a set of 1271 // in a column of the relation table. [all …]
|
/external/llvm/docs/ |
D | GettingStarted.rst | 196 table below lists those required packages. The Package column is the usual name 239 * **ranlib** --- symbol table builder for archive libraries 305 **Clang in C++11 mode and libstdc++ 4.7.2**. This version of libstdc++ 753 | LLVM_OPTIMIZED_TABLEGEN | Builds a release tablegen that gets used during | 1119 Emacs and XEmacs syntax highlighting for LLVM assembly files and TableGen 1154 vim syntax-highlighting for LLVM assembly files
|