Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp165 assert(MFI.getRestorePoint() && "Both restore and save must be set"); in calculateSaveRestoreBlocks()
166 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in calculateSaveRestoreBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp361 assert(MFI.getRestorePoint() && "Both restore and save must be set"); in calculateSaveRestoreBlocks()
362 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in calculateSaveRestoreBlocks()
484 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness()
DMIRPrinter.cpp351 if (MFI.getRestorePoint()) { in convert()
353 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h791 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1854 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in processFunctionBeforeFrameFinalized()