Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp165 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
166 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp361 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
362 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
474 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp356 if (MFI.getSavePoint()) { in convert()
358 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h770 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2050 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()