HomeSort by relevance Sort by last modified time
    Searched full:bitcode (Results 226 - 250 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/docs/
FAQ.rst 254 * *against:* the .ll parser is slower than the bitcode reader when
259 3. **Emit LLVM bitcode from your compiler's native language.**
261 * *for:* can use the more-efficient bitcode reader when interfacing to the
264 * *against:* you'll have to re-engineer the LLVM IR object model and bitcode
291 Can I compile C or C++ code to platform-independent LLVM bitcode?
WritingAnLLVMPass.rst 225 compile "Hello World" to LLVM. We can now run the bitcode file (hello.bc) for
226 the program through our transformation like this (or course, any bitcode file
251 USAGE: opt [options] <input bitcode>
286 0.0100 (100.0%) 0.0000 ( 0.0%) 0.0100 ( 50.0%) 0.0402 ( 84.0%) Bitcode Writer
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
14 #include "llvm/Bitcode/ReaderWriter.h"
17 #include "llvm/Bitcode/BitstreamWriter.h"
18 #include "llvm/Bitcode/LLVMBitCodes.h"
41 /// These are manifest constants used by the bitcode writer. They do not need to
    [all...]
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
362 // references of these in the bitcode reader.
  /prebuilts/sdk/tools/linux/
llvm-rs-cc 
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
18 #include "llvm/Bitcode/BitstreamWriter.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
38 /// These are manifest constants used by the bitcode writer. They do not need to
    [all...]
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
364 // references of these in the bitcode reader.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 51 uint32_t bitcode; member in struct:dct_coeff_compressed
587 dst[src->bitcode << 1 | i] = coeff;
592 dst[src->bitcode << 1 | i] = coeff;
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 24 #include "llvm/Bitcode/BitstreamReader.h"
25 #include "llvm/Bitcode/BitstreamWriter.h"
661 // Write the block-info block, which describes the records in this bitcode
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 11 // execution of LLVM bitcode in an efficient manner.
628 // read from bitcode, and we are jitting non-lazily, emit it now.
668 "' from bitcode file: " + ErrorMsg);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 51 uint32_t bitcode; member in struct:dct_coeff_compressed
587 dst[src->bitcode << 1 | i] = coeff;
592 dst[src->bitcode << 1 | i] = coeff;
  /art/compiler/jni/portable/
jni_compiler.cc 249 // Verify the generated bitcode
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 356 // Free all buffered bitcode chunks
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 11 // JIT-compile bitcode to native PowerPC.
  /frameworks/compile/slang/
RSCCOptions.td 82 def bitcode_storage : Separate<["-"], "bitcode-storage">,
  /art/compiler/dex/
mir_graph.h 299 * FIXME: The orig_sreg field was added as a workaround for llvm bitcode generation. With
315 int32_t orig_sreg; // TODO: remove after Bitcode gen complete
  /external/clang/docs/tools/
clang.pod 278 stored in the LLVM bitcode file format and whole program optimization is done at
320 otherwise this generates LLVM bitcode format object files (which may be passed
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 533 DEBUG(dbgs() << "WRITING debug bitcode from Module " << M << " to file "
536 DEBUG(dbgs() << "WRITING debug bitcode from Module " << M << " to fd "
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
374 // references of these in the bitcode reader.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
374 // references of these in the bitcode reader.
  /art/compiler/dex/portable/
mir_to_gbc.cc 21 #include <llvm/Bitcode/ReaderWriter.h>
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 1 //===- ASTBitCodes.h - Enum values for the PCH bitcode format ---*- C++ -*-===//
10 // This header defines Bitcode enum values for Clang serialized AST files.
22 #include "llvm/Bitcode/BitCodes.h"
    [all...]
Module.h 23 #include "llvm/Bitcode/BitstreamReader.h"
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
chrome_sidenav.json 1060 "title": "PNaCl Bitcode Reference Manual",
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 44 application, this is a URL for the statically linked bitcode ``pexe`` file.

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>