OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DenseMap
(Results
1 - 25
of
822
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorExcludedConditionalDirectiveSkipMapping.h
13
#include "llvm/ADT/
DenseMap
.h"
21
using PreprocessorSkippedRangeMapping = llvm::
DenseMap
<unsigned, unsigned>;
26
llvm::
DenseMap
<const char *, const PreprocessorSkippedRangeMapping *>;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h
18
#include "llvm/ADT/
DenseMap
.h"
50
DenseMap
<SDValue, Register> &VRBaseMap);
56
DenseMap
<SDValue, Register> &VRBaseMap);
61
DenseMap
<SDValue, Register> &VRBaseMap);
70
DenseMap
<SDValue, Register> &VRBaseMap,
81
DenseMap
<SDValue, Register> &VRBaseMap,
92
void EmitSubregNode(SDNode *Node,
DenseMap
<SDValue, Register> &VRBaseMap,
100
DenseMap
<SDValue, Register> &VRBaseMap);
104
void EmitRegSequence(SDNode *Node,
DenseMap
<SDValue, Register> &VRBaseMap,
115
DenseMap
<SDValue, Register> &VRBaseMap)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
LayoutOverrideSource.h
52
llvm::
DenseMap
<const FieldDecl *, uint64_t> &FieldOffsets,
53
llvm::
DenseMap
<const CXXRecordDecl *, CharUnits> &BaseOffsets,
54
llvm::
DenseMap
<const CXXRecordDecl *,
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttrSubjectMatchRules.h
13
#include "llvm/ADT/
DenseMap
.h"
26
using ParsedSubjectMatchRuleSet = llvm::
DenseMap
<int, SourceRange>;
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Util.h
13
#include "llvm/ADT/
DenseMap
.h"
23
typedef llvm::
DenseMap
<const JobAction*, const char*> ArgStringMap;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h
13
#include "llvm/ADT/
DenseMap
.h"
83
DenseMap
<LexicalScope *, ScopeVars> ScopeVariables;
87
DenseMap
<LexicalScope *, LabelList> ScopeLabels;
90
DenseMap
<const MDNode *, DIE *> AbstractSPDies;
91
DenseMap
<const DINode *, std::unique_ptr<DbgEntity>> AbstractEntities;
96
DenseMap
<const MDNode *, DIE *> DITypeNodeToDieMap;
157
DenseMap
<LexicalScope *, ScopeVars> &getScopeVariables() {
161
DenseMap
<LexicalScope *, LabelList> &getScopeLabels() {
165
DenseMap
<const MDNode *, DIE *> &getAbstractSPDies() {
169
DenseMap
<const DINode *, std::unique_ptr<DbgEntity>> &getAbstractEntities()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
18
#include "llvm/ADT/
DenseMap
.h"
73
DenseMap
<const BasicBlock*, MachineBasicBlock *> MBBMap;
78
DenseMap
<const Value *, Register> ValueMap;
85
DenseMap
<Register, const Value*> VirtReg2Value;
92
DenseMap
<const Value *, Register> CatchPadExceptionPointers;
119
DenseMap
<const Value *, StatepointRelocationRecord>;
120
DenseMap
<const Instruction *, StatepointSpillMapTy> StatepointRelocationMaps;
125
DenseMap
<const AllocaInst*, int> StaticAllocaMap;
128
DenseMap
<const Argument*, int> ByValArgFrameIndexMap;
139
DenseMap
<Register, Register> RegFixups
[
all
...]
MachineModuleInfoImpls.h
17
#include "llvm/ADT/
DenseMap
.h"
31
DenseMap
<MCSymbol *, StubValueTy> GVStubs;
36
DenseMap
<MCSymbol *, StubValueTy> ThreadLocalGVStubs;
65
DenseMap
<MCSymbol *, StubValueTy> GVStubs;
87
DenseMap
<MCSymbol *, StubValueTy> GVStubs;
WinEHFuncInfo.h
16
#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
<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap;
SwiftErrorValueTracking.h
18
#include "llvm/ADT/
DenseMap
.h"
45
DenseMap
<std::pair<const MachineBasicBlock *, const Value *>, Register>
51
DenseMap
<std::pair<const MachineBasicBlock *, const Value *>, Register>
56
llvm::
DenseMap
<PointerIntPair<const Instruction *, 1, bool>, Register>
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFRelocMap.h
12
#include "llvm/ADT/
DenseMap
.h"
34
using RelocAddrMap =
DenseMap
<uint64_t, RelocAddrEntry>;
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.h
31
typedef llvm::
DenseMap
<int32_t, llvm::SmallVector<uint64_t, 0>>
33
typedef llvm::
DenseMap
<uint32_t, std::pair<uint64_t, uint64_t>>
35
typedef llvm::
DenseMap
<uint8_t, std::pair<uint64_t, uint64_t>>
48
Optional<llvm::
DenseMap
<int32_t, RecursionStatus>> RecursionDepth;
50
typedef llvm::
DenseMap
<uint32_t, FunctionStack> PerThreadFunctionStackMap;
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
MacroExpansionContext.h
15
#include "llvm/ADT/
DenseMap
.h"
105
using ExpansionMap = llvm::
DenseMap
<SourceLocation, MacroExpansionText>;
106
using ExpansionRangeMap = llvm::
DenseMap
<SourceLocation, SourceLocation>;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.h
28
#include "llvm/ADT/
DenseMap
.h"
55
using CachedResultsTy =
DenseMap
<ValuePairTy, bool>;
59
DenseMap
<const Value *, WeakTrackingVH> UnderlyingObjCPtrCache;
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h
19
#include "llvm/ADT/
DenseMap
.h"
33
using ReachableMap = llvm::
DenseMap
<unsigned, ReachableSet>;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h
49
DenseMap
<Value *, Constant *> &SimplifiedValues,
65
DenseMap
<Value *, SimplifiedAddress> SimplifiedAddresses;
79
DenseMap
<Value *, Constant *> &SimplifiedValues;
PhiValues.h
22
#include "llvm/ADT/
DenseMap
.h"
80
DenseMap
<const PHINode *, unsigned int> DepthMap;
83
DenseMap
<unsigned int, ValueSet> NonPhiReachableMap;
86
DenseMap
<unsigned int, ConstValueSet> ReachableMap;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h
130
DenseMap
<const Value *, const RuntimeCheckingPtrGroup *> PtrToGroup;
133
DenseMap
<const RuntimeCheckingPtrGroup *, MDNode *> GroupToScope;
136
DenseMap
<const RuntimeCheckingPtrGroup *, MDNode *>
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTTBuilder.h
20
#include "llvm/ADT/
DenseMap
.h"
92
using AddressPointsMapTy = llvm::
DenseMap
<BaseSubobject, uint64_t>;
95
llvm::
DenseMap
<BaseSubobject, uint64_t> SubVTTIndicies;
99
llvm::
DenseMap
<BaseSubobject, uint64_t> SecondaryVirtualPointerIndices;
151
const llvm::
DenseMap
<BaseSubobject, uint64_t> &getSubVTTIndicies() const {
156
const llvm::
DenseMap
<BaseSubobject, uint64_t> &
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayout.h
15
#include "llvm/ADT/
DenseMap
.h"
138
llvm::
DenseMap
<const FieldDecl *, unsigned> FieldInfo;
142
llvm::
DenseMap
<const FieldDecl *, CGBitFieldInfo> BitFields;
146
llvm::
DenseMap
<const CXXRecordDecl *, unsigned> NonVirtualBases;
149
llvm::
DenseMap
<const CXXRecordDecl *, unsigned> CompleteObjectVirtualBases;
219
llvm::
DenseMap
<const FieldDecl *, CGBitFieldInfo>::const_iterator
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIParser.h
16
#include "llvm/ADT/
DenseMap
.h"
167
DenseMap
<unsigned, MachineBasicBlock *> MBBSlots;
168
DenseMap
<Register, VRegInfo *> VRegInfos;
170
DenseMap
<unsigned, int> FixedStackObjectSlots;
171
DenseMap
<unsigned, int> StackObjectSlots;
172
DenseMap
<unsigned, unsigned> ConstantPoolSlots;
173
DenseMap
<unsigned, unsigned> JumpTableSlots;
176
DenseMap
<unsigned, const Value *> Slots2Values;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp
14
#include "llvm/ADT/
DenseMap
.h"
73
DenseMap
<MachineBasicBlock*, unsigned> &BlockToInstOffset);
75
DenseMap
<MachineBasicBlock*, unsigned> &BlockToInstOffset);
77
DenseMap
<MachineBasicBlock*, unsigned> &BlockToInstOffset);
104
DenseMap
<MachineBasicBlock*, unsigned> &OffsetMap) {
133
DenseMap
<MachineBasicBlock*, unsigned> BlockToInstOffset;
144
DenseMap
<MachineBasicBlock*, unsigned> &BlockToInstOffset) {
194
DenseMap
<MachineBasicBlock*, unsigned> &BlockToInstOffset) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
16
#include "llvm/ADT/
DenseMap
.h"
115
DenseMap
<unsigned, unsigned> CPEClones;
123
DenseMap
<const MachineBasicBlock*, unsigned> CoalescedWeights;
225
DenseMap
<unsigned, unsigned>::const_iterator I = CPEClones.find(CloneIdx);
232
DenseMap
<const MachineBasicBlock*, unsigned>::iterator getCoalescedWeight(
257
DenseMap
<unsigned, unsigned> EHPrologueRemappedRegs;
258
DenseMap
<unsigned, unsigned> EHPrologueOffsetInRegs;
/src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp
65
llvm::
DenseMap
<const FieldDecl *, uint64_t> &FieldOffsets,
66
llvm::
DenseMap
<const CXXRecordDecl *, CharUnits> &BaseOffsets,
67
llvm::
DenseMap
<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) {
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.h
72
llvm::
DenseMap
<const ParmVarDecl *, unsigned> Params;
88
llvm::
DenseMap
<LabelTy, unsigned> LabelOffsets;
90
llvm::
DenseMap
<LabelTy, llvm::SmallVector<unsigned, 5>> LabelRelocs;
Completed in 131 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Mar 02 05:31:46 UTC 2026