OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexedMap
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/ADT/
IndexedMap.h
1
//===- llvm/ADT/
IndexedMap
.h - An index map implementation ------*- C++ -*-===//
31
class
IndexedMap
{
39
IndexedMap
() : nullVal_(T()) { }
41
explicit
IndexedMap
(const T& val) : nullVal_(val) { }
/external/llvm/include/llvm/CodeGen/
VirtRegMap.h
20
#include "llvm/ADT/
IndexedMap
.h"
51
IndexedMap
<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
57
IndexedMap
<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
61
IndexedMap
<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
FunctionLoweringInfo.h
20
#include "llvm/ADT/
IndexedMap
.h"
211
IndexedMap
<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
LiveVariables.h
33
#include "llvm/ADT/
IndexedMap
.h"
120
IndexedMap
<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
MachineRegisterInfo.h
18
#include "llvm/ADT/
IndexedMap
.h"
45
IndexedMap
<std::pair<const TargetRegisterClass*, MachineOperand*>,
55
IndexedMap
<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
LiveIntervalAnalysis.h
23
#include "llvm/ADT/
IndexedMap
.h"
65
IndexedMap
<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h
14
#include "llvm/ADT/
IndexedMap
.h"
22
IndexedMap
<unsigned> RegSpillOffsets;
/external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp
13
#include "llvm/ADT/
IndexedMap
.h"
38
IndexedMap
<OpData> OperandMap;
41
IndexedMap
<OpData> &m) :
56
IndexedMap
<OpData> &OperandMap,
74
IndexedMap
<OpData> &OperandMap, unsigned BaseIdx) {
152
IndexedMap
<OpData> OperandMap;
/external/llvm/lib/CodeGen/
LiveRangeCalc.h
26
#include "llvm/ADT/
IndexedMap
.h"
54
typedef
IndexedMap
<LiveOutPair, MBB2NumberFunctor> LiveOutMap;
RegAllocFast.cpp
18
#include "llvm/ADT/
IndexedMap
.h"
67
IndexedMap
<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
[
all
...]
RegAllocGreedy.cpp
135
IndexedMap
<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
[
all
...]
Completed in 1903 milliseconds