Home
last modified time | relevance | path

Searched refs:getSavePoint (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp177 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
178 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp419 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
420 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
548 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp370 if (MFI.getSavePoint()) { in convert()
372 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h811 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2071 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()