Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp160 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
161 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp367 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
368 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
480 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp368 if (MFI.getSavePoint()) { in convert()
370 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h770 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2059 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()