Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp225 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal() function in WebAssemblyFrameLowering
249 writeSPToGlobal(getSPReg(MF), MF, MBB, I, DL); in eliminateCallFramePseudoInstr()
320 writeSPToGlobal(getSPReg(MF), MF, MBB, InsertPt, DL); in emitPrologue()
362 writeSPToGlobal(SPReg, MF, MBB, InsertPt, DL); in emitEpilogue()
H A DWebAssemblyFrameLowering.h52 void writeSPToGlobal(unsigned SrcReg, MachineFunction &MF,
H A DWebAssemblyLateEHPrepare.cpp318 FrameLowering->writeSPToGlobal(FrameLowering->getSPReg(MF), MF, MBB, in restoreStackPointer()