Searched refs:getStackSlot (Results 1 – 3 of 3) sorted by relevance
155 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()164 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
1082 StackSlot = VRM.getStackSlot(Original); in spill()1502 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()1503 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
1097 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()1108 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()