Searched
full:emitter (Results
251 -
275 of
538) sorted by null
<<11121314151617181920>>
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCObjectStreamer.h | 49 MCCodeEmitter *Emitter);
|
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 46 std::unique_ptr<MCCodeEmitter> Emitter; 64 MCInstPrinter *printer, MCCodeEmitter *emitter, 67 MAI(Context.getAsmInfo()), InstPrinter(printer), Emitter(emitter), [all...] |
MCMachOStreamer.cpp | 58 MCCodeEmitter *Emitter, bool DWARFMustBeAtTheEnd, bool label) 59 : MCObjectStreamer(Context, MAB, OS, Emitter), LabelSections(label),
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
Emitter.java | 16 package org.yaml.snakeyaml.emitter; 54 * Emitter expects events obeying the following grammar: 62 public final class Emitter implements Emitable { 98 // Emitter is a state machine with a stack of states to handle nested 154 public Emitter(Writer stream, DumperOptions opts) { 157 // Emitter is a state machine with a stack of states to handle nested [all...] |
/external/annotation-tools/asmx/test/lib/ |
saxon7.jar | |
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 36 #define DEBUG_TYPE "decoder-emitter" 109 // run - Output the code emitter 333 // Parent emitter 334 const FixedLenDecoderEmitter *Emitter; 347 BitWidth(BW), Emitter(E) { 359 Emitter(parent.Emitter) { [all...] |
CodeGenInstruction.h | 96 /// emitter. 194 /// should not be emitted with the code emitter.
|
DAGISelEmitter.cpp | 21 #define DEBUG_TYPE "dag-isel-emitter"
|
/external/freetype/include/freetype/ |
ftoutln.h | 104 /* emitter during the decomposition. It can be */ 119 /* (doing nothing, this is, not calling any emitter); if necessary, */ [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCMachOStreamer.cpp | 38 raw_ostream &OS, MCCodeEmitter *Emitter) 39 : MCObjectStreamer(Context, MAB, OS, Emitter) {}
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/ |
viddec_mpeg2_workload.c | 5 * emits it out. The current list of workitems emitter into the workload 120 /* sent through emitter */
|
/external/llvm/docs/ |
DebuggingJITedCode.rst | 39 GDB. This is due to MCJIT's ability to use the MC emitter to provide full
|
/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/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 247 // Register the MC Code Emitter
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMTargetMachine.cpp | 157 // Machine code emitter pass for ARM.
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCCodeEmitter.cpp | 218 // be able to generate code emitter helpers for either variant, like it
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430InstrFormats.td | 16 // code emitter.
|
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/ |
mblaze_imm.s | 10 # code emitter. Test to ensure that IMM instructions are generated
|
Completed in 1295 milliseconds
<<11121314151617181920>>