Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp126 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal() function in WebAssemblyFrameLowering
148 writeSPToGlobal(WebAssembly::SP32, MF, MBB, I, DL); in eliminateCallFramePseudoInstr()
221 writeSPToGlobal(WebAssembly::SP32, MF, MBB, InsertPt, DL); in emitPrologue()
260 writeSPToGlobal(SPReg, MF, MBB, InsertPt, DL); in emitEpilogue()
H A DWebAssemblyFrameLowering.h52 void writeSPToGlobal(unsigned SrcReg, MachineFunction &MF,
H A DWebAssemblyEHRestoreStackPointer.cpp83 FrameLowering->writeSPToGlobal(WebAssembly::SP32, MF, MBB, InsertPos, in runOnMachineFunction()