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

12

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h18 #include "llvm/GVMaterializer.h"
19 #include "llvm/Attributes.h"
20 #include "llvm/Type.h"
21 #include "llvm/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/GVMaterializer.h"
18 #include "llvm/Attributes.h"
19 #include "llvm/Type.h"
20 #include "llvm/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
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/Attributes.h"
19 #include "llvm/Type.h"
20 #include "llvm/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/GVMaterializer.h"
18 #include "llvm/Attributes.h"
19 #include "llvm/Type.h"
20 #include "llvm/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
34 using namespace llvm;
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h22 namespace llvm { namespace
28 llvm::ModulePass *
/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;
76 virtual void HandleTranslationUnitPost(llvm::Module *M);
84 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);
55 llvm::Module &pModule,
69 inline llvm::Module &getModule()
71 inline const llvm::Module &getModule() const
H A DCompiler.h20 namespace llvm { namespace
27 } // end namespace llvm
78 llvm::TargetMachine *mTarget;
83 enum ErrorCode runCodeGen(Script &pScript, llvm::raw_ostream &pResult);
92 enum ErrorCode compile(Script &pScript, llvm::raw_ostream &pResult);
97 const llvm::TargetMachine& getTargetMachine() const
110 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM)
114 virtual bool afterAddLTOPasses(Script &pScript, llvm::PassManager &pPM)
119 llvm::PassManager &pPM)
127 virtual bool beforeAddCodeGenPasses(Script &pScript, llvm
[all...]
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h23 namespace llvm { namespace
45 // descriptor it contains and wrap it in llvm::raw_fd_ostream object. It
48 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,
H A DCompilerConfig.h23 #include <llvm/ADT/Triple.h>
24 #include <llvm/Support/CodeGen.h>
25 #include <llvm/Target/TargetOptions.h>
27 namespace llvm { namespace
31 } // end namespace llvm
45 llvm::TargetOptions mTargetOpts;
47 llvm::CodeModel::Model mCodeModel;
49 llvm::CodeGenOpt::Level mOptLevel;
51 llvm::Reloc::Model mRelocModel;
61 const llvm
[all...]
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCExpandVAArgPass.h20 #include <llvm/Pass.h>
22 namespace llvm { namespace
27 } // end llvm namespace
32 * This pass expands va_arg LLVM instruction generated from llvm-ndk-cc.
40 class ABCExpandVAArgPass : public llvm::FunctionPass {
45 llvm::LLVMContext *mContext;
48 virtual llvm::Value *expandVAArg(llvm::Instruction *pInst) = 0;
51 ABCExpandVAArgPass() : llvm::FunctionPass(ID), mContext(NULL) { }
53 virtual bool runOnFunction(llvm
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h14 #include <llvm/ADT/StringRef.h>
15 #include <llvm/Support/CommandLine.h>
23 namespace llvm { namespace
47 class parser<mcld::MCLDDirectory> : public llvm::cl::basic_parser<mcld::MCLDDirectory>
64 class parser<mcld::ZOption> : public llvm::cl::basic_parser<mcld::ZOption>
78 } // namespace of llvm
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h19 #include <llvm/CodeGen/MachineFunctionPass.h>
23 namespace llvm namespace
27 } // namespace of llvm
52 class SectLinker : public llvm::MachineFunctionPass
70 virtual bool doInitialization(llvm::Module &pM);
75 virtual bool doFinalization(llvm::Module &pM);
79 virtual bool runOnMachineFunction(llvm::MachineFunction& pMFn);
/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/llvm-ndk-cc/
H A DBackend.h6 #include "llvm/PassManager.h"
8 #include "llvm/Support/FormattedStream.h"
9 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
13 namespace llvm { namespace
37 llvm::raw_ostream *OS,
71 llvm::LLVMContext &mLLVMContext;
74 llvm::Module *mpModule;
77 llvm::raw_ostream *mpOS;
84 llvm::FunctionPassManager *mpPerFunctionPasses;
88 llvm
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h17 #include <llvm/Support/DataTypes.h>
21 namespace llvm { namespace
87 LDSymbol* getSymbol(const llvm::StringRef& pName);
89 const LDSymbol* getSymbol(const llvm::StringRef& pName) const;
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetMachine.h14 #include <llvm/Target/TargetMachine.h>
18 namespace llvm namespace
26 } // namespace of llvm
34 using namespace llvm;
47 * llvm::LLVMTargetMachine.
56 /// Adapter of llvm::TargetMachine
58 LLVMTargetMachine(llvm::TargetMachine &pTM,
63 /// getTarget - adapt llvm::TargetMachine::getTarget
66 /// getTM - return adapted the llvm::TargetMachine.
67 const llvm
[all...]

Completed in 185 milliseconds

12