LLVM 19.0.0git
Namespaces | Macros | Enumerations | Variables
M68kRegisterBankInfo.cpp File Reference

This file implements the targeting of the RegisterBankInfo class for M68k. More...

#include "M68kRegisterBankInfo.h"
#include "M68kInstrInfo.h"
#include "M68kSubtarget.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterBank.h"
#include "llvm/CodeGen/RegisterBankInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "M68kGenRegisterBank.inc"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::M68k
 Define some predicates that are used for node matching.
 

Macros

#define GET_TARGET_REGBANK_IMPL
 

Enumerations

enum  llvm::M68k::PartialMappingIdx { llvm::M68k::PMI_GPR , llvm::M68k::PMI_Min = PMI_GPR }
 
enum  llvm::M68k::ValueMappingIdx { llvm::M68k::InvalidIdx = 0 , llvm::M68k::GPR3OpsIdx = 1 }
 

Variables

const RegisterBankInfo::PartialMapping llvm::M68k::PartMappings []
 
const RegisterBankInfo::ValueMapping llvm::M68k::ValueMappings []
 

Detailed Description

This file implements the targeting of the RegisterBankInfo class for M68k.

Todo:
This should be generated by TableGen.

Definition in file M68kRegisterBankInfo.cpp.

Macro Definition Documentation

◆ GET_TARGET_REGBANK_IMPL

#define GET_TARGET_REGBANK_IMPL

Definition at line 21 of file M68kRegisterBankInfo.cpp.