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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFRelocMap.h 13 #include "llvm/ADT/DenseMap.h"
17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /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 *,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 19 #include "llvm/ADT/DenseMap.h"
44 DenseMap<SDValue, unsigned> &VRBaseMap);
55 DenseMap<SDValue, unsigned> &VRBaseMap);
60 DenseMap<SDValue, unsigned> &VRBaseMap);
69 DenseMap<SDValue, unsigned> &VRBaseMap,
80 DenseMap<SDValue, unsigned> &VRBaseMap,
91 void EmitSubregNode(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
99 DenseMap<SDValue, unsigned> &VRBaseMap);
103 void EmitRegSequence(SDNode *Node, DenseMap<SDValue, unsigned> &VRBaseMap,
114 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;
71 DenseMap<MCSymbol *, StubValueTy> GVStubs;
FunctionLoweringInfo.h 19 #include "llvm/ADT/DenseMap.h"
73 DenseMap<const BasicBlock*, MachineBasicBlock *> MBBMap;
78 DenseMap<const Value *, unsigned> ValueMap;
81 DenseMap<const Value *, unsigned> CatchPadExceptionPointers;
89 typedef DenseMap<const Value*, Optional<int>> StatepointSpilledValueMapTy;
90 DenseMap<const Instruction*, StatepointSpilledValueMapTy>
96 DenseMap<const AllocaInst*, int> StaticAllocaMap;
99 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
106 DenseMap<unsigned, unsigned> RegFixups;
130 DenseMap<const Value *, ISD::NodeType> PreferredExtendType
    [all...]
WinEHFuncInfo.h 17 #include "llvm/ADT/DenseMap.h"
91 DenseMap<const Instruction *, int> EHPadStateMap;
92 DenseMap<const FuncletPadInst *, int> FuncletBaseStateMap;
93 DenseMap<const InvokeInst *, int> InvokeStateMap;
94 DenseMap<const CatchReturnInst *, const BasicBlock *>
96 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap;
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.h 17 #include "llvm/ADT/DenseMap.h"
32 DenseMap<unsigned, MachineBasicBlock *> MBBSlots;
33 DenseMap<unsigned, unsigned> VirtualRegisterSlots;
34 DenseMap<unsigned, int> FixedStackObjectSlots;
35 DenseMap<unsigned, int> StackObjectSlots;
36 DenseMap<unsigned, unsigned> ConstantPoolSlots;
37 DenseMap<unsigned, unsigned> JumpTableSlots;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 15 #include "llvm/ADT/DenseMap.h"
54 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> ScopeVariables;
57 DenseMap<const MDNode *, DIE *> AbstractSPDies;
62 DenseMap<const MDNode *, DIE *> DITypeNodeToDieMap;
102 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> &getScopeVariables() {
106 DenseMap<const MDNode *, DIE *> &getAbstractSPDies() {
AddressPool.h 13 #include "llvm/ADT/DenseMap.h"
28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
  /external/llvm/include/llvm/MC/
StringTableBuilder.h 14 #include "llvm/ADT/DenseMap.h"
26 DenseMap<StringRef, size_t> StringIndexMap;
53 const DenseMap<StringRef, size_t> &getMap() const { return StringIndexMap; }
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 20 #include "llvm/ADT/DenseMap.h"
34 typedef llvm::DenseMap<unsigned, ReachableSet> ReachableMap;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 13 #include <llvm/ADT/DenseMap.h>
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 14 #include <llvm/ADT/DenseMap.h>
  /external/clang/include/clang/AST/
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> &
  /external/llvm/include/llvm/IR/
PredIteratorCache.h 18 #include "llvm/ADT/DenseMap.h"
30 DenseMap<BasicBlock *, BasicBlock **> BlockToPredsMap;
31 DenseMap<BasicBlock *, unsigned> BlockToPredCountMap;
GVMaterializer.h 21 #include "llvm/ADT/DenseMap.h"
55 saveMDValueList(DenseMap<const Metadata *, unsigned> &MDValueToValIDMap,
  /external/llvm/include/llvm/Linker/
Linker.h 52 DenseMap<unsigned, MDNode *> *ValIDToTempMDMap = nullptr);
67 DenseMap<unsigned, MDNode *> *ValIDToTempMDMap);
  /external/clang/lib/Analysis/
BodyFarm.h 19 #include "llvm/ADT/DenseMap.h"
43 typedef llvm::DenseMap<const Decl *, Optional<Stmt *> > BodyMap;
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 14 #include <llvm/ADT/DenseMap.h>
  /external/clang/lib/CodeGen/
CGVTables.h 22 #include "llvm/ADT/DenseMap.h"
37 typedef llvm::DenseMap<BaseSubobject, uint64_t> VTableAddressPointsMapTy;
40 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t> SubVTTIndiciesMapTy;
45 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;
207 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo>::const_iterator
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
52 typedef DenseMap<Type*, unsigned> TypeMapType;
56 typedef DenseMap<const Value*, unsigned> ValueMapType;
65 typedef DenseMap<const Metadata *, unsigned> MetadataMapType;
72 typedef DenseMap<AttributeSet, unsigned> AttributeGroupMapType;
76 typedef DenseMap<AttributeSet, unsigned> AttributeMapType;
82 mutable DenseMap<const BasicBlock*, unsigned> GlobalBasicBlockIDs;
84 typedef DenseMap<const Instruction*, unsigned> InstructionMapType;
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 17 #include "llvm/ADT/DenseMap.h"
50 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
54 typedef llvm::DenseMap<const llvm::Value*, unsigned> ValueMapType;
61 typedef llvm::DenseMap<const llvm::Metadata *, unsigned> MetadataMapType;
66 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeGroupMapType;
70 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType;
76 mutable llvm::DenseMap<const llvm::BasicBlock*, unsigned> GlobalBasicBlockIDs;
78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;

Completed in 236 milliseconds

1 2 3 4 5 6 7 8 91011>>