Searched refs:bcinfo (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeTranslator.h22 namespace bcinfo { namespace
68 } // namespace bcinfo
H A DBitcodeWrapper.h20 #include "bcinfo/Wrap/BCHeaderField.h"
25 namespace bcinfo { namespace
151 } // namespace bcinfo
H A DMetadataExtractor.h28 namespace bcinfo { namespace
261 } // namespace bcinfo
/frameworks/compile/libbcc/bcinfo/tools/
H A DAndroid.mk25 LOCAL_MODULE := bcinfo
H A Dmain.cpp17 #include <bcinfo/BitcodeTranslator.h>
18 #include <bcinfo/BitcodeWrapper.h>
19 #include <bcinfo/MetadataExtractor.h>
49 // This file corresponds to the standalone bcinfo tool. It prints a variety of
104 infoFile = std::string(inFile.begin(), inFile.end() - 3) + ".bcinfo";
107 infoFile = inFile + ".bcinfo";
113 static int dumpInfo(bcinfo::MetadataExtractor *ME) {
155 static void dumpMetadata(bcinfo::MetadataExtractor *ME) {
162 case bcinfo::RS_FP_Full:
165 case bcinfo
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp17 #include "bcinfo/BitcodeWrapper.h"
18 #include "bcinfo/Wrap/bitcode_wrapperer.h"
19 #include "bcinfo/Wrap/in_memory_wrapper_input.h"
21 #define LOG_TAG "bcinfo"
29 namespace bcinfo { namespace
59 } // namespace bcinfo
H A DBitcodeTranslator.cpp17 #include "bcinfo/BitcodeTranslator.h"
19 #include "bcinfo/BitcodeWrapper.h"
26 #define LOG_TAG "bcinfo"
39 namespace bcinfo { namespace
171 } // namespace bcinfo
H A DMetadataExtractor.cpp17 #include "bcinfo/MetadataExtractor.h"
19 #include "bcinfo/BitcodeWrapper.h"
21 #define LOG_TAG "bcinfo"
35 namespace bcinfo { namespace
464 } // namespace bcinfo
/frameworks/rs/
H A DrsScriptC.h24 #include "bcinfo/BitcodeTranslator.h"
74 bcinfo::BitcodeTranslator *BT;
H A DrsScriptC.cpp21 #include <bcinfo/BitcodeTranslator.h>
22 #include <bcinfo/BitcodeWrapper.h>
244 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen);
250 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
263 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp38 #include "bcinfo/MetadataExtractor.h"
389 if (bcinfo::MetadataExtractor::hasForEachSignatureIn(Signature)) {
398 if (bcinfo::MetadataExtractor::hasForEachSignatureOut(Signature)) {
406 if (bcinfo::MetadataExtractor::hasForEachSignatureUsrData(Signature)) {
413 if (bcinfo::MetadataExtractor::hasForEachSignatureX(Signature)) {
418 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature)) {
469 if (bcinfo::MetadataExtractor::hasForEachSignatureX(Signature)) {
485 bccAssert(bcinfo::MetadataExtractor::hasForEachSignatureKernel(Signature));
531 if (bcinfo::MetadataExtractor::hasForEachSignatureY(Signature)) {
536 if (bcinfo
[all...]
H A DRSCompiler.cpp29 #include "bcinfo/MetadataExtractor.h"
38 bcinfo::MetadataExtractor me(&module);
H A DRSEmbedInfo.cpp34 #include "bcinfo/MetadataExtractor.h"
63 bcinfo::MetadataExtractor me(module);
H A DRSCompilerDriver.cpp24 #include "bcinfo/BitcodeWrapper.h"
406 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h38 namespace bcinfo { namespace
129 const char* findCoreLib(const bcinfo::MetadataExtractor& bitCodeMetaData, const char* bitcode,
H A DrsCpuScript.cpp35 #include <bcinfo/MetadataExtractor.h>
420 bcinfo::MetadataExtractor bitcodeMetadata((const char *) bitcode, bitcodeSize);
723 const char* RsdCpuScriptImpl::findCoreLib(const bcinfo::MetadataExtractor& ME, const char* bitcode,
740 enum bcinfo::RSFloatPrecision prec = ME.getRSFloatPrecision();
741 if (prec == bcinfo::RS_FP_Relaxed) {
/frameworks/compile/slang/
H A Dslang_backend.cpp22 #include "bcinfo/BitcodeWrapper.h"
237 bcinfo::AndroidBitcodeWrapper wrapper;
238 size_t actualWrapperLen = bcinfo::writeAndroidBitcodeWrapper(

Completed in 1027 milliseconds