Home
last modified time | relevance | path

Searched refs:WebAssemblyRegisterInfo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp35 WebAssemblyRegisterInfo::WebAssemblyRegisterInfo(const Triple &TT) in WebAssemblyRegisterInfo() function in WebAssemblyRegisterInfo
39 WebAssemblyRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { in getCalleeSavedRegs()
45 WebAssemblyRegisterInfo::getReservedRegs(const MachineFunction & /*MF*/) const { in getReservedRegs()
53 void WebAssemblyRegisterInfo::eliminateFrameIndex( in eliminateFrameIndex()
139 WebAssemblyRegisterInfo::getFrameRegister(const MachineFunction &MF) const { in getFrameRegister()
153 WebAssemblyRegisterInfo::getPointerRegClass(const MachineFunction &MF, in getPointerRegClass()
H A DWebAssemblyRegisterInfo.h28 class WebAssemblyRegisterInfo final : public WebAssemblyGenRegisterInfo {
32 explicit WebAssemblyRegisterInfo(const Triple &TT);
H A DWebAssemblyInstrInfo.h39 const WebAssemblyRegisterInfo RI;
44 const WebAssemblyRegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo()
H A DWebAssemblySubtarget.h80 const WebAssemblyRegisterInfo *getRegisterInfo() const override { in getRegisterInfo()
H A DCMakeLists.txt45 WebAssemblyRegisterInfo.cpp
H A DWebAssembly.td75 include "WebAssemblyRegisterInfo.td"
H A DWebAssemblyRegisterInfo.td1 //WebAssemblyRegisterInfo.td-Describe the WebAssembly Registers -*- tablegen -*-
H A DWebAssemblyRegStackify.cpp562 const WebAssemblyInstrInfo *TII, const WebAssemblyRegisterInfo *TRI) { in rematerializeCheapDef()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn65 "WebAssemblyRegisterInfo.cpp",