HomeSort by relevance Sort by last modified time
    Searched refs:llvm (Results 51 - 75 of 3225) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Sparc/TargetInfo/
SparcTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheSparcTarget;
16 Target llvm::TheSparcV9Target;
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheX86_32Target, llvm::TheX86_64Target;
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 22 namespace llvm { namespace
28 llvm::ModulePass *
32 llvm::ModulePass * createRSEmbedInfoPass(const RSInfo *info);
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 13 #include <llvm/Support/ELF.h>
22 llvm::ELF::SHT_DYNSYM,
23 llvm::ELF::SHF_ALLOC,
27 llvm::ELF::SHT_STRTAB,
28 llvm::ELF::SHF_ALLOC,
32 llvm::ELF::SHT_PROGBITS,
33 llvm::ELF::SHF_ALLOC,
37 llvm::ELF::SHT_HASH,
38 llvm::ELF::SHF_ALLOC,
42 llvm::ELF::SHT_DYNAMIC
    [all...]
ELFExecFileFormat.cpp 13 #include <llvm/Support/ELF.h>
23 llvm::ELF::SHT_DYNSYM,
24 llvm::ELF::SHF_ALLOC,
28 llvm::ELF::SHT_STRTAB,
29 llvm::ELF::SHF_ALLOC,
33 llvm::ELF::SHT_PROGBITS,
34 llvm::ELF::SHF_ALLOC,
38 llvm::ELF::SHT_HASH,
39 llvm::ELF::SHF_ALLOC,
43 llvm::ELF::SHT_DYNAMIC
    [all...]
  /external/clang/lib/CodeGen/
CGBuilder.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/IR/IRBuilder.h"
20 typedef llvm::IRBuilder<false> CGBuilderTy;
22 typedef llvm::IRBuilder<> CGBuilderTy;
CGOpenCLRuntime.cpp 3 // The LLVM Compiler Infrastructure
18 #include "llvm/IR/DerivedTypes.h"
19 #include "llvm/IR/GlobalValue.h"
29 return CGF.EmitStaticVarDecl(D, llvm::GlobalValue::InternalLinkage);
32 llvm::Type *CGOpenCLRuntime::convertOpenCLSpecificType(const Type *T) {
41 return llvm::PointerType::get(llvm::StructType::create(
44 return llvm::PointerType::get(llvm::StructType::create(
47 return llvm::PointerType::get(llvm::StructType::create
    [all...]
  /external/llvm/lib/Target/CppBackend/TargetInfo/
CppBackendTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheCppBackendTarget;
  /frameworks/rs/driver/linkloader/include/
ELF.h 4 #include <llvm/Support/ELF.h>
6 using namespace llvm::ELF;
8 // These definitions are not defined in include/llvm/Support/ELF.h.
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 3 // The LLVM Compiler Infrastructure
17 #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
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 3 // The LLVM Compiler Infrastructure
17 #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
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 3 // The LLVM Compiler Infrastructure
17 #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
    [all...]
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 17 #include <llvm/ADT/Triple.h>
18 #include <llvm/IR/DerivedTypes.h>
19 #include <llvm/IR/Function.h>
20 #include <llvm/IR/Instructions.h>
21 #include <llvm/IR/IRBuilder.h>
22 #include <llvm/IR/Module.h>
23 #include <llvm/Pass.h>
24 #include <llvm/IR/Type.h>
25 #include <llvm/IR/DataLayout.h>
36 return "ARM LLVM va_arg Instruction Expansion Pass"
    [all...]
  /external/clang/include/clang/Frontend/
FrontendPluginRegistry.h 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/Registry.h"
19 typedef llvm::Registry<PluginASTAction> FrontendPluginRegistry;
  /external/llvm/include/llvm/ADT/
StringSet.h 1 //===--- StringSet.h - The LLVM Compiler Driver -----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/StringMap.h"
19 namespace llvm { namespace
22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
  /external/llvm/include/llvm/Analysis/
CallPrinter.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
25 } // end namespace llvm
  /external/llvm/include/llvm/CodeGen/
DAGCombine.h 1 //===-- llvm/CodeGen/DAGCombine.h ------- SelectionDAG Nodes ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
14 namespace llvm { namespace
23 } // end llvm namespace
GCs.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/MC/MCAsmInfo.h"
20 namespace llvm { namespace
  /external/llvm/lib/MC/MCParser/
MCTargetAsmParser.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCTargetAsmParser.h"
11 using namespace llvm;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/MC/MCAsmInfo.h"
19 namespace llvm { namespace
25 } // namespace llvm
  /external/llvm/lib/Target/NVPTX/
NVPTXutil.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/CodeGen/MachineFunction.h"
18 #include "llvm/CodeGen/MachineInstr.h"
20 namespace llvm { namespace
  /external/llvm/lib/Target/R600/
R600MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
13 using namespace llvm;
  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.h 20 #include <llvm/ADT/SmallPtrSet.h>
21 #include <llvm/IR/LLVMContext.h>
33 llvm::LLVMContext mLLVMContext;
37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJIT.cpp 17 // This file contains portions derived from LLVM, with the original copyright
21 // The LLVM Compiler Infrastructure
32 #include <llvm/Support/Compiler.h>

Completed in 2575 milliseconds

1 23 4 5 6 7 8 91011>>