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

1 2 3 4 5 67 8 91011

  /external/llvm/utils/
profile.pl 59 die "Must specify LLVM bitcode file as first argument!" if (@ARGV == 0);
llvm-native-gcc 196 an LLVM back-end (CBE by default) over the resulting bitcode, and then
199 If called as "native-build", it compiles bitcode to native code, and takes
llvm-native-gxx 196 an LLVM back-end (CBE by default) over the resulting bitcode, and then
199 If called as "native-build", it compiles bitcode to native code, and takes
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 24 // Class representing a variable-size metadata field in the bitcode header.
  /frameworks/compile/slang/
README.rst 12 * Bitcode file. Note that the bitcode here denotes the LLVM (Low-Level
13 Virtual Machine) bitcode representation, which will be consumed on
27 machine-dependent code generation for some input bitcode.
  /frameworks/rs/driver/
rsdBcc.h 25 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
  /external/llvm/tools/lto/
LTOModule.h 66 /// bitcode.
71 /// is LLVM bitcode for the specified triple.
  /external/llvm/docs/
BitCodeFormat.rst 5 LLVM Bitcode File Format
20 What is commonly known as the LLVM bitcode file format (also, sometimes
64 The first two bytes of a bitcode file are 'BC' (``0x42``, ``0x43``). The second
65 two bytes are an application-specific magic number. Generic bitcode tools can
66 look at only the first two bytes to verify the file is bitcode, while
170 meaning is defined by Bitcode; block IDs 8 and greater are application
431 llvm-bcanalyzer can use this to dump out bitcode files symbolically.
436 use this to dump out bitcode files symbolically.
444 Bitcode Wrapper Format
447 Bitcode files for LLVM IR may optionally be wrapped in a simple wrappe
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 14 #include "llvm/Bitcode/ReaderWriter.h"
453 // Functions for parsing blocks from the bitcode file
774 return Error("Obsolete bitcode contains unhandled recursive type");
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 81 true /*delete bitcode*/, &Error);
105 // kept passes, we can update our bitcode file to include the result of the
134 errs() << BD.getToolName() << ": Error reading bitcode file '"
160 true /*delete bitcode*/, &Error);
738 // Output a bunch of bitcode files for the user...
739 outs() << "Outputting reduced bitcode files which expose the problem:\n";
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 158 // Renderscript bitcode may have their optimization flag configuration
200 // Extract RS-specific information from source bitcode.
352 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %u)",
395 // Load the bitcode and create script.
413 // Read information from bitcode wrapper.
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 19 #include "llvm/Bitcode/BitCodes.h"
30 /// BitstreamReader - This class is used to read from an LLVM bitcode stream,
72 assert(((End-Start) & 3) == 0 &&"Bitcode stream not a multiple of 4 bytes");
132 /// Error - Malformed bitcode was found.
162 /// BitstreamCursor - This represents a position within a bitcode file. There
  /external/llvm/tools/lli/
lli.cpp 21 #include "llvm/Bitcode/ReaderWriter.h"
60 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
310 // Load the bitcode...
318 // If not jitting lazily, load the whole bitcode file eagerly too.
322 errs() << argv[0] << ": bitcode didn't read correctly.\n";
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 56 llvm::cl::desc("<input bitcode files>"));
96 // of generating shared library directly from given bitcode. It only
101 "the input bitcode to the shared "
105 OptShared("shared", llvm::cl::desc("Create a shared library from input bitcode "
240 // There's only one input bitcode file.
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 10 #include "llvm/Bitcode/BitstreamReader.h"
182 // If this would read off the end of the bitcode file, just set the
243 // If this would read off the end of the bitcode file, just set the
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 19 #include "llvm/Bitcode/ReaderWriter.h"
37 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 14 #include "llvm/Bitcode/ReaderWriter.h"
733 // Functions for parsing blocks from the bitcode file
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
17 #include "llvm/Bitcode/BitstreamWriter.h"
18 #include "llvm/Bitcode/LLVMBitCodes.h"
34 // Redefine older bitcode opcodes for use here. Note that these come from
43 // Redefine older bitcode opcodes for use here. Note that these come from
49 /// These are manifest constants used by the bitcode writer. They do not need to
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 141 // Create and execute the frontend to generate an LLVM bitcode module.
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 100 /// The name of the bitcode file to link before optzns.
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
  /external/llvm/test/CodeGen/X86/
selectiondag-cse.ll 4 ; This bitcode causes the X86 target to make changes to the DAG during
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 115 // Parse the bitcode...
  /external/llvm/tools/opt/
opt.cpp 24 #include "llvm/Bitcode/ReaderWriter.h"
60 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
75 cl::desc("Do not write result bitcode file"), cl::Hidden);
811 // Write bitcode or assembly to the output as the last step...
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 196 // libRS.so, libclcore and the input bitcode itself.)

Completed in 615 milliseconds

1 2 3 4 5 67 8 91011