Home
last modified time | relevance | path

Searched refs:Virt2StackSlotMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp69 Virt2StackSlotMap.clear(); in runOnMachineFunction()
79 Virt2StackSlotMap.resize(NumRegs); in grow()
121 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
124 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()
129 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
134 Virt2StackSlotMap[virtReg.id()] = SS; in assignVirt2StackSlot()
150 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
151 OS << '[' << printReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable
73 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()
168 return Virt2StackSlotMap[virtReg.id()]; in getStackSlot()