Searched refs:Virt2StackSlotMap (Results 1 – 2 of 2) sorted by relevance
69 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()
58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable73 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()168 return Virt2StackSlotMap[virtReg.id()]; in getStackSlot()