Searched defs:llvm (Results 251 - 275 of 1025) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h17 #include "llvm/Value.h"
18 #include "llvm/GlobalVariable.h"
19 #include "llvm/Function.h"
20 #include "llvm/IntrinsicInst.h"
26 namespace llvm namespace
32 bool findOneNVVMAnnotation(const llvm::GlobalValue *, std::string, unsigned &);
33 bool findAllNVVMAnnotation(const llvm::GlobalValue *, std::string,
36 bool isTexture(const llvm::Value &);
37 bool isSurface(const llvm::Value &);
38 bool isSampler(const llvm
[all...]
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h17 #include "llvm/MC/MCInstPrinter.h"
19 namespace llvm { namespace
67 } // end namespace llvm
/external/llvm/lib/Target/PowerPC/
H A DPPCRelocations.h17 #include "llvm/CodeGen/MachineRelocation.h"
25 namespace llvm { namespace
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.h88 #include "llvm/MC/MCDisassembler.h"
90 namespace llvm { namespace
133 } // namespace llvm
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86FixupKinds.h13 #include "llvm/MC/MCFixup.h"
15 namespace llvm { namespace
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.h20 #include "llvm/CodeGen/AsmPrinter.h"
21 #include "llvm/CodeGen/MachineModuleInfo.h"
22 #include "llvm/CodeGen/ValueTypes.h"
23 #include "llvm/Support/Compiler.h"
25 namespace llvm { namespace
80 } // end namespace llvm
H A DX86COFFMachineModuleInfo.h18 #include "llvm/CodeGen/MachineModuleInfo.h"
19 #include "llvm/ADT/DenseSet.h"
21 namespace llvm { namespace
44 } // end namespace llvm
H A DX86MCInstLower.h13 #include "llvm/Support/Compiler.h"
15 namespace llvm { namespace
H A DX86Relocations.h17 #include "llvm/CodeGen/MachineRelocation.h"
19 namespace llvm { namespace
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h1 //===-- llvm-objdump.h ----------------------------------------------------===//
13 #include "llvm/ADT/StringRef.h"
14 #include "llvm/Support/CommandLine.h"
15 #include "llvm/Support/DataTypes.h"
16 #include "llvm/Support/MemoryObject.h"
18 namespace llvm { namespace
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h20 #include "llvm/ADT/SmallVector.h"
21 #include "llvm/ADT/StringMap.h"
22 #include "llvm/Support/ErrorHandling.h"
28 namespace llvm { namespace
810 } // end namespace llvm
H A DX86DisassemblerTables.h23 #include "llvm/Support/raw_ostream.h"
27 namespace llvm { namespace
296 } // namespace llvm
/external/clang/include/clang/AST/
H A DStmtGraphTraits.h10 // This file defines a template specialization of llvm::GraphTraits to
19 #include "llvm/ADT/GraphTraits.h"
20 #include "llvm/ADT/DepthFirstIterator.h"
22 namespace llvm { namespace
30 typedef llvm::df_iterator<clang::Stmt*> nodes_iterator;
57 typedef llvm::df_iterator<const clang::Stmt*> nodes_iterator;
81 } // end namespace llvm
H A DTypeOrdering.h12 // llvm::DenseMaps, and llvm::DenseSets.
35 namespace llvm { namespace
/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h15 namespace llvm { namespace
74 } // end namespace llvm
H A DGraphTraits.h1 //===-- llvm/ADT/GraphTraits.h - Graph traits template ----------*- C++ -*-===//
21 namespace llvm { namespace
104 } // End llvm namespace
H A DPriorityQueue.h1 //===- llvm/ADT/PriorityQueue.h - Priority queues ---------------*- C++ -*-===//
20 namespace llvm { namespace
82 } // End llvm namespace
H A DSetOperations.h1 //===-- llvm/ADT/SetOperations.h - Generic Set Operations -------*- C++ -*-===//
18 namespace llvm { namespace
69 } // End llvm namespace
H A DUniqueVector.h1 //===-- llvm/ADT/UniqueVector.h ---------------------------------*- C++ -*-===//
17 namespace llvm { namespace
87 } // End of namespace llvm
H A Dilist_node.h1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
18 namespace llvm { namespace
104 } // End llvm namespace
/external/llvm/include/llvm/Analysis/
H A DCodeMetrics.h18 #include "llvm/ADT/DenseMap.h"
19 #include "llvm/Support/CallSite.h"
21 namespace llvm { namespace
H A DDOTGraphTraitsPass.h17 #include "llvm/Pass.h"
18 #include "llvm/Analysis/CFGPrinter.h"
20 namespace llvm { namespace
H A DInlineCost.h17 #include "llvm/Function.h"
18 #include "llvm/ADT/DenseMap.h"
19 #include "llvm/ADT/SmallPtrSet.h"
20 #include "llvm/ADT/ValueMap.h"
21 #include "llvm/Analysis/CodeMetrics.h"
26 namespace llvm { namespace
H A DLazyValueInfo.h18 #include "llvm/Pass.h"
20 namespace llvm { namespace
78 } // end namespace llvm
H A DLibCallAliasAnalysis.h17 #include "llvm/Analysis/AliasAnalysis.h"
18 #include "llvm/Pass.h"
20 namespace llvm { namespace
71 } // End of llvm namespace

Completed in 198 milliseconds

<<11121314151617181920>>