|
LLVM 23.0.0git
|
This file contains the WebAssembly implementation of the TargetRegisterInfo class. More...
#include "WebAssemblyRegisterInfo.h"#include "GISel/WebAssemblyRegisterBankInfo.h"#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"#include "WebAssemblyFrameLowering.h"#include "WebAssemblyInstrInfo.h"#include "WebAssemblyMachineFunctionInfo.h"#include "WebAssemblySubtarget.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/Target/TargetOptions.h"#include "WebAssemblyGenRegisterInfo.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "wasm-reg-info" |
| #define | GET_REGINFO_TARGET_DESC |
Functions | |
| static const TargetRegisterClass & | getRegClassForBank (const RegisterBank &RB) |
This file contains the WebAssembly implementation of the TargetRegisterInfo class.
Definition in file WebAssemblyRegisterInfo.cpp.
| #define DEBUG_TYPE "wasm-reg-info" |
Definition at line 29 of file WebAssemblyRegisterInfo.cpp.
| #define GET_REGINFO_TARGET_DESC |
Definition at line 31 of file WebAssemblyRegisterInfo.cpp.
|
static |
Definition at line 159 of file WebAssemblyRegisterInfo.cpp.
References llvm::RegisterBank::getID(), and llvm_unreachable.
Referenced by llvm::WebAssemblyRegisterInfo::getConstrainedRegClassForOperand().