Searched refs:getStackSlot (Results 1 – 10 of 10) sorted by relevance
177 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()187 int getStackSlot(Register virtReg) const { in getStackSlot() function
440 int getStackSlot() const { return std::get<int>(Address); }
257 SlotDebugMap[DI.getStackSlot()].insert(DI.Var); in genSlotDbgMapping()
1538 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()1549 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()1852 } else if (VRM->getStackSlot(Reg) != VirtRegMap::NO_STACK_SLOT) { in emitDebugValues()1870 Builder.addFrameIndex(VRM->getStackSlot(Reg)); in emitDebugValues()
1290 StackSlot = VRM.getStackSlot(Original); in spill()1709 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()1710 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
911 int Slot = VI.getStackSlot(); in remapInstructions()
515 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
1558 PreviousMMI->addFrameIndexExpr(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()1578 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
1311 TFI->getFrameIndexReference(*Asm->MF, VI.getStackSlot(), FrameReg); in collectVariableInfoFromMFTable()
11807 auto I = ArgCopyElisionFrameIndexMap.find(VI.getStackSlot()); in LowerArguments()