Home
last modified time | relevance | path

Searched refs:setRestorePoint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp587 MFI.setRestorePoint(Restore); in runOnMachineFunction()
DPrologEpilogInserter.cpp291 MFI.setRestorePoint(nullptr); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h792 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp669 MFI.setRestorePoint(MBB); in initializeFrameInfo()