Searched refs:getStackSlot (Results 1 – 3 of 3) sorted by relevance
177 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()187 int getStackSlot(Register virtReg) const { in getStackSlot() function
1537 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()1548 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()1851 } else if (VRM->getStackSlot(Reg) != VirtRegMap::NO_STACK_SLOT) { in emitDebugValues()1869 Builder.addFrameIndex(VRM->getStackSlot(Reg)); in emitDebugValues()
1222 StackSlot = VRM.getStackSlot(Original); in spill()1642 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()1643 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()