Home
last modified time | relevance | path

Searched refs:WebAssemblyFrameLowering (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp46 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()
[all …]
H A DWebAssemblyRegisterInfo.cpp91 if (MI.getOpcode() == WebAssemblyFrameLowering::getOpcAdd(MF)) { in eliminateFrameIndex()
101 WebAssemblyFrameLowering::getOpcConst(MF) && in eliminateFrameIndex()
125 TII->get(WebAssemblyFrameLowering::getOpcConst(MF)), in eliminateFrameIndex()
130 TII->get(WebAssemblyFrameLowering::getOpcAdd(MF)), in eliminateFrameIndex()
148 const WebAssemblyFrameLowering *TFI = getFrameLowering(MF); in getFrameRegister()
H A DWebAssemblyFrameLowering.h22 class WebAssemblyFrameLowering final : public TargetFrameLowering {
30 WebAssemblyFrameLowering() in WebAssemblyFrameLowering() function
H A DWebAssemblySubtarget.h54 WebAssemblyFrameLowering FrameLowering;
71 const WebAssemblyFrameLowering *getFrameLowering() const override { in getFrameLowering()
H A DCMakeLists.txt32 WebAssemblyFrameLowering.cpp
H A DWebAssemblyLateEHPrepare.cpp293 const auto *FrameLowering = static_cast<const WebAssemblyFrameLowering *>( in restoreStackPointer()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn47 "WebAssemblyFrameLowering.cpp",