LLVM  8.0.1
Namespaces | Macros | Enumerations | Variables
MipsRegisterBankInfo.cpp File Reference

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

#include "MipsInstrInfo.h"
#include "MipsRegisterBankInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "MipsGenRegisterBank.inc"
Include dependency graph for MipsRegisterBankInfo.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::Mips
 

Macros

#define GET_TARGET_REGBANK_IMPL
 
#define DEBUG_TYPE   "registerbankinfo"
 

Enumerations

enum  llvm::Mips::PartialMappingIdx { llvm::Mips::PMI_GPR, llvm::Mips::PMI_Min = PMI_GPR }
 
enum  llvm::Mips::ValueMappingIdx { llvm::Mips::InvalidIdx = 0, llvm::Mips::GPRIdx = 1 }
 

Variables

RegisterBankInfo::PartialMapping llvm::Mips::PartMappings []
 
RegisterBankInfo::ValueMapping llvm::Mips::ValueMappings []
 

Detailed Description

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

Todo:
This should be generated by TableGen.

Definition in file MipsRegisterBankInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "registerbankinfo"

Definition at line 20 of file MipsRegisterBankInfo.cpp.

◆ GET_TARGET_REGBANK_IMPL

#define GET_TARGET_REGBANK_IMPL

Definition at line 18 of file MipsRegisterBankInfo.cpp.