Home
last modified time | relevance | path

Searched refs:getStackSlot (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h159 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
168 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h238 if (getStackSlot(virtReg) == NO_STACK_SLOT && in isAssignedReg()
248 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
DVirtRegRewriter.cpp993 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()
DSpiller.cpp219 int SS = vrm->getStackSlot(LRE.getReg()); in spill()
DLiveDebugVariables.cpp892 } 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()
DRenderMachineFunction.cpp583 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) { in getLiveStateAt()
595 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) { in getLiveStateAt()
DLiveIntervalAnalysis.cpp1339 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()
DRegAllocLinearScan.cpp1255 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval()
1403 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval()
DRegAllocPBQP.cpp493 int stackSlot = vrm->getStackSlot(spilled->reg); in addStackInterval()
DInlineSpiller.cpp1258 StackSlot = VRM.getStackSlot(Original); in spill()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1027 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()
DLiveDebugVariables.cpp930 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()
932 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()