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

<<11121314151617181920>>

  /external/llvm/lib/Object/
Binary.cpp 65 case sys::fs::file_magic::bitcode:
ObjectFile.cpp 80 case sys::fs::file_magic::bitcode:
SymbolicFile.cpp 36 case sys::fs::file_magic::bitcode:
  /external/llvm/test/Bitcode/
attributes-3.3.ll 6 ; older bitcode files.
binaryFloatInstructions.3.2.ll 6 ; older bitcode files.
constantsTest.3.2.ll 5 ; older bitcode files.
highLevelStructure.3.2.ll 5 ; older bitcode files.
  /external/llvm/test/CodeGen/X86/
selectiondag-cse.ll 4 ; This bitcode causes the X86 target to make changes to the DAG during
  /external/llvm/test/DebugInfo/Generic/
lto-comp-dir.ll 29 ; Generated from the following source compiled to bitcode from within their
  /external/llvm/test/ThinLTO/X86/
funcimport.ll 1 ; Do setup work for all below tests: generate bitcode and combined index
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 113 // Parse the bitcode...
  /external/llvm/tools/opt/
NewPMDriver.cpp 21 #include "llvm/Bitcode/BitcodeWriterPass.h"
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 19 #include "llvm/Bitcode/ReaderWriter.h"
56 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
71 cl::desc("Do not write result bitcode file"), cl::Hidden);
694 // Write bitcode or assembly to the output as the last step...
  /frameworks/compile/libbcc/include/bcc/
RSCompilerDriver.h 71 // Compiles the provided bitcode, placing the binary at pOutputPath.
  /frameworks/compile/libbcc/lib/
RSUtils.h 37 // we had been relying on accessing this information. LLVM bitcode retains
  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 54 // already got type - for example, bitcode or external OIR (object
  /frameworks/compile/slang/
README.html 315 <li>Bitcode file. Note that the bitcode here denotes the LLVM (Low-Level
316 Virtual Machine) bitcode representation, which will be consumed on
328 machine-dependent code generation for some input bitcode.</p>
  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 34 // Creates a shared library in cacheDir for the bitcode named resName.
rsd_cpu.h 129 uint8_t const *bitcode, size_t bitcodeSize,
  /frameworks/rs/driver/
rsdBcc.h 25 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
  /external/swiftshader/third_party/LLVM/docs/
FAQ.html 110 platform-independent LLVM bitcode?</a></li>
492 <li><em>against:</em> the .ll parser is slower than the bitcode reader
501 <li><strong>Emit LLVM bitcode from your compiler's native language.</strong>
504 <li><em>for:</em> can use the more-efficient bitcode reader when
508 model and bitcode writer in your language</li>
660 may be able to manually compile libstdc++ to LLVM bitcode, statically link it
680 platform-independent LLVM bitcode?</a></p>
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV1.h 119 /// Construct a vector of sys::Path that contains the "standard" bitcode
125 /// @brief Construct a list of directories in which bitcode could be
351 /// LLVM Bitcode file by looking at its magic number.
353 /// bitcode files.
354 /// @brief Determine if the path references a bitcode file.
370 /// as COFF and ELF, but it also includes llvm ir bitcode, archives,
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 10 // This program takes in a list of bitcode files, links them, performs link-time
16 #include "llvm/Bitcode/ReaderWriter.h"
128 cl::desc("<input bitcode files>"));
729 outs() << "Bitcode " << Filename << " contains ObjC\n";
731 outs() << "Bitcode " << Filename << " does not contain ObjC\n";
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 11 // bitcode or other files.
17 #include "llvm/Bitcode/Archive.h"
61 " [k] - always print bitcode files (default is to skip them)\n"
350 // things that should be and to skip bitcode files unless the 'k' modifier was
703 " This program archives bitcode files into single libraries\n"

Completed in 1865 milliseconds

<<11121314151617181920>>