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

<<11121314151617181920>>

  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
69 // TODO: Move this to ValueEnumerator::EnumerateOperandType() once bitcode
371 // references of these in the bitcode reader.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
69 // TODO: Move this to ValueEnumerator::EnumerateOperandType() once bitcode
371 // references of these in the bitcode reader.
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
69 // TODO: Move this to ValueEnumerator::EnumerateOperandType() once bitcode
371 // references of these in the bitcode reader.
  /frameworks/compile/slang/
slang.h 273 // @DepFiles - List of pairs of <output dep. file path, dependent bitcode
  /frameworks/rs/cpu_ref/
rsCpuCore.h 175 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags) override;
  /frameworks/rs/rsov/driver/
rsovScript.h 148 uint8_t const *bitcode, size_t bitcodeSize,
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 18 #include "llvm/Bitcode/BitCodes.h"
64 assert(((End-Start) & 3) == 0 &&"Bitcode stream not a multiple of 4 bytes");
517 // If this would read off the end of the bitcode file, just set the
  /frameworks/compile/libbcc/lib/
Compiler.cpp 143 return "Error loading input bitcode";
343 // Materialize the bitcode module.
491 // Materialize the bitcode module in case this is a lazy-load module. Do not
  /external/libvpx/libvpx/build/make/
configure.sh 1100 check_add_cflags -fembed-bitcode
1101 check_add_asflags -fembed-bitcode
1102 check_add_ldflags -fembed-bitcode
    [all...]
  /external/llvm/docs/
WritingAnLLVMPass.rst 221 compile "Hello World" to LLVM. We can now run the bitcode file (hello.bc) for
222 the program through our transformation like this (or course, any bitcode file
247 USAGE: opt [options] <input bitcode>
281 0.0100 (100.0%) 0.0000 ( 0.0%) 0.0100 ( 50.0%) 0.0402 ( 84.0%) Bitcode Writer
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
WritingAnLLVMPass.html 390 LLVM. We can now run the bitcode file (<tt>hello.bc</tt>) for the program
391 through our transformation like this (or course, any bitcode file will
415 USAGE: opt [options] &lt;input bitcode&gt;
450 0.0100 (100.0%) 0.0000 ( 0.0%) 0.0100 ( 50.0%) 0.0402 ( 84.0%) Bitcode Writer
    [all...]
DebuggingJITedCode.html 57 # Compile foo.c to bitcode. You can use either clang or llvm-gcc with this
  /external/swiftshader/third_party/LLVM/
LLVM.cbp 236 <Unit filename="include/llvm/Bitcode/Archive.h" />
237 <Unit filename="include/llvm/Bitcode/BitCodes.h" />
238 <Unit filename="include/llvm/Bitcode/BitstreamReader.h" />
239 <Unit filename="include/llvm/Bitcode/BitstreamWriter.h" />
240 <Unit filename="include/llvm/Bitcode/LLVMBitCodes.h" />
241 <Unit filename="include/llvm/Bitcode/ReaderWriter.h" />
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 25 #include "llvm/Bitcode/BitstreamReader.h"
26 #include "llvm/Bitcode/BitstreamWriter.h"
698 // Write the block-info block, which describes the records in this bitcode
  /external/llvm/include/llvm/IR/
Module.h 184 ///< recorded in bitcode.
211 /// bitcode, this is taken from a bitcode record where it was recorded.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 51 uint32_t bitcode; member in struct:dct_coeff_compressed
587 dst[src->bitcode << 1 | i] = coeff;
592 dst[src->bitcode << 1 | i] = coeff;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 11 // execution of LLVM bitcode in an efficient manner.
621 // read from bitcode, and we are jitting non-lazily, emit it now.
661 "' from bitcode file: " + ErrorMsg);
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 26 #include "llvm/Bitcode/BitstreamReader.h"
  /external/clang/lib/Driver/
Driver.cpp 536 // Ignore -fembed-bitcode options with LTO
537 // since the output will be bitcode anyway.
544 .Case("bitcode", EmbedBitcode)
554 // claim the bitcode option under LTO so no warning is issued.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
337 // TODO: Move this to ValueEnumerator::EnumerateOperandType() once bitcode
351 // FIXME: Pass GV to EnumerateMetadata and arrange for the bitcode writer
832 // references of these in the bitcode reader.
    [all...]
  /external/llvm/test/Bitcode/
miscInstructions.3.2.ll 5 ; older bitcode files.
  /external/swiftshader/third_party/LLVM/lib/Analysis/
TypeBasedAliasAnalysis.cpp 36 // bitcode produced from multiple front-ends is handled conservatively.

Completed in 778 milliseconds

<<11121314151617181920>>