/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 400 return error("no code emitter for target " + TripleName, Context);
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftoutln.h | 104 /* emitter during the decomposition. It can be */ [all...] |
/external/snakeyaml/ |
pom.xml | 17 <description>YAML 1.1 parser and emitter for Java</description>
|
pom.yaml | 8 description: YAML 1.1 parser and emitter for Java
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftoutln.h | 104 /* emitter during the decomposition. It can be */ [all...] |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 318 NeonEmitter &Emitter; 323 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, 328 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) { [all...] |
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 10 // This file is part of the X86 Disassembler Emitter. 12 // Documentation for the disassembler emitter in general can be found in [all...] |
DAGISelMatcherEmitter.cpp | 1 //===- DAGISelMatcherEmitter.cpp - Matcher Emitter ------------------------===//
|
SubtargetEmitter.cpp | 32 #define DEBUG_TYPE "subtarget-emitter" [all...] |
/external/llvm/docs/TableGen/ |
BackEnds.rst | 75 construct an automated code emitter: a function that, given a MachineInstr,
|
LangIntro.rst | 613 selection emitter the input pattern's extra definitions matches implicit
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 386 /// Emitter.
|
/external/llvm/include/llvm/MC/ |
MCStreamer.h | 734 /// \param CE - If given, a code emitter to use to show the instruction
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 561 // but we need to do it this way because of how the DWARF EH emitter
|
InstrEmitter.cpp | 33 #define DEBUG_TYPE "instr-emitter" [all...] |
/external/llvm/lib/CodeGen/ |
SjLjEHPrepare.cpp | 370 /// values. These values are used by the DWARF EH emitter.
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 465 /* Generic instruction emitter. Use if you need to pass the opcode as [all...] |
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 1 //===- R600MCCodeEmitter.cpp - Code Emitter for R600->Cayman GPU families -===//
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_optimize.c | 489 /* The gen code emitter generates a lot of duplications in the
|
/toolchain/binutils/binutils-2.25/gas/ |
cgen.c | 494 /* Now package it all up for the fixup emitter. */ [all...] |
/external/deqp/framework/referencerenderer/ |
rrRenderer.cpp | [all...] |
/external/llvm/docs/ |
WritingAnLLVMBackend.rst | 119 * Optionally, add JIT support and create a machine code emitter (subclass of [all...] |
/external/dbus/ |
ChangeLog.pre-1-0 | [all...] |
/external/llvm/docs/tutorial/ |
LangImpl5.rst | 26 lexer, parser, AST, and LLVM code emitter. This example is nice, because
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 338 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(Writer_), [all...] |