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/ |
D | IndexedMap.h | 29 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/ |
D | VirtRegMap.h | 52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap; 58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; 62 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
|
D | MachineRegisterInfo.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>;
|
D | LiveRangeCalc.h | 56 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
|
D | FunctionLoweringInfo.h | 286 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveVariables.h | 119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
D | LiveIntervals.h | 68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.h | 56 using FCmpLibcallsMapTy = IndexedMap<FCmpLibcallsList>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.h | 20 IndexedMap<unsigned> RegSpillOffsets;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
D | RegAllocGreedy.cpp | 253 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
|