Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp52 WebAssemblyFrameLowering::getLocalForStackObject(MachineFunction &MF, in getLocalForStackObject()
91 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
99 bool WebAssemblyFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl()
121 bool WebAssemblyFrameLowering::hasReservedCallFrame( in hasReservedCallFrame()
128 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame()
145 bool WebAssemblyFrameLowering::needsPrologForEH( in needsPrologForEH()
155 bool WebAssemblyFrameLowering::needsSP(const MachineFunction &MF) const { in needsSP()
163 bool WebAssemblyFrameLowering::needsSPWriteback( in needsSPWriteback()
179 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { in getSPReg()
185 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { in getFPReg()
[all …]
H A DWebAssemblyRegisterInfo.cpp89 if (MI.getOpcode() == WebAssemblyFrameLowering::getOpcAdd(MF)) { in eliminateFrameIndex()
99 WebAssemblyFrameLowering::getOpcConst(MF) && in eliminateFrameIndex()
123 TII->get(WebAssemblyFrameLowering::getOpcConst(MF)), in eliminateFrameIndex()
128 TII->get(WebAssemblyFrameLowering::getOpcAdd(MF)), in eliminateFrameIndex()
147 const WebAssemblyFrameLowering *TFI = getFrameLowering(MF); in getFrameRegister()
H A DWebAssemblyFrameLowering.h22 class WebAssemblyFrameLowering final : public TargetFrameLowering {
30 WebAssemblyFrameLowering() in WebAssemblyFrameLowering() function
H A DWebAssemblySubtarget.h61 WebAssemblyFrameLowering FrameLowering;
78 const WebAssemblyFrameLowering *getFrameLowering() const override { in getFrameLowering()
H A DWebAssemblyLateEHPrepare.cpp383 const auto *FrameLowering = static_cast<const WebAssemblyFrameLowering *>( in restoreStackPointer()
H A DWebAssemblyISelDAGToDAG.cpp105 WebAssemblyFrameLowering::getLocalForStackObject(*MF, Idx); in INITIALIZE_PASS()
H A DWebAssemblyISelLowering.cpp1710 return WebAssemblyFrameLowering::getLocalForStackObject(MF, FI->getIndex()); in IsWebAssemblyLocal()