Lines Matching refs:WebAssemblyFrameLowering
54 WebAssemblyFrameLowering::getLocalForStackObject(MachineFunction &MF, in getLocalForStackObject()
93 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
101 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
123 bool WebAssemblyFrameLowering::hasReservedCallFrame( in hasReservedCallFrame()
130 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame()
147 bool WebAssemblyFrameLowering::needsPrologForEH( in needsPrologForEH()
157 bool WebAssemblyFrameLowering::needsSP(const MachineFunction &MF) const { in needsSP()
165 bool WebAssemblyFrameLowering::needsSPWriteback( in needsSPWriteback()
181 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { in getSPReg()
187 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { in getFPReg()
194 WebAssemblyFrameLowering::getOpcConst(const MachineFunction &MF) { in getOpcConst()
200 unsigned WebAssemblyFrameLowering::getOpcAdd(const MachineFunction &MF) { in getOpcAdd()
206 unsigned WebAssemblyFrameLowering::getOpcSub(const MachineFunction &MF) { in getOpcSub()
212 unsigned WebAssemblyFrameLowering::getOpcAnd(const MachineFunction &MF) { in getOpcAnd()
219 WebAssemblyFrameLowering::getOpcGlobGet(const MachineFunction &MF) { in getOpcGlobGet()
226 WebAssemblyFrameLowering::getOpcGlobSet(const MachineFunction &MF) { in getOpcGlobSet()
232 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal()
246 WebAssemblyFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
261 void WebAssemblyFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
331 void WebAssemblyFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
372 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID()
383 WebAssemblyFrameLowering::getDwarfFrameBase(const MachineFunction &MF) const { in getDwarfFrameBase()