Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h177 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
187 int getStackSlot(Register virtReg) const { in getStackSlot() function
H A DMachineFunction.h440 int getStackSlot() const { return std::get<int>(Address); }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp257 SlotDebugMap[DI.getStackSlot()].insert(DI.Var); in genSlotDbgMapping()
H A DLiveDebugVariables.cpp1538 } 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()
H A DInlineSpiller.cpp1290 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()
H A DStackColoring.cpp911 int Slot = VI.getStackSlot(); in remapInstructions()
H A DMIRPrinter.cpp515 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1558 PreviousMMI->addFrameIndexExpr(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
1578 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
H A DCodeViewDebug.cpp1311 TFI->getFrameIndexReference(*Asm->MF, VI.getStackSlot(), FrameReg); in collectVariableInfoFromMFTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11807 auto I = ArgCopyElisionFrameIndexMap.find(VI.getStackSlot()); in LowerArguments()