Searched refs:Virt2StackSlotMap (Results 1 – 2 of 2) sorted by relevance
69 Virt2StackSlotMap.clear(); in runOnMachineFunction()80 Virt2StackSlotMap.resize(NumRegs); in grow()122 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()125 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()130 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()135 Virt2StackSlotMap[virtReg.id()] = SS; in assignVirt2StackSlot()151 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()152 OS << '[' << printReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable77 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()190 return Virt2StackSlotMap[virtReg.id()]; in getStackSlot()