Searched refs:llvm (Results 26 - 50 of 4004) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp15 #include "llvm/Support/TargetRegistry.h"
17 using namespace llvm;
20 Target llvm::TheAMDGPUTarget;
/external/llvm/lib/Support/
H A DSystemUtils.cpp15 #include "llvm/Support/SystemUtils.h"
16 #include "llvm/Support/Process.h"
17 #include "llvm/Support/Program.h"
18 #include "llvm/Support/raw_ostream.h"
19 using namespace llvm;
21 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check,
/external/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheHexagonTarget;
/external/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMSP430Target;
/external/llvm/lib/Target/R600/TargetInfo/
H A DAMDGPUTargetInfo.cpp15 #include "llvm/Support/TargetRegistry.h"
17 using namespace llvm;
20 Target llvm::TheAMDGPUTarget;
/external/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.cpp11 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheSystemZTarget;
/external/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheXCoreTarget;
/external/mesa3d/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp15 #include "llvm/Support/TargetRegistry.h"
17 using namespace llvm;
20 Target llvm::TheAMDGPUTarget;
/external/llvm/tools/
H A DMakefile29 DIRS := llvm-config
30 PARALLEL_DIRS := opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-link \
31 lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dllvm_wrapper.cpp1 #include <llvm/ADT/OwningPtr.h>
2 #include <llvm/ADT/StringRef.h>
3 #include <llvm/LLVMContext.h>
4 #include <llvm/Support/IRReader.h>
5 #include <llvm/Support/MemoryBuffer.h>
6 #include <llvm/Support/SourceMgr.h>
13 llvm::OwningPtr<llvm::Module> M;
14 llvm::StringRef str((const char*)bitcode, bitcode_len);
15 llvm
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dllvm_wrapper.cpp1 #include <llvm/ADT/OwningPtr.h>
2 #include <llvm/ADT/StringRef.h>
3 #include <llvm/LLVMContext.h>
4 #include <llvm/Support/IRReader.h>
5 #include <llvm/Support/MemoryBuffer.h>
6 #include <llvm/Support/SourceMgr.h>
13 llvm::OwningPtr<llvm::Module> M;
14 llvm::StringRef str((const char*)bitcode, bitcode_len);
15 llvm
[all...]
/external/clang/include/clang/Basic/
H A DLLVM.h22 #include "llvm/Support/Casting.h"
25 #include "llvm/ADT/None.h"
27 namespace llvm { namespace
54 using llvm::isa;
55 using llvm::cast;
56 using llvm::dyn_cast;
57 using llvm::dyn_cast_or_null;
58 using llvm::cast_or_null;
61 using llvm::None;
62 using llvm
[all...]
/external/llvm/include/llvm/
H A DLinkAllIR.h19 #include "llvm/IR/InlineAsm.h"
20 #include "llvm/IR/Instructions.h"
21 #include "llvm/IR/IntrinsicInst.h"
22 #include "llvm/IR/LLVMContext.h"
23 #include "llvm/IR/Module.h"
24 #include "llvm/IR/Verifier.h"
25 #include "llvm/Support/Dwarf.h"
26 #include "llvm/Support/DynamicLibrary.h"
27 #include "llvm/Support/MathExtras.h"
28 #include "llvm/Suppor
[all...]
/external/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheARMLETarget, llvm::TheARMBETarget;
16 Target llvm::TheThumbLETarget, llvm::TheThumbBETarget;
/external/llvm/lib/Target/Mips/TargetInfo/
H A DMipsTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMipsTarget, llvm::TheMipselTarget;
16 Target llvm::TheMips64Target, llvm::TheMips64elTarget;
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.h15 namespace llvm { namespace
21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
/external/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheNVPTXTarget32;
16 Target llvm::TheNVPTXTarget64;
/external/llvm/lib/Target/Sparc/TargetInfo/
H A DSparcTargetInfo.cpp11 #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/
H A DX86TargetInfo.cpp11 #include "llvm/Support/TargetRegistry.h"
12 using namespace llvm;
14 Target llvm::TheX86_32Target, llvm::TheX86_64Target;
/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp18 #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) {
36 llvm::LLVMContext& Ctx = CGM.getLLVMContext();
44 return llvm::PointerType::get(llvm::StructType::create(
47 return llvm::PointerType::get(llvm::StructType::create(
50 return llvm
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLinkAllAsmWriterComponents.h1 //===- llvm/Codegen/LinkAllAsmWriterComponents.h ----------------*- C++ -*-===//
18 #include "llvm/CodeGen/GCs.h"
31 llvm::linkOcamlGCPrinter();
32 llvm::linkErlangGCPrinter();
/external/llvm/lib/Target/CppBackend/TargetInfo/
H A DCppBackendTargetInfo.cpp11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheCppBackendTarget;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600MachineFunctionInfo.cpp12 using namespace llvm;
H A DSIMachineFunctionInfo.cpp13 using namespace llvm;
/external/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h14 #include "llvm/Support/Registry.h"
19 typedef llvm::Registry<PluginASTAction> FrontendPluginRegistry;

Completed in 785 milliseconds

1234567891011>>