Searched defs:llvm (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h18 #include "llvm/GVMaterializer.h"
19 #include "llvm/IR/Attributes.h"
20 #include "llvm/IR/Type.h"
21 #include "llvm/IR/OperandTraits.h"
22 #include "llvm/Bitcode/BitstreamReader.h"
23 #include "llvm/Bitcode/LLVMBitCodes.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/ADT/DenseMap.h"
28 namespace llvm { namespace
32 } // End llvm namespac
[all...]
H A DBitcodeReader.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
20 #include "llvm/GVMaterializer.h"
21 #include "llvm/IR/Attributes.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/Support/ValueHandle.h"
27 namespace llvm { namespace
34 using namespace llvm;
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h17 #include "llvm/GVMaterializer.h"
18 #include "llvm/IR/Attributes.h"
19 #include "llvm/IR/Type.h"
20 #include "llvm/IR/OperandTraits.h"
21 #include "llvm/Bitcode/BitstreamReader.h"
22 #include "llvm/Bitcode/LLVMBitCodes.h"
23 #include "llvm/Support/ValueHandle.h"
24 #include "llvm/ADT/DenseMap.h"
27 namespace llvm { namespace
31 } // End llvm namespac
[all...]
H A DBitcodeReader.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
20 #include "llvm/GVMaterializer.h"
21 #include "llvm/IR/Attributes.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/Support/ValueHandle.h"
27 namespace llvm { namespace
34 using namespace llvm;
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h22 namespace llvm { namespace
28 llvm::ModulePass *
32 llvm::ModulePass * createRSEmbedInfoPass(const RSInfo *info);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h14 namespace llvm { namespace
18 } // namespace of llvm
27 createHexagonLDBackend(const llvm::Target&, const std::string&);
/frameworks/compile/slang/
H A Dslang_utils.h22 namespace llvm { namespace
33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
H A Dslang_diagnostic_buffer.h24 #include "llvm/Support/raw_ostream.h"
26 namespace llvm { namespace
36 llvm::OwningPtr<llvm::raw_string_ostream> mSOS;
H A Dslang_rs_metadata_spec.h37 namespace llvm { namespace
57 RSMetadataEncoder *CreateRSMetadataEncoder(llvm::Module *M);
82 // struct RSMetadata *RSDecodeMetadata(llvm::Module *M);
H A Dslang_rs_backend.h25 namespace llvm { namespace
53 llvm::NamedMDNode *mExportVarMetadata;
54 llvm::NamedMDNode *mExportFuncMetadata;
55 llvm::NamedMDNode *mExportForEachNameMetadata;
56 llvm::NamedMDNode *mExportForEachSignatureMetadata;
57 llvm::NamedMDNode *mExportTypeMetadata;
58 llvm::NamedMDNode *mExportElementMetadata;
59 llvm::NamedMDNode *mRSObjectSlotsMetadata;
67 void dumpExportVarInfo(llvm::Module *M);
68 void dumpExportFunctionInfo(llvm
[all...]
H A Dslang_rs_export_func.h23 #include "llvm/ADT/StringRef.h"
24 #include "llvm/Support/raw_ostream.h"
32 namespace llvm { namespace
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name,
64 llvm::raw_string_ostream BufStm(mMangledName);
104 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
H A Dslang_backend.h22 #include "llvm/PassManager.h"
24 #include "llvm/Support/FormattedStream.h"
30 namespace llvm { namespace
53 llvm::Module *mpModule;
56 llvm::raw_ostream *mpOS;
65 llvm::FunctionPassManager *mPerFunctionPasses;
67 llvm::PassManager *mPerModulePasses;
69 llvm::FunctionPassManager *mCodeGenPasses;
71 llvm::formatted_raw_ostream FormattedOutStream;
77 void WrapBitcode(llvm
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h20 namespace llvm { namespace
39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
H A DSource.h22 namespace llvm { namespace
33 llvm::Module *mModule;
39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false);
53 llvm::Module &pModule,
67 void setModule(llvm::Module *pModule);
69 inline llvm::Module &getModule()
71 inline const llvm::Module &getModule() const
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h23 namespace llvm { namespace
39 // descriptor it contains and wrap it in llvm::raw_fd_ostream object. It
42 llvm::raw_fd_ostream *dup();
H A DDisassembler.h23 namespace llvm { namespace
25 } // end namespace llvm
42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h19 #include <llvm/CodeGen/MachineFunctionPass.h>
21 namespace llvm { namespace
26 } // namespace of llvm
46 class MCLinker : public llvm::MachineFunctionPass
62 virtual bool doInitialization(llvm::Module &pM);
64 virtual bool doFinalization(llvm::Module &pM);
66 virtual bool runOnMachineFunction(llvm::MachineFunction& pMFn);
/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h17 #include <llvm/ADT/StringRef.h>
18 #include <llvm/ADT/Triple.h>
19 #include <llvm/Support/CommandLine.h>
23 namespace llvm { namespace
29 class SearchDirParser : public llvm::cl::basic_parser<std::string>
87 class parser<mcld::ZOption> : public llvm::cl::basic_parser<mcld::ZOption>
101 } // namespace of llvm
H A DToolOutputFile.h18 namespace llvm { namespace
20 } // end of namespace llvm
49 llvm::formatted_raw_ostream& formatted_os();
78 llvm::formatted_raw_ostream* m_pFOStream;
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h1 //===-- llvm/Bitcode/ReaderWriter.h - Bitcode reader/writers ----*- C++ -*-===//
19 namespace llvm { namespace
26 } // End llvm namespace
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
35 llvm::LLVMContext& Context,
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h1 //===-- llvm/Bitcode/ReaderWriter.h - Bitcode reader/writers ----*- C++ -*-===//
19 namespace llvm { namespace
26 } // End llvm namespace
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
35 llvm::LLVMContext& Context,
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h1 //===-- llvm/Bitcode/ReaderWriter.h - Bitcode reader/writers ----*- C++ -*-===//
19 namespace llvm { namespace
26 } // End llvm namespace
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
35 llvm::LLVMContext& Context,
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
44 llvm::LLVMContext& Context,
50 llvm::Module *ParseBitcodeFile(llvm
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetMachine.h14 #include <llvm/Target/TargetMachine.h>
17 namespace llvm { namespace
24 } // namespace of llvm
34 using namespace llvm;
53 /// Adapter of llvm::TargetMachine
55 MCLDTargetMachine(llvm::TargetMachine &pTM,
61 /// getTarget - adapt llvm::TargetMachine::getTarget
64 /// getTM - return adapted the llvm::TargetMachine.
65 const llvm::TargetMachine& getTM() const { return m_TM; }
66 llvm
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h17 #include <llvm/Support/DataTypes.h>
21 namespace llvm { namespace
69 const LDSymbol* getSymbol(const llvm::StringRef& pName) const;
70 LDSymbol* getSymbol(const llvm::StringRef& pName);
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h23 namespace llvm { namespace
27 } // end namespace llvm
33 typedef llvm::Module* (*RSLinkRuntimeCallback)
34 (bcc::RSScript *, llvm::Module *, llvm::Module *);

Completed in 683 milliseconds

12