Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp54 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()
139 bool WebAssemblyFrameLowering::needsPrologForEH( in needsPrologForEH()
149 bool WebAssemblyFrameLowering::needsSP(const MachineFunction &MF) const { in needsSP()
157 bool WebAssemblyFrameLowering::needsSPWriteback( in needsSPWriteback()
173 unsigned WebAssemblyFrameLowering::getSPReg(const MachineFunction &MF) { in getSPReg()
179 unsigned WebAssemblyFrameLowering::getFPReg(const MachineFunction &MF) { in getFPReg()
[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()
149 const WebAssemblyFrameLowering *TFI = getFrameLowering(MF); in getFrameRegister()
H A DWebAssemblyFrameLowering.h22 class WebAssemblyFrameLowering final : public TargetFrameLowering {
30 WebAssemblyFrameLowering() in WebAssemblyFrameLowering() function
H A DWebAssemblySubtarget.h56 WebAssemblyFrameLowering FrameLowering;
73 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()
H A DWebAssemblyISelDAGToDAG.cpp97 WebAssemblyFrameLowering::getLocalForStackObject(*MF, Idx); in INITIALIZE_PASS()
H A DWebAssemblyISelLowering.cpp1464 return WebAssemblyFrameLowering::getLocalForStackObject(MF, FI->getIndex()); in IsWebAssemblyLocal()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn48 "WebAssemblyFrameLowering.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6759 llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h