Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp170 assert(MFI.getRestorePoint() && "Both restore and save must be set"); in calculateSaveRestoreBlocks()
171 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in calculateSaveRestoreBlocks()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h826 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp369 if (MFI.getRestorePoint()) { in convert()
371 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp91 if (MachineBasicBlock *RestorePt = SrcMFI.getRestorePoint()) in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2069 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in processFunctionBeforeFrameFinalized()