Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp177 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
178 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp406 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
407 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
535 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp373 if (MFI.getSavePoint()) { in convert()
375 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h823 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2078 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()