Searched refs:getStackSlot (Results 1 – 15 of 15) sorted by relevance
155 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()164 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
159 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()168 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
238 if (getStackSlot(virtReg) == NO_STACK_SLOT && in isAssignedReg()248 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
993 if (VRM.getStackSlot(VirtReg) == SS) { in FoldsStackSlotModRef()1402 FoldedSS = VRM->getStackSlot(UnfoldVR); in OptimizeByUnfold()1436 int SS = VRM->getStackSlot(VirtReg); in OptimizeByUnfold()1807 ? VRM->getReMatId(VirtReg) : VRM->getStackSlot(VirtReg); in InsertRestores()1904 int StackSlot = VRM->getStackSlot(VirtReg); in InsertSpills()2006 ? VRM->getReMatId(VirtReg) : VRM->getStackSlot(VirtReg); in ProcessUses()2345 int SS = VRM->getStackSlot(VirtReg); in RewriteMBB()2552 int StackSlot = VRM->getStackSlot(VirtReg); in RewriteMBB()
892 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT && in rewriteLocations()893 VRM.isSpillSlotUsed(VRM.getStackSlot(VirtReg))) { in rewriteLocations()895 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
219 int SS = vrm->getStackSlot(LRE.getReg()); in spill()
583 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) { in getLiveStateAt()595 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) { in getLiveStateAt()
1339 vrm.getStackSlot(NewVReg) == VirtRegMap::NO_STACK_SLOT) { in rewriteInstructionForSpills()1785 Slot = vrm.getStackSlot(li.reg); in addIntervalsForSpills()1862 if (vrm.getStackSlot(li.reg) == VirtRegMap::NO_STACK_SLOT) in addIntervalsForSpills()1868 Slot = vrm.getStackSlot(li.reg); in addIntervalsForSpills()
1255 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval()1403 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval()
493 int stackSlot = vrm->getStackSlot(spilled->reg); in addStackInterval()
1258 StackSlot = VRM.getStackSlot(Original); in spill()
1027 StackSlot = VRM.getStackSlot(Original); in spill()1373 int Slot = VRM.getStackSlot(Reg); in hoistAllSpills()1452 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()1453 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
930 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()932 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
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()
1067 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()1069 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()