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.h163 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
172 int getStackSlot(Register virtReg) const { in getStackSlot() function
H A DMachineFunction.h472 int getStackSlot() const { return std::get<int>(Address); }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp246 SlotDebugMap[DI.getStackSlot()].insert(DI.Var); in genSlotDbgMapping()
H A DInlineSpiller.cpp1281 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()
H A DLiveDebugVariables.cpp1584 } 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()
H A DStackColoring.cpp916 int Slot = VI.getStackSlot(); in remapInstructions()
H A DMIRPrinter.cpp509 int Idx = DebugVar.getStackSlot(); in convertStackObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1568 PreviousMMI->addFrameIndexExpr(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
1588 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()
H A DCodeViewDebug.cpp1318 TFI->getFrameIndexReference(*Asm->MF, VI.getStackSlot(), FrameReg); in collectVariableInfoFromMFTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11959 auto I = ArgCopyElisionFrameIndexMap.find(VI.getStackSlot()); in LowerArguments()