Searched refs:Virt2StackSlotMap (Results 1 – 2 of 2) sorted by relevance
63 Virt2StackSlotMap.clear(); in runOnMachineFunction()73 Virt2StackSlotMap.resize(NumRegs); in grow()104 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()107 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()112 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()117 Virt2StackSlotMap[virtReg] = SS; in assignVirt2StackSlot()133 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()134 OS << '[' << PrintReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { } in VirtRegMap()170 return Virt2StackSlotMap[virtReg]; in getStackSlot()