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

1 2 3 4 56 7 8 91011>>

  /prebuilts/sdk/tools/linux/
libbcc.so 
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 219 const char *bitcode,
222 rsAssert(cacheDir && resName && bitcode && bitcodeSize && core_lib);
233 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
356 uint8_t const *bitcode, size_t bitcodeSize,
358 //ALOGE("rsdScriptCreate %p %p %p %p %i %i %p", rsc, resName, cacheDir, bitcode, bitcodeSize, flags, lookupFunc);
396 bcinfo::MetadataExtractor ME((const char *) bitcode, bitcodeSize);
398 ALOGE("Could not extract metadata from bitcode");
415 ALOGE("Unknown precision for bitcode");
426 core_lib = selectRTCallback((const char *)bitcode, bitcodeSize);
437 (const char *)bitcode, bitcodeSize)
    [all...]
rsCpuCore.h 102 uint8_t const *bitcode, size_t bitcodeSize,
  /external/llvm/docs/
ExtendingLLVM.rst 177 Adding instructions changes the bitcode format, and it will take some effort
202 #. ``llvm/lib/Bitcode/Reader/Reader.cpp``:
204 add a case for your instruction and how it will be parsed from bitcode
232 Adding new types changes the bitcode format, and will break compatibility with
284 #. ``llvm/lib/Bitcode/Writer/Writer.cpp``:
289 #. ``llvm/lib/Bitcode/Reader/Reader.cpp``:
GettingStartedVS.rst 18 bitcode analyzer and bitcode optimizer. It also contains a test suite that can
26 most standard C programs do compile. Clang can be used to emit bitcode,
167 2. Next, compile the C file into a LLVM bitcode file:
173 This will create the result file ``hello.bc`` which is the LLVM bitcode
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 103 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-32 $$^ -o $$@)
106 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-64 $$^ -o $$@)
109 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch arm $$^ -o $$@)
  /external/llvm/docs/CommandGuide/
bugpoint.rst 152 **--safe-custom** options to execute the bitcode testcase. This can
158 option to compile the bitcode testcase. This can be useful for
170 will be the minimum bitcode that passes FileCheck.
llvm-diff.rst 22 ends in '.ll'; otherwise it will be read in as a bitcode file.
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 122 fprintf(pfout, " // return byte array representation of the bitcode.\n");
128 // so we have to split the bitcode into multiple segments.
249 clazz_name += "BitCode";
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 8 // a NaCl module for a compiler could be loaded to translate LLVM bitcode
pnacl_coordinator.h 53 // (1) llc translates the bitcode in pexe_url_ to an object in obj_file_.
66 // continue streaming the bitcode, and:
108 // to stream the bitcode data as it arrives. The callback
142 // Invoke to issue a GET request for bitcode.
  /external/clang/lib/Serialization/
GeneratePCH.cpp 21 #include "llvm/Bitcode/BitstreamWriter.h"
  /external/llvm/include/llvm-c/
BitWriter.h 11 |* implements output of the LLVM bitcode format. *|
  /external/llvm/test/DebugInfo/
global.ll 6 ; generated from the following source compiled to bitcode with clang -g -O1
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
224 /// @brief Main interface to parsing a bitcode buffer.
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
218 /// @brief Main interface to parsing a bitcode buffer.
  /frameworks/compile/libbcc/include/bcc/
Source.h 74 // Get the "identifier" of the bitcode. This will return the value of pName
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 57 llvm::cl::desc("<input bitcode file>"));
195 ALOGE("Failed to load bitcode from path %s! (%s)",
202 const char *bitcode = input_memory->getBufferStart(); local
210 OptOutputFilename.c_str(), bitcode, bitcodeSize,
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 61 // 5. Bitcode. Bitcode is a kind of object files. MCLinker compiles it to
62 // object file first, then link it as a object file. (Bitcode is recorded
244 !m_Config.bitcode().hasDefined()) {
261 1; // bitcode
373 // ----- bitcode ----- //
374 if (m_Config.bitcode().hasDefined()) {
375 actions.push_back(new BitcodeAction(m_Config.bitcode().getPosition(),
376 m_Config.bitcode().getPath()));
  /frameworks/rs/
rsScriptC.h 60 const uint8_t *bitcode, size_t bitcodeLen);
  /external/chromium_org/third_party/mesa/src/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/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;
  /frameworks/compile/mclinker/lib/MC/
FileAction.cpp 31 // already got type - for example, bitcode
57 // already got type - for example, bitcode
  /frameworks/rs/driver/
rsdBcc.cpp 42 uint8_t const *bitcode,
47 bitcode, bitcodeSize, flags);

Completed in 488 milliseconds

1 2 3 4 56 7 8 91011>>