/dalvik/dx/tests/120-disable-extended-ops/ |
info.txt | 2 disable the emission of extended-opcode instructions when the target
|
/external/clang/test/CodeGenCXX/ |
debug-info-pubtypes.cpp | 5 // FIXME: This testcase shouldn't rely on assembly emission.
|
debug-info-static-member.cpp | 29 // The definition of C::a drives the emission of class C, which is
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 33 emission = ""; 53 emission = substr($0, i + 6, RLENGTH - 7); 54 consumeUntil = "END(" emission ")"; 68 emission == "opcodes" { 78 emission == "first-opcodes" { 89 emission == "dops" { 106 emission == "opcode-info-defs" { 122 emission == "dops-init" || emission == "opcode-info-init" { 131 emission == "libcore-opcodes" [all...] |
opcode-gen | 23 # one of the "emission" directives defined in opcode-gen.awk in this
|
/external/llvm/lib/CodeGen/ |
JITCodeEmitter.cpp | 1 //===-- llvm/CodeGen/JITCodeEmitter.cpp - Code emission --------*- C++ -*-===//
|
MachineCodeEmitter.cpp | 1 //===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===//
|
/external/llvm/test/Assembler/ |
named-metadata.ll | 13 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
|
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 123 /// EmitVarDecl - This method handles emission of any variable declaration 135 // FIXME: We need to force the emission/use of a guard variable for 234 // If constant emission failed, then this should be a C++ static 818 AutoVarEmission emission = EmitAutoVarAlloca(D); local 819 EmitAutoVarInit(emission); 820 EmitAutoVarCleanups(emission); 829 AutoVarEmission emission(D); 832 emission.IsByRef = isByRef; 835 emission.Alignment = alignment; 867 emission.Address = 0; // signal this condition to later callback [all...] |
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUMCAsmInfo.cpp | 39 //===--- Data Emission Directives -------------------------------------===// 57 //===--- Global Variable Emission Directives --------------------------===// 68 //===--- Dwarf Emission Directives -----------------------------------===//
|
/external/chromium_org/media/mp2t/ |
ts_section.h | 30 // pipe). Flush might thus results in frame emission, as an example.
|
ts_section_pes.h | 33 // |emit_for_unknown_size| is used to force emission for PES packets
|
/external/llvm/lib/Target/AArch64/ |
AArch64MachineFunctionInfo.cpp | 11 // force vtable emission.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/assets/ |
orientation_test.dae | 106 <emission> 108 </emission> 163 <emission> 165 </emission> 220 <emission> 222 </emission> 277 <emission> 279 </emission> 334 <emission> 336 </emission> [all...] |
/external/llvm/docs/HistoricalNotes/ |
2001-06-01-GCCOptimizations.txt | 44 Even if we choose to do LLVM code emission from RTL, we will almost 45 certainly want to move LLVM emission from step 8 down until at least CSE
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXTargetMachine.h | 84 // Emission of machine code through JITCodeEmitter is not supported. 90 // Emission of machine code through MCJIT is not supported.
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 269 // handler, so we need stop the signal emission explicitly to prevent the 286 // handler, so we need stop the signal emission explicitly to prevent the 300 // handler, so we need stop the signal emission explicitly to prevent the 321 // handler, so we need stop the signal emission explicitly to prevent the
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUMCAsmInfo.cpp | 39 //===--- Data Emission Directives -------------------------------------===// 57 //===--- Global Variable Emission Directives --------------------------===// 69 //===--- Dwarf Emission Directives -----------------------------------===//
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUMCAsmInfo.cpp | 39 //===--- Data Emission Directives -------------------------------------===// 57 //===--- Global Variable Emission Directives --------------------------===// 69 //===--- Dwarf Emission Directives -----------------------------------===//
|
/external/llvm/include/llvm/CodeGen/ |
MachineCodeEmitter.h | 1 //===-- llvm/CodeGen/MachineCodeEmitter.h - Code emission -------*- C++ -*-===// 11 // emission framework to output the code. This allows machine code emission to 41 /// Emission of machine code is complicated by the fact that we don't (in 60 /// this pointer is at BufferEnd, it will never move due to code emission, and 61 /// all code emission requests will be ignored (this is the buffer overflow 294 /// during code emission time. The JIT is capable of doing this because it
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_render.h | 61 /* Maps a HW VBO index or IMM emission order to an index in
|
/external/llvm/lib/Target/MSP430/ |
README.txt | 32 8. Implement instruction encoding for (possible) direct code emission in the
|
/external/llvm/test/DebugInfo/ |
global.ll | 1 ; REQUIRES: object-emission
|
version.ll | 1 ; REQUIRES: object-emission
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_render.h | 61 /* Maps a HW VBO index or IMM emission order to an index in
|