Searched refs:Virt2StackSlotMap (Results 1 – 2 of 2) sorted by relevance
70 Virt2StackSlotMap.clear(); in runOnMachineFunction()81 Virt2StackSlotMap.resize(NumRegs); in grow()129 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()132 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()137 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()142 Virt2StackSlotMap[virtReg.id()] = SS; in assignVirt2StackSlot()158 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()159 OS << '[' << printReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable76 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()189 return Virt2StackSlotMap[virtReg.id()]; in getStackSlot()