Lines Matching refs:WebAssemblyFrameLowering
54 WebAssemblyFrameLowering::getLocalForStackObject(MachineFunction &MF, in getLocalForStackObject()
94 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
102 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
124 bool WebAssemblyFrameLowering::hasReservedCallFrame( in hasReservedCallFrame()
131 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame()
140 bool WebAssemblyFrameLowering::needsPrologForEH( in needsPrologForEH()
150 bool WebAssemblyFrameLowering::needsSP(const MachineFunction &MF) const { in needsSP()
158 bool WebAssemblyFrameLowering::needsSPWriteback( in needsSPWriteback()
174 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { in getSPReg()
180 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { in getFPReg()
187 WebAssemblyFrameLowering::getOpcConst(const MachineFunction &MF) { in getOpcConst()
193 unsigned WebAssemblyFrameLowering::getOpcAdd(const MachineFunction &MF) { in getOpcAdd()
199 unsigned WebAssemblyFrameLowering::getOpcSub(const MachineFunction &MF) { in getOpcSub()
205 unsigned WebAssemblyFrameLowering::getOpcAnd(const MachineFunction &MF) { in getOpcAnd()
212 WebAssemblyFrameLowering::getOpcGlobGet(const MachineFunction &MF) { in getOpcGlobGet()
219 WebAssemblyFrameLowering::getOpcGlobSet(const MachineFunction &MF) { in getOpcGlobSet()
225 void WebAssemblyFrameLowering::writeSPToGlobal( in writeSPToGlobal()
239 WebAssemblyFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
254 void WebAssemblyFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
324 void WebAssemblyFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
365 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID()
376 WebAssemblyFrameLowering::getDwarfFrameBase(const MachineFunction &MF) const { in getDwarfFrameBase()