Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp212 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
213 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp432 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
433 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
561 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp358 if (MFI.getSavePoint()) { in convertMFI()
360 StrOS << printMBBReference(*MFI.getSavePoint()); in convertMFI()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h828 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2081 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()