Searched defs:llvm (Results 26 - 45 of 45) sorted by path

12

/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/Mips/
H A DMipsLDBackend.cpp16 #include <llvm/ADT/Triple.h>
17 #include <llvm/Support/Casting.h>
18 #include <llvm/Support/ELF.h>
19 #include <llvm/Support/Host.h>
74 if (llvm::ELF::R_MIPS_26 != pType)
234 uint64_t picFlags = llvm::ELF::EF_MIPS_CPIC;
236 picFlags |= llvm::ELF::EF_MIPS_PIC;
240 picFlags |= llvm::ELF::EF_MIPS_PIC;
318 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n";
327 namespace llvm { namespace
[all...]
H A DMipsRelocator.cpp19 #include <llvm/ADT/Twine.h>
20 #include <llvm/Support/ELF.h>
22 namespace llvm { namespace
33 } // end namespace llvm
45 if (llvm::ELF::R_MIPS_NONE == pType)
49 llvm::ELF::R_MIPS_NONE != (type & 0xff); type >>= 8) {
64 if (pIsRel && (type() < llvm::ELF::R_MIPS_LA25_LUI ||
65 type() > llvm::ELF::R_MIPS_LA25_ADD))
73 return llvm::ELF::R_MIPS_NONE == type();
78 return llvm
[all...]
/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/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...]
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef 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...]
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef 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...]
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm
[all...]
/frameworks/compile/slang/
H A Drs_cc_options.h20 #include "llvm/Option/ArgList.h"
21 #include "llvm/Option/Option.h"
22 #include "llvm/Option/OptTable.h"
30 namespace llvm { namespace
38 // Options for the RenderScript compiler llvm-rs-cc
93 llvm::CodeGenOpt::Level mOptimizationLevel;
110 mOptimizationLevel = llvm::CodeGenOpt::Aggressive;
118 llvm::opt::OptTable *createRSCCOptTable();
123 * \param ArgVector - the input arguments to llvm-rs-cc
128 void ParseArguments(llvm
[all...]
H A Dslang.h24 // Terrible workaround for TargetOptions.h not using llvm::RefCountedBase!
25 #include "llvm/ADT/IntrusiveRefCntPtr.h"
26 using llvm::RefCountedBase;
31 #include "llvm/ADT/StringRef.h"
33 #include "llvm/Target/TargetMachine.h"
38 namespace llvm { namespace
137 std::unique_ptr<llvm::tool_output_file> mOS;
140 std::unique_ptr<llvm::tool_output_file> mDOS;
163 llvm::raw_ostream *OS,
167 static const llvm
[all...]
H A Dslang_backend.h22 #include "llvm/PassManager.h"
24 #include "llvm/Support/FormattedStream.h"
30 namespace llvm { namespace
51 llvm::Module *mpModule;
54 llvm::raw_ostream *mpOS;
63 llvm::FunctionPassManager *mPerFunctionPasses;
65 llvm::PassManager *mPerModulePasses;
67 llvm::FunctionPassManager *mCodeGenPasses;
69 llvm::formatted_raw_ostream FormattedOutStream;
75 void WrapBitcode(llvm
[all...]
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_context.h28 #include "llvm/ADT/StringSet.h"
29 #include "llvm/ADT/StringMap.h"
33 namespace llvm { namespace
36 } // namespace llvm
54 typedef llvm::StringSet<> NeedExportVarSet;
55 typedef llvm::StringSet<> NeedExportFuncSet;
56 typedef llvm::StringSet<> NeedExportTypeSet;
63 typedef llvm::StringMap<RSExportType*> ExportTypeMap;
75 llvm::DataLayout *mDataLayout;
76 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;
H A Dslang_rs_export_type.h28 #include "llvm/ADT/SmallPtrSet.h"
29 #include "llvm/ADT/StringMap.h"
30 #include "llvm/ADT/StringRef.h"
32 #include "llvm/Support/ManagedStatic.h"
70 namespace llvm { namespace
72 } // namespace llvm
166 inline bool IsDummyName(const llvm::StringRef &Name) {
189 mutable llvm::Type *mLLVMType;
194 const llvm::StringRef &Name);
205 const llvm
[all...]
H A Dslang_utils.h22 namespace llvm { namespace
33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
/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 534 milliseconds

12