Lines Matching refs:WebAssemblyFrameLowering
46 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
54 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
76 bool WebAssemblyFrameLowering::hasReservedCallFrame( in hasReservedCallFrame()
83 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame()
92 bool WebAssemblyFrameLowering::needsPrologForEH( in needsPrologForEH()
102 bool WebAssemblyFrameLowering::needsSP(const MachineFunction &MF) const { in needsSP()
110 bool WebAssemblyFrameLowering::needsSPWriteback( in needsSPWriteback()
126 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { in getSPReg()
132 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { in getFPReg()
139 WebAssemblyFrameLowering::getOpcConst(const MachineFunction &MF) { in getOpcConst()
145 unsigned WebAssemblyFrameLowering::getOpcAdd(const MachineFunction &MF) { in getOpcAdd()
151 unsigned WebAssemblyFrameLowering::getOpcSub(const MachineFunction &MF) { in getOpcSub()
157 unsigned WebAssemblyFrameLowering::getOpcAnd(const MachineFunction &MF) { in getOpcAnd()
164 WebAssemblyFrameLowering::getOpcGlobGet(const MachineFunction &MF) { in getOpcGlobGet()
171 WebAssemblyFrameLowering::getOpcGlobSet(const MachineFunction &MF) { in getOpcGlobSet()
177 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal()
191 WebAssemblyFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
206 void WebAssemblyFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
276 void WebAssemblyFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
318 WebAssemblyFrameLowering::getDwarfFrameBase(const MachineFunction &MF) const { in getDwarfFrameBase()