LLVM
8.0.1
|
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"
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 [] |
This file implements the targeting of the RegisterBankInfo class for Mips.
Definition in file MipsRegisterBankInfo.cpp.
#define DEBUG_TYPE "registerbankinfo" |
Definition at line 20 of file MipsRegisterBankInfo.cpp.
#define GET_TARGET_REGBANK_IMPL |
Definition at line 18 of file MipsRegisterBankInfo.cpp.