Searched refs:RevMap (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 131 SmallVector<SmallVector<int, 4>, 16> &RevMap, 255 SmallVector<SmallVector<int, 4>, 16> &RevMap, in ColorSlotsWithFreeRegs() argument 273 for (unsigned j = 0, ee = RevMap[SS].size(); j != ee; ++j) { in ColorSlotsWithFreeRegs() 274 int RSS = RevMap[SS][j]; in ColorSlotsWithFreeRegs() 374 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots() local 386 RevMap[NewSS].push_back(SS); in ColorSlots() 408 Changed |= ColorSlotsWithFreeRegs(SlotMapping, RevMap, SlotIsReg); in ColorSlots()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVUtil.h | 147 typename RevMapTy::const_iterator Loc = Map.RevMap.find(Key); 148 if (Loc == Map.RevMap.end()) 164 RevMap[V2] = V1; in add() 170 RevMapTy RevMap; member
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 281 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots() local 292 RevMap[NewSS].push_back(SS); in ColorSlots()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 327 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots() local 338 RevMap[NewSS].push_back(SS); in ColorSlots()
|