Searched refs:writeSPToGlobal (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFrameLowering.cpp | 177 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal() function in WebAssemblyFrameLowering 201 writeSPToGlobal(getSPReg(MF), MF, MBB, I, DL); in eliminateCallFramePseudoInstr() 272 writeSPToGlobal(getSPReg(MF), MF, MBB, InsertPt, DL); in emitPrologue() 314 writeSPToGlobal(SPReg, MF, MBB, InsertPt, DL); in emitEpilogue()
|
H A D | WebAssemblyFrameLowering.h | 51 void writeSPToGlobal(unsigned SrcReg, MachineFunction &MF,
|
H A D | WebAssemblyLateEHPrepare.cpp | 318 FrameLowering->writeSPToGlobal(FrameLowering->getSPReg(MF), MF, MBB, in restoreStackPointer()
|