Home
last modified time | relevance | path

Searched refs:restoreFrame (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h78 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
H A DMips16FrameLowering.cpp106 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI); in emitEpilogue()
H A DMips16InstrInfo.cpp240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame() function in Mips16InstrInfo