/external/llvm/lib/ |
LLVMBuild.txt | 22 Bitcode
|
/external/llvm/test/Bitcode/ |
aggregateInstructions.3.2.ll | 6 ; in older bitcode files.
|
global-variables.3.2.ll | 6 ; older bitcode files.
|
mdnodes-in-post-order.ll | 9 ; bitcode. !3 is referenced as opN=3.
|
/external/llvm/test/CodeGen/NVPTX/ |
debug-file-loc.ll | 3 ; // Bitcode int this test case is reduced version of compiled code below:
|
/external/llvm/test/Linker/ |
funcimport_comdat.ll | 1 ; Do setup work for all below tests: generate bitcode and combined index
|
/external/llvm/test/Transforms/FunctionImport/ |
adjustable_threshold.ll | 1 ; Do setup work for all below tests: generate bitcode and combined index
|
/external/llvm/test/tools/gold/X86/ |
thinlto_linkonceresolution.ll | 21 ; confirm the weak linkage directly in the saved opt bitcode files.
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 11 // llvm-dis [options] - Read LLVM bitcode from stdin, write asm to stdout 12 // llvm-dis [options] x.bc - Read LLVM bitcode from the x.bc file, write asm 20 #include "llvm/Bitcode/ReaderWriter.h" 42 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
|
/external/llvm/unittests/Bitcode/ |
BitReaderTest.cpp | 1 //===- llvm/unittest/Bitcode/BitReaderTest.cpp - Tests for BitReader ------===// 13 #include "llvm/Bitcode/BitstreamReader.h" 14 #include "llvm/Bitcode/BitstreamWriter.h" 15 #include "llvm/Bitcode/ReaderWriter.h"
|
BitstreamWriterTest.cpp | 12 #include "llvm/Bitcode/BitstreamWriter.h"
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/ |
llvm_bitwriter.ml | 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
llvm-diff.pod | 19 ends in '.ll'; otherwise it will be read in as a bitcode file.
|
llvm-ranlib.pod | 17 implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bitcode files, not
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
BitCodes.h | 1 //===- BitCodes.h - Enum values for the bitcode format ----------*- C++ -*-===// 10 // This header Bitcode enum values. 36 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. 54 /// StandardBlockIDs - All bitcode files can optionally include a BLOCKINFO
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
BitWriter.cpp | 11 #include "llvm/Bitcode/ReaderWriter.h"
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
file_wrapper_input.h | 17 // Defines utility allowing files for bitcode input wrapping.
|
in_memory_wrapper_input.h | 17 // Defines utility allowing in-memory buffers for bitcode input wrapping.
|
/frameworks/rs/cpu_ref/ |
rsCpuScript.cpp | 124 const char *bitcode, 127 rsAssert(bitcode && bitcodeSize); 134 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile); 201 uint32_t constructBuildChecksum(uint8_t const *bitcode, size_t bitcodeSize, 206 // include checksum of bitcode 207 if (bitcode != nullptr && bitcodeSize > 0) { 208 checksum = adler32(checksum, bitcode, bitcodeSize); 293 uint8_t const *bitcode, size_t bitcodeSize, 296 // bitcode, bitcodeSize, flags, lookupFunc); 303 bcinfo::MetadataExtractor bitcodeMetadata((const char *) bitcode, bitcodeSize) [all...] |
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 1 //===- LLVMBitCodes.h - Enum values for the LLVM bitcode format -*- C++ -*-===// 10 // This header defines Bitcode enum values for LLVM IR bitcode files. 21 #include "llvm/Bitcode/BitCodes.h" 37 // Block intended to contains information on the bitcode versioning. 39 // bitcode file. 65 /// The epoch that defines the auto-upgrade compatibility for the bitcode. 67 /// LLVM guarantees in a major release that a minor release can read bitcode 69 /// accepting only bitcode with the same epoch, except for the X.0 release which 293 /// CastOpcodes - These are values used in the bitcode files to encode whic [all...] |
/external/llvm/lib/CodeGen/ |
ParallelCG.cpp | 15 #include "llvm/Bitcode/ReaderWriter.h" 62 // codegen. We do it by serializing partition modules to bitcode 86 report_fatal_error("Failed to read bitcode");
|
/external/llvm/utils/ |
findoptdiff | 17 # The script takes two bitcode files, one from each build. They are 42 # is the bitcode file for the first llvm environment 44 # is the bitcode file for the second llvm environment
|
/external/swiftshader/third_party/LLVM/tools/llvm-as/ |
llvm-as.cpp | 12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout
13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode
22 #include "llvm/Bitcode/ReaderWriter.h"
|
/external/swiftshader/third_party/LLVM/utils/ |
findoptdiff | 17 # The script takes two bitcode files, one from each build. They are
42 # is the bitcode file for the first llvm environment
44 # is the bitcode file for the second llvm environment
|
/frameworks/compile/slang/ |
llvm-rs-as.cpp | 12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout 13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode 21 #include "llvm/Bitcode/ReaderWriter.h"
|