LLVM 23.0.0git
WebAssemblyRegisterInfo.cpp File Reference

This file contains the WebAssembly implementation of the TargetRegisterInfo class. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-reg-info"
#define GET_REGINFO_TARGET_DESC

Functions

static const TargetRegisterClassgetRegClassForBank (const RegisterBank &RB)

Detailed Description

This file contains the WebAssembly implementation of the TargetRegisterInfo class.

Definition in file WebAssemblyRegisterInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-reg-info"

Definition at line 29 of file WebAssemblyRegisterInfo.cpp.

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 31 of file WebAssemblyRegisterInfo.cpp.

Function Documentation

◆ getRegClassForBank()