Searched refs:IndexedMap (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
29 class IndexedMap { class in namespace:llvm
41 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
43 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h16 #include "llvm/ADT/IndexedMap.h"
56 using FCmpLibcallsMapTy = IndexedMap<FCmpLibcallsList>;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h19 #include "llvm/ADT/IndexedMap.h"
52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap;
58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
62 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
H A DLiveRangeCalc.h27 #include "llvm/ADT/IndexedMap.h"
56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
H A DLiveVariables.h32 #include "llvm/ADT/IndexedMap.h"
119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
H A DFunctionLoweringInfo.h19 #include "llvm/ADT/IndexedMap.h"
286 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
H A DMachineRegisterInfo.h19 #include "llvm/ADT/IndexedMap.h"
74 IndexedMap<std::pair<RegClassOrRegBank, MachineOperand *>,
80 IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name;
101 IndexedMap<std::pair<unsigned, SmallVector<unsigned, 4>>,
138 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
H A DLiveIntervals.h23 #include "llvm/ADT/IndexedMap.h"
68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h12 #include "llvm/ADT/IndexedMap.h"
20 IndexedMap<unsigned> RegSpillOffsets;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp66 #include "llvm/ADT/IndexedMap.h"
98 IndexedMap<OpData>
101 IndexedMap<OpData>
105 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap,
106 IndexedMap<OpData> &DestMap)
116 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
124 IndexedMap<OpData> &SourceOperandMap);
128 IndexedMap<OpData> &SourceOperandMap,
129 IndexedMap<OpData> &DestOperandMap,
192 IndexedMap<OpDat
[all...]
H A DPseudoLoweringEmitter.cpp11 #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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp17 #include "llvm/ADT/IndexedMap.h"
81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
H A DRegAllocGreedy.cpp24 #include "llvm/ADT/IndexedMap.h"
253 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp32 #include "llvm/ADT/IndexedMap.h"
4218 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers;

Completed in 173 milliseconds