Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerSGPRSpills.cpp177 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
178 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPrologEpilogInserter.cpp406 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
407 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
535 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
HDMIRPrinter.cpp373 if (MFI.getSavePoint()) { in convert()
375 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h823 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp2078 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()