HomeSort by relevance Sort by last modified time
    Searched full:bitcode (Results 251 - 275 of 530) sorted by null

<<11121314151617181920>>

  /external/llvm/test/DebugInfo/Generic/
global.ll 9 ; generated from the following source compiled to bitcode with clang -g -O1
  /external/llvm/test/Transforms/Inline/
local-as-metadata-undominated-use.ll 7 ; fine to delete this testcase. However, we would need a bitcode upgrade since
  /external/llvm/test/tools/llvm-objdump/
macho-LLVM-bundle.test 51 # CHECK: <file-type>Bitcode</file-type>
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SystemUtils.h 25 /// generate a warning message to errs() advising against display of bitcode
  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitWriter.h 11 |* implements output of the LLVM bitcode format. *|
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.h 21 #include "llvm/Bitcode/BitstreamReader.h"
22 #include "llvm/Bitcode/LLVMBitCodes.h"
160 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
205 /// @brief Main interface to parsing a bitcode buffer.
  /frameworks/rs/
rsScriptC.h 59 const uint8_t *bitcode, size_t bitcodeLen);
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 12 #include "llvm/Bitcode/ReaderWriter.h"
23 /* Builds a module from the bitcode in the specified memory buffer, returning a
BitcodeReader.cpp 14 #include "llvm/Bitcode/BitstreamReader.h"
15 #include "llvm/Bitcode/LLVMBitCodes.h"
16 #include "llvm/Bitcode/ReaderWriter.h"
198 // Contains an arbitrary and optional string identifying the bitcode producer
239 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
303 /// \brief Main interface to parsing a bitcode buffer.
313 /// Cheap mechanism to just extract the identification block out of bitcode.
330 // "epoch" encoded in the bitcode.
467 /// Class to manage reading and parsing function summary index bitcode
480 /// of the global value summary bitcode section. All blocks are skipped
    [all...]
  /external/llvm/lib/LTO/
LTO.cpp 15 #include "llvm/Bitcode/ReaderWriter.h"
22 // Simple helper to load a module from bitcode
  /external/llvm/lib/Object/
ModuleSummaryIndexObjectFile.cpp 16 #include "llvm/Bitcode/ReaderWriter.h"
54 case sys::fs::file_magic::bitcode:
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 33 #include "llvm/Bitcode/ReaderWriter.h"
59 cl::desc("<input bitcode file>"),
94 /// the value-ids in the bitcode writer.
126 DEBUG(dbgs() << " - write bitcode\n");
152 DEBUG(dbgs() << " - read bitcode\n");
357 report_fatal_error("failed to initialize bitcode file");
360 report_fatal_error("failed to write bitcode");
379 outs() << "verify bitcode\n";
  /external/llvm/utils/
findmisopt 10 # Given a bitcode file that produces correct output (or return code),
24 # is the bitcode file input (the unoptimized working case)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vlc.h 62 uint16_t bitcode; member in struct:vl_vlc_compressed
84 dst[src->bitcode >> (16 - bits) | i] = src->entry;
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
llvm-ranlib.cpp 16 #include "llvm/Bitcode/Archive.h"
58 " This program adds or updates an index of bitcode symbols\n"
  /external/swiftshader/third_party/LLVM/utils/
findmisopt 10 # Given a bitcode file that produces correct output (or return code),
24 # is the bitcode file input (the unoptimized working case)
  /frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp 76 // Renderscript bitcode may have their optimization flag configuration
239 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %u)",
253 // Load the bitcode and create script.
272 // Read optimization level from bitcode wrapper.
277 // Assertion-enabled builds can't compile legacy bitcode (due to the use of
283 ALOGE("Found invalid legacy bitcode compiled with a version %u llvm-rs-cc "
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 17 #include "llvm/Bitcode/ReaderWriter.h"
36 cl::desc("<input bitcode files>"));
  /frameworks/compile/mclinker/lib/MC/
FileAction.cpp 28 // already got type - for example, bitcode
51 // already got type - for example, bitcode
  /frameworks/rs/driver/
rsdBcc.cpp 41 uint8_t const *bitcode,
46 dc->mCpuRef->createScript(script, resName, cacheDir, bitcode,
  /frameworks/rs/rsov/driver/
rsovScript.cpp 87 const char *bitcode, size_t bitcodeSize) {
88 rsAssert(bitcode && bitcodeSize);
97 writeBytes(bcFileName.c_str(), bitcode, bitcodeSize);
686 char const *cacheDir, uint8_t const *bitcode,
691 script, resName, cacheDir, bitcode, bitcodeSize, flags));
700 new bcinfo::MetadataExtractor((const char *)bitcode, bitcodeSize));
702 ALOGE("Could not extract metadata from bitcode from %s", resName);
707 compileBitcode(resName, cacheDir, (const char *)bitcode, bitcodeSize);
  /external/llvm/docs/
GettingStarted.rst 16 contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It
22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
188 assemble, disassemble, analyze, and optimize LLVM bitcode. Code generation
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.h 169 std::string Bitcode,
245 /// runPasses - Run the specified passes on Program, outputting a bitcode
248 /// otherwise return false. If DeleteOutput is set to true, the bitcode is
281 /// bitcode file. If an error occurs, true is returned.
294 /// Given a bitcode or assembly input filename, parse and return it, or return
  /external/swiftshader/third_party/LLVM/docs/
GettingStartedVS.html 48 bitcode analyzer and bitcode optimizer. It also contains a test suite that can
57 compile. Clang can be used to emit bitcode, directly emit object files or
251 <li><p>Next, compile the C file into a LLVM bitcode file:</p>
260 bitcode that corresponds the the compiled program and the library
GoldPlugin.html 87 <p>You can produce bitcode files from <tt>clang</tt> using
109 LLVM bitcode and native code.
143 $ clang -flto a.c -c -o a.o # &lt;-- a.o is LLVM bitcode file
144 $ ar q a.a a.o # &lt;-- a.a is an archive with LLVM bitcode
166 bitcode, everything is in place for an easy to use LTO build of autotooled

Completed in 3689 milliseconds

<<11121314151617181920>>