Searched refs:getStackSlot (Results 1 – 10 of 10) sorted by relevance
163 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()172 int getStackSlot(Register virtReg) const { in getStackSlot() function
472 int getStackSlot() const { return std::get<int>(Address); }
246 SlotDebugMap[DI.getStackSlot()].insert(DI.Var); in genSlotDbgMapping()
1281 if (VRM.getStackSlot(Reg) == VirtRegMap::NO_STACK_SLOT) in spillAll()1314 StackSlot = VRM.getStackSlot(Original); in spill()1737 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()1738 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
1584 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()1595 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()1898 } else if (VRM->getStackSlot(Reg) != VirtRegMap::NO_STACK_SLOT) { in emitDebugValues()1916 Builder.addFrameIndex(VRM->getStackSlot(Reg)); in emitDebugValues()
916 int Slot = VI.getStackSlot(); in remapInstructions()
509 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
1568 PreviousMMI->addFrameIndexExpr(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()1588 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
1318 TFI->getFrameIndexReference(*Asm->MF, VI.getStackSlot(), FrameReg); in collectVariableInfoFromMFTable()
11959 auto I = ArgCopyElisionFrameIndexMap.find(VI.getStackSlot()); in LowerArguments()