Home
last modified time | relevance | path

Searched refs:IndexedMap (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h29 class IndexedMap {
41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function
43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap;
58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
62 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
DMachineRegisterInfo.h74 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>;
DLiveRangeCalc.h56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
DFunctionLoweringInfo.h286 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
DLiveVariables.h119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
DLiveIntervals.h68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.h56 using FCmpLibcallsMapTy = IndexedMap<FCmpLibcallsList>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h20 IndexedMap<unsigned> RegSpillOffsets;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
DRegAllocGreedy.cpp253 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;