HomeSort by relevance Sort by last modified time
    Searched full:emitter (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 1 //===-- OcamlGCPrinter.cpp - Ocaml frametable emitter ---------------------===//
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 772 InstrEmitter Emitter(BB, InsertPos);
784 Emitter.EmitNode(N, false, false, VRBaseMap);
789 InsertPos = Emitter.getInsertPos();
790 return Emitter.getBlock();
  /external/llvm/lib/Target/MSP430/
MSP430InstrFormats.td 16 // code emitter.
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 21 #define DEBUG_TYPE "dag-isel-emitter"
DFAPacketizerEmitter.cpp 18 #define DEBUG_TYPE "dfa-emitter"
80 // To enable debugging, run llvm-tblgen with: "-debug-only dfa-emitter".
268 // To enable debugging, run llvm-tblgen with: "-debug-only dfa-emitter".
    [all...]
PseudoLoweringEmitter.cpp 167 // the lowering emitter.
X86DisassemblerTables.cpp 10 // This file is part of the X86 Disassembler Emitter.
12 // Documentation for the disassembler emitter in general can be found in
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
main.c 119 viddec_emit_update(&(cxt->pm.emitter), cxt->wkld1.phys, cxt->wkld2.phys, cxt->wkld1.len, cxt->wkld2.len);
128 viddec_emit_init(&(pm->emitter));
142 * We call init on emitter and parser manager which inturn calls init of the codec we are opening the stream for.
329 /* Step 3:setup emitter by reading input data and workloads and initialising it */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-outline_processing.html 634 <p>A typeless pointer that is passed to each emitter during the decomposition. It can be used to store the state during the decomposition.</p>
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 47 ConstExprEmitter *Emitter,
76 bool Build(ConstExprEmitter *Emitter, llvm::ConstantStruct *Base,
557 ConstExprEmitter *Emitter,
561 if (!Builder.Build(Emitter, Base, Updater))
    [all...]
CGExprComplex.cpp 30 // Complex Expression Emitter
    [all...]
  /external/snakeyaml/src/changes/
changes.xml 5 <title>YAML 1.1 parser and emitter</title>
195 Serializer and Emitter (2012-01-28)
203 Refactor Emitter: the SPACE mutable static field could be changed by malicious code or by accident.
396 Minor refactoring in Emitter to improve performance: save calls to Constant.has() (2010-09-13)
399 Minor refactorings in Emitter to improve performance: create less Strings [r9185e0b3] (2010-09-10)
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DynamicsInfluencerPanel.java 233 strengthVelocityPanel.setDescription("A directional acceleration, the direction is towards the origin (global), or towards the emitter position (local), in world units/sec2 .");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 415 MCCodeEmitter *Emitter, bool IsThumb)
416 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
    [all...]
ARMBaseInfo.h 434 // FIXME: This list will need adjusting/fixing as the MC code emitter
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 259 // Register the MC Code Emitter
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 252 // Register the code emitter.
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 214 // target data structure which is shared with MC code emitter, etc.
X86InstrFormats.td 16 // code emitter.
61 // machine code emitter.
163 // emitter that various prefix bytes are required.
    [all...]
  /external/mesa3d/scons/
custom.py 86 emitter = '$LIBEMITTER',
  /external/llvm/include/llvm/MC/
MCAssembler.h 576 MCCodeEmitter &Emitter;
735 MCCodeEmitter &getEmitter() const { return Emitter; }
  /external/freetype/include/
ftoutln.h 104 /* emitter during the decomposition. It can be */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftoutln.h 104 /* emitter during the decomposition. It can be */
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 27 // emitter to generate labels referenced by debug information tables.
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 642 milliseconds

1 2 3 4 5 67 8 910