HomeSort by relevance Sort by last modified time
    Searched defs:llvm (Results 226 - 250 of 1309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/ADT/StringRef.h"
21 namespace llvm { namespace
47 } // End llvm namespace
  /external/llvm/lib/Target/R600/
R600RegisterInfo.h 3 // The LLVM Compiler Infrastructure
21 namespace llvm { namespace
54 } // End namespace llvm
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
23 } // End llvm namespace
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetRegisterInfo.h"
22 namespace llvm { namespace
56 } // end namespace llvm
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.h 1 //===-- SystemZAsmPrinter.h - SystemZ LLVM assembly printer ----*- C++ -*--===//
3 // The LLVM Compiler Infrastructure
14 #include "llvm/CodeGen/AsmPrinter.h"
15 #include "llvm/Support/Compiler.h"
17 namespace llvm { namespace
50 } // end namespace llvm
SystemZCallingConv.h 3 // The LLVM Compiler Infrastructure
13 namespace llvm { namespace
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
19 namespace llvm { namespace
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
22 } // End llvm namespace
  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 1 //===-- llvm-readobj.h ----------------------------------------------------===//
3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/CommandLine.h"
16 namespace llvm { namespace
27 } // namespace llvm
30 extern llvm::cl::list<std::string> InputFilenames;
31 extern llvm::cl::opt<bool> FileHeaders;
32 extern llvm::cl::opt<bool> Sections;
33 extern llvm::cl::opt<bool> SectionRelocations;
34 extern llvm::cl::opt<bool> SectionSymbols
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL7XXDevice.h 3 // The LLVM Compiler Infrastructure
21 namespace llvm { namespace
69 } // namespace llvm
AMDILNIDevice.h 3 // The LLVM Compiler Infrastructure
22 namespace llvm { namespace
58 } // namespace llvm
R600RegisterInfo.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
61 } // End namespace llvm
SIRegisterInfo.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
52 } // End namespace llvm
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/StringRef.h"
20 namespace llvm { namespace
40 } // End llvm namespace
  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 20 namespace llvm { namespace
39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
  /frameworks/compile/libbcc/include/bcc/Support/
OutputFile.h 23 namespace llvm { namespace
39 // descriptor it contains and wrap it in llvm::raw_fd_ostream object. It
42 llvm::raw_fd_ostream *dup();
  /art/compiler/llvm/
md_builder.cc 20 #include "llvm/IR/MDBuilder.h"
25 namespace llvm { namespace in namespace:art
28 ::llvm::MDNode* MDBuilder::GetTBAASpecialType(TBAASpecialType sty_id) {
33 ::llvm::MDNode*& spec_ty = tbaa_special_type_[sty_id];
71 ::llvm::MDNode* MDBuilder::GetTBAAMemoryJType(TBAASpecialType sty_id, JType jty_id) {
91 ::llvm::MDNode*& spec_ty = tbaa_memory_jtype_[sty_mapped_index][jty_id];
116 } // namespace llvm
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h 3 // The LLVM Compiler Infrastructure
22 namespace llvm { namespace
86 } // namespace llvm
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 3 // The LLVM Compiler Infrastructure
23 namespace llvm { namespace
50 llvm::BitVector &Reachable);
  /external/clang/include/clang/Lex/
HeaderMap.h 3 // The LLVM Compiler Infrastructure
17 #include "clang/Basic/LLVM.h"
18 #include "llvm/Support/Compiler.h"
20 namespace llvm { namespace
37 const llvm::MemoryBuffer *FileBuffer;
40 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap)
  /external/clang/lib/AST/
StmtViz.cpp 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Support/GraphWriter.h"
23 llvm::ViewGraph(this,"AST");
25 llvm::errs() << "Stmt::viewAST is only available in debug builds on "
30 namespace llvm { namespace
39 llvm::raw_string_ostream Out(OutSStr);
62 } // end namespace llvm
  /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/
FindUsedTypes.h 1 //===- llvm/Analysis/FindUsedTypes.h - Find all Types in use ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/SetVector.h"
18 #include "llvm/Pass.h"
20 namespace llvm { namespace
64 } // End llvm namespace
ScalarEvolutionNormalization.h 1 //===- llvm/Analysis/ScalarEvolutionNormalization.h - See below -*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
39 #include "llvm/ADT/SmallPtrSet.h"
41 namespace llvm { namespace
Verifier.h 1 //===-- llvm/Analysis/Verifier.h - LLVM IR Verifier -------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
26 namespace llvm { namespace
73 } // End llvm namespace

Completed in 2360 milliseconds

1 2 3 4 5 6 7 8 91011>>