35#define DEBUG_TYPE "mips-reg-info"
37#define GET_REGINFO_TARGET_DESC
38#include "MipsGenRegisterInfo.inc"
46 unsigned Kind)
const {
50 switch (PtrClassKind) {
52 return ABI.ArePtrs64bit() ? &Mips::GPR64RegClass : &Mips::GPR32RegClass;
54 return &Mips::GPRMM16RegClass;
56 return ABI.ArePtrs64bit() ? &Mips::SP64RegClass : &Mips::SP32RegClass;
58 return ABI.ArePtrs64bit() ? &Mips::GP64RegClass : &Mips::GP32RegClass;
67 switch (RC->
getID()) {
70 case Mips::GPR32RegClassID:
71 case Mips::GPR64RegClassID:
72 case Mips::DSPRRegClassID: {
74 return 28 - TFI->
hasFP(MF);
76 case Mips::FGR32RegClassID:
78 case Mips::AFGR64RegClassID:
80 case Mips::FGR64RegClassID:
94 if (
F.hasFnAttribute(
"interrupt")) {
96 return Subtarget.
hasMips64r6() ? CSR_Interrupt_64R6_SaveList
97 : CSR_Interrupt_64_SaveList;
99 return Subtarget.
hasMips32r6() ? CSR_Interrupt_32R6_SaveList
100 : CSR_Interrupt_32_SaveList;
104 return CSR_SingleFloatOnly_SaveList;
107 return CSR_N64_SaveList;
110 return CSR_N32_SaveList;
113 return CSR_O32_FP64_SaveList;
116 return CSR_O32_FPXX_SaveList;
118 return CSR_O32_SaveList;
126 return CSR_SingleFloatOnly_RegMask;
129 return CSR_N64_RegMask;
132 return CSR_N32_RegMask;
135 return CSR_O32_FP64_RegMask;
138 return CSR_O32_FPXX_RegMask;
140 return CSR_O32_RegMask;
144 return CSR_Mips16RetHelper_RegMask;
149 static const MCPhysReg ReservedGPR32[] = {
150 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP
153 static const MCPhysReg ReservedGPR64[] = {
154 Mips::ZERO_64, Mips::K0_64, Mips::K1_64, Mips::SP_64
181 for (
MCPhysReg Reg : Mips::AFGR64RegClass)
185 for (
MCPhysReg Reg : Mips::FGR64RegClass)
217 for (
MCPhysReg Reg : Mips::MSACtrlRegClass)
250 errs() <<
"<--------->\n"
253 int FrameIndex =
MI.getOperand(FIOperandNum).getIndex();
258 <<
"spOffset : " << spOffset <<
"\n"
259 <<
"stackSize : " << stackSize <<
"\n"
264 eliminateFI(
MI, FIOperandNum, FrameIndex, stackSize, spOffset);
276 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
278 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
279 (IsN64 ? Mips::SP_64 : Mips::SP);
294 unsigned FP = Subtarget.
isGP32bit() ? Mips::FP : Mips::FP_64;
295 unsigned BP = Subtarget.
isGP32bit() ? Mips::S7 : Mips::S7_64;
This file implements the BitVector class.
uint64_t IntrinsicInst * II
SI optimize exec mask operations pre RA
bool hasFnAttribute(Attribute::AttrKind Kind) const
Return true if the function has the attribute.
bool hasVarSizedObjects() const
This method may be called any time after instruction selection is complete to determine if the stack ...
uint64_t getStackSize() const
Return the number of bytes that must be allocated to hold all of the fixed size frame objects.
Align getObjectAlign(int ObjectIdx) const
Return the alignment of the specified stack object.
int64_t getObjectOffset(int ObjectIdx) const
Return the assigned stack offset of the specified object from the incoming stack pointer.
const TargetSubtargetInfo & getSubtarget() const
getSubtarget - Return the subtarget for which this machine code is being compiled.
StringRef getName() const
getName - Return the name of the corresponding LLVM function.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
Function & getFunction()
Return the LLVM function that this machine code represents.
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
const TargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
Representation of each machine instruction.
bool canReserveReg(MCRegister PhysReg) const
canReserveReg - Returns true if PhysReg can be used as a reserved register.
MipsFunctionInfo - This class is derived from MachineFunction private Mips target-specific informatio...
static unsigned getPICCallReg()
Get PIC indirect call register.
const uint32_t * getCallPreservedMask(const MachineFunction &MF, CallingConv::ID) const override
Register getFrameRegister(const MachineFunction &MF) const override
Debug information queries.
bool eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
Stack Frame Processing Methods.
unsigned getRegPressureLimit(const TargetRegisterClass *RC, MachineFunction &MF) const override
static const uint32_t * getMips16RetHelperMask()
bool canRealignStack(const MachineFunction &MF) const override
BitVector getReservedRegs(const MachineFunction &MF) const override
const TargetRegisterClass * getPointerRegClass(const MachineFunction &MF, unsigned Kind) const override
Code Generation virtual methods...
@ StackPointer
The stack pointer only.
@ Default
The default register class for integer values.
@ GlobalPointer
The global pointer only.
@ GPR16MM
The subset of registers permitted in certain microMIPS instructions such as lw16.
const MCPhysReg * getCalleeSavedRegs(const MachineFunction *MF) const override
Mips Callee Saved Registers.
bool inMips16Mode() const
bool isSingleFloat() const
bool useSmallSection() const
bool isTargetNaCl() const
const TargetFrameLowering * getFrameLowering() const override
Wrapper class representing virtual and physical registers.
Information about stack frame layout on the target.
bool hasFP(const MachineFunction &MF) const
hasFP - Return true if the specified function should have a dedicated frame pointer register.
virtual bool hasReservedCallFrame(const MachineFunction &MF) const
hasReservedCallFrame - Under normal circumstances, when a frame pointer is not required,...
unsigned getID() const
Return the register class ID number.
virtual bool canRealignStack(const MachineFunction &MF) const
True if the stack can be realigned for the target.
virtual const TargetFrameLowering * getFrameLowering() const
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
This is an optimization pass for GlobalISel generic memory operations.
raw_fd_ostream & errs()
This returns a reference to a raw_ostream for standard error.