Home
last modified time | relevance | path

Searched refs:RevMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp131 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/
DSPIRVUtil.h147 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/
DStackSlotColoring.cpp281 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/
DStackSlotColoring.cpp327 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots() local
338 RevMap[NewSS].push_back(SS); in ColorSlots()