HomeSort by relevance Sort by last modified time
    Searched refs:DenseMap (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/DebugInfo/
DWARFRelocMap.h 13 #include "llvm/ADT/DenseMap.h"
17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /external/clang/include/clang/AST/
MangleNumberingContext.h 19 #include "llvm/ADT/DenseMap.h"
35 llvm::DenseMap<const Type *, unsigned> ManglingNumbers;
36 llvm::DenseMap<IdentifierInfo*, unsigned> VarManglingNumbers;
37 llvm::DenseMap<IdentifierInfo*, unsigned> TagManglingNumbers;
VTTBuilder.h 89 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy;
92 llvm::DenseMap<BaseSubobject, uint64_t> SubVTTIndicies;
96 llvm::DenseMap<BaseSubobject, uint64_t> SecondaryVirtualPointerIndices;
148 const llvm::DenseMap<BaseSubobject, uint64_t> &getSubVTTIndicies() const {
153 const llvm::DenseMap<BaseSubobject, uint64_t> &
ASTImporter.h 20 #include "llvm/ADT/DenseMap.h"
57 llvm::DenseMap<const Type *, const Type *> ImportedTypes;
61 llvm::DenseMap<Decl *, Decl *> ImportedDecls;
65 llvm::DenseMap<Stmt *, Stmt *> ImportedStmts;
69 llvm::DenseMap<FileID, FileID> ImportedFileIDs;
  /external/clang/include/clang/Driver/
Util.h 14 #include "llvm/ADT/DenseMap.h"
24 typedef llvm::DenseMap<const JobAction*, const char*> ArgStringMap;
  /external/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 21 #include "llvm/ADT/DenseMap.h"
30 const DenseMap<unsigned int, unsigned int> &BypassWidth);
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 53 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets,
54 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets,
55 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 19 #include "llvm/ADT/DenseMap.h"
45 DenseMap<SDValue, unsigned> &VRBaseMap);
56 DenseMap<SDValue, unsigned> &VRBaseMap);
61 DenseMap<SDValue, unsigned> &VRBaseMap);
70 DenseMap<SDValue, unsigned> &VRBaseMap,
81 DenseMap<SDValue, unsigned> &VRBaseMap,
92 void EmitSubregNode(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
100 DenseMap<SDValue, unsigned> &VRBaseMap);
104 void EmitRegSequence(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
115 DenseMap<SDValue, unsigned> &VRBaseMap)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 28 DenseMap<MCSymbol*, StubValueTy> FnStubs;
33 DenseMap<MCSymbol*, StubValueTy> GVStubs;
39 DenseMap<MCSymbol*, StubValueTy> HiddenGVStubs;
77 DenseMap<MCSymbol*, StubValueTy> GVStubs;
FunctionLoweringInfo.h 19 #include "llvm/ADT/DenseMap.h"
67 DenseMap<const BasicBlock*, MachineBasicBlock *> MBBMap;
72 DenseMap<const Value*, unsigned> ValueMap;
77 DenseMap<const AllocaInst*, int> StaticAllocaMap;
80 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
87 DenseMap<unsigned, unsigned> RegFixups;
193 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN);
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 20 #include "llvm/ADT/DenseMap.h"
34 typedef llvm::DenseMap<unsigned, ReachableSet> ReachableMap;
  /external/clang/lib/Analysis/
BodyFarm.h 19 #include "llvm/ADT/DenseMap.h"
37 typedef llvm::DenseMap<const Decl *, Optional<Stmt *> > BodyMap;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 15 #include <llvm/ADT/DenseMap.h>
  /external/llvm/lib/IR/
LLVMContextImpl.h 24 #include "llvm/ADT/DenseMap.h"
218 /// non-canonical entry that has no DenseMap value. This can happen due to
242 typedef DenseMap<DenseMapAPIntKeyInfo::KeyTy, ConstantInt*,
246 typedef DenseMap<DenseMapAPFloatKeyInfo::KeyTy, ConstantFP*,
264 DenseMap<Type*, ConstantAggregateZero*> CAZConstants;
275 DenseMap<PointerType*, ConstantPointerNull*> CPNConstants;
277 DenseMap<Type*, UndefValue*> UVConstants;
282 DenseMap<std::pair<Function*, BasicBlock*> , BlockAddress*> BlockAddresses;
304 DenseMap<unsigned, IntegerType*> IntegerTypes;
306 typedef DenseMap<FunctionType*, bool, FunctionTypeKeyInfo> FunctionTypeMap
    [all...]
  /external/llvm/include/llvm/Support/
PredIteratorCache.h 14 #include "llvm/ADT/DenseMap.h"
29 DenseMap<BasicBlock*, BasicBlock**> BlockToPredsMap;
30 DenseMap<BasicBlock*, unsigned> BlockToPredCountMap;
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 17 #include "llvm/ADT/DenseMap.h"
31 DenseMap<AssertingVH<MDNode>, std::string> Filenames;
32 DenseMap<AssertingVH<MDNode>, std::string> Paths;
  /external/clang/lib/CodeGen/
CGVTables.h 22 #include "llvm/ADT/DenseMap.h"
38 llvm::DenseMap<const CXXRecordDecl *, llvm::GlobalVariable *> VTables;
41 typedef llvm::DenseMap<BaseSubobject, uint64_t> VTableAddressPointsMapTy;
44 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t> SubVTTIndiciesMapTy;
49 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t>
CGRecordLayout.h 16 #include "llvm/ADT/DenseMap.h"
126 llvm::DenseMap<const FieldDecl *, unsigned> FieldInfo;
130 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
134 llvm::DenseMap<const CXXRecordDecl *, unsigned> NonVirtualBases;
137 llvm::DenseMap<const CXXRecordDecl *, unsigned> CompleteObjectVirtualBases;
205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo>::const_iterator
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 18 #include "llvm/ADT/DenseMap.h"
38 DenseMap<unsigned, intptr_t> PCLabelMap;
42 DenseMap<void*, intptr_t> Sym2IndirectSymMap;
149 DenseMap<unsigned, intptr_t>::const_iterator I = PCLabelMap.find(Id);
163 DenseMap<void*,intptr_t>::const_iterator I= Sym2IndirectSymMap.find(Addr);
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 15 #include <llvm/ADT/DenseMap.h>
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
44 typedef DenseMap<Type*, unsigned> TypeMapType;
48 typedef DenseMap<const Value*, unsigned> ValueMapType;
55 typedef DenseMap<AttributeSet, unsigned> AttributeGroupMapType;
59 typedef DenseMap<AttributeSet, unsigned> AttributeMapType;
65 mutable DenseMap<const BasicBlock*, unsigned> GlobalBasicBlockIDs;
67 typedef DenseMap<const Instruction*, unsigned> InstructionMapType;
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm::DenseMap<const llvm::Value*, unsigned> ValueMapType;
59 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeGroupMapType;
63 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType;
69 mutable llvm::DenseMap<const llvm::BasicBlock*, unsigned> GlobalBasicBlockIDs;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm::DenseMap<const llvm::Value*, unsigned> ValueMapType;
59 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeGroupMapType;
63 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType;
69 mutable llvm::DenseMap<const llvm::BasicBlock*, unsigned> GlobalBasicBlockIDs;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm::DenseMap<const llvm::Value*, unsigned> ValueMapType;
59 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeGroupMapType;
63 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType;
69 mutable llvm::DenseMap<const llvm::BasicBlock*, unsigned> GlobalBasicBlockIDs;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
  /art/compiler/llvm/
intrinsic_helper.h 22 #include <llvm/ADT/DenseMap.h>
135 ::llvm::DenseMap<const ::llvm::Function*, IntrinsicId>::const_iterator
151 ::llvm::DenseMap<const ::llvm::Function*, IntrinsicId> intrinsic_funcs_map_;

Completed in 2500 milliseconds

1 2 3 4 5 6 7 8 91011>>