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

12

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h18 #include "llvm/IR/Attributes.h"
19 #include "llvm/IR/GVMaterializer.h"
20 #include "llvm/IR/OperandTraits.h"
21 #include "llvm/IR/Type.h"
22 #include "llvm/IR/ValueHandle.h"
23 #include "llvm/Bitcode/BitstreamReader.h"
24 #include "llvm/Bitcode/LLVMBitCodes.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/IR/Attributes.h"
21 #include "llvm/IR/GVMaterializer.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/IR/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/ADT/DenseMap.h"
18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
20 #include "llvm/IR/Attributes.h"
21 #include "llvm/IR/GVMaterializer.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/IR/ValueHandle.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/IR/Attributes.h"
21 #include "llvm/IR/GVMaterializer.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/IR/ValueHandle.h"
27 namespace llvm { namespace
34 using namespace llvm;
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h20 namespace llvm { namespace
26 llvm::ModulePass *
29 llvm::ModulePass * createRSEmbedInfoPass();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h13 namespace llvm { namespace
15 } // namespace of llvm
24 TargetLDBackend *createAArch64LDBackend(const llvm::Target&,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h13 namespace llvm { namespace
15 } // namespace of llvm
25 TargetLDBackend *createARMLDBackend(const llvm::Target&, const std::string&);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h13 namespace llvm { namespace
15 } // namespace of llvm
25 createHexagonLDBackend(const llvm::Target&, const std::string&);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86.h13 namespace llvm { namespace
15 } // namespace of llvm
25 TargetLDBackend *createX86LDBackend(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 std::unique_ptr<llvm::raw_string_ostream> mSOS;
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 *mRSObjectSlotsMetadata;
66 void dumpExportVarInfo(llvm::Module *M);
67 void dumpExportFunctionInfo(llvm::Module *M);
68 void dumpExportForEachInfo(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);
102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
/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.h16 #include <llvm/CodeGen/MachineFunctionPass.h>
18 namespace llvm { namespace
23 } // namespace of llvm
43 class MCLinker : public llvm::MachineFunctionPass
59 virtual bool doInitialization(llvm::Module &pM);
61 virtual bool doFinalization(llvm::Module &pM);
63 virtual bool runOnMachineFunction(llvm::MachineFunction& pMFn);
H A DTargetMachine.h11 #include <llvm/Support/CodeGen.h>
14 namespace llvm { namespace
25 } // namespace llvm
52 /// Adapter of llvm::TargetMachine
54 MCLDTargetMachine(llvm::TargetMachine& pTM,
55 const llvm::Target& pLLMVTarget,
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/Support/
H A DCommandLine.h14 #include <llvm/ADT/StringRef.h>
15 #include <llvm/ADT/Triple.h>
16 #include <llvm/Support/CommandLine.h>
20 namespace llvm { namespace
26 class SearchDirParser : public llvm::cl::basic_parser<std::string>
84 class parser<mcld::ZOption> : public llvm::cl::basic_parser<mcld::ZOption>
98 } // namespace of llvm
H A DToolOutputFile.h15 namespace llvm { namespace
17 } // end of namespace llvm
43 llvm::raw_fd_ostream& os();
46 llvm::formatted_raw_ostream& formatted_os();
70 llvm::raw_fd_ostream* m_pFdOstream;
71 llvm::formatted_raw_ostream* m_pFormattedOstream;
H A DTarget.h14 namespace llvm { namespace
18 } // namespace of llvm
41 typedef unsigned int (*TripleMatchQualityFnTy)(const llvm::Triple& pTriple);
43 typedef MCLDTargetMachine *(*TargetMachineCtorTy)(const llvm::Target &,
45 llvm::TargetMachine &,
66 unsigned int getTripleQuality(const llvm::Triple& pTriple) const;
70 const llvm::Target& pTarget,
71 llvm::TargetMachine& pTM) const;
/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...]

Completed in 536 milliseconds

12