Searched refs:writeSPToGlobal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 126 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 D | WebAssemblyFrameLowering.h | 52 void writeSPToGlobal(unsigned SrcReg, MachineFunction &MF,
|
| H A D | WebAssemblyEHRestoreStackPointer.cpp | 83 FrameLowering->writeSPToGlobal(WebAssembly::SP32, MF, MBB, InsertPos, in runOnMachineFunction()
|