37#define DEBUG_TYPE "mips-reg-info"
39#define GET_REGINFO_TARGET_DESC
40#include "MipsGenRegisterInfo.inc"
48 unsigned Kind)
const {
52 switch (PtrClassKind) {
54 return ABI.ArePtrs64bit() ? &Mips::GPR64RegClass : &Mips::GPR32RegClass;
56 return &Mips::GPRMM16RegClass;
58 return ABI.ArePtrs64bit() ? &Mips::SP64RegClass : &Mips::SP32RegClass;
60 return ABI.ArePtrs64bit() ? &Mips::GP64RegClass : &Mips::GP32RegClass;
69 switch (RC->
getID()) {
72 case Mips::GPR32RegClassID:
73 case Mips::GPR64RegClassID:
74 case Mips::DSPRRegClassID: {
76 return 28 - TFI->
hasFP(MF);
78 case Mips::FGR32RegClassID:
80 case Mips::AFGR64RegClassID:
82 case Mips::FGR64RegClassID:
96 if (
F.hasFnAttribute(
"interrupt")) {
98 return Subtarget.
hasMips64r6() ? CSR_Interrupt_64R6_SaveList
99 : CSR_Interrupt_64_SaveList;
101 return Subtarget.
hasMips32r6() ? CSR_Interrupt_32R6_SaveList
102 : CSR_Interrupt_32_SaveList;
106 return CSR_SingleFloatOnly_SaveList;
109 return CSR_N64_SaveList;
112 return CSR_N32_SaveList;
115 return CSR_O32_FP64_SaveList;
118 return CSR_O32_FPXX_SaveList;
120 return CSR_O32_SaveList;
128 return CSR_SingleFloatOnly_RegMask;
131 return CSR_N64_RegMask;
134 return CSR_N32_RegMask;
137 return CSR_O32_FP64_RegMask;
140 return CSR_O32_FPXX_RegMask;
142 return CSR_O32_RegMask;
146 return CSR_Mips16RetHelper_RegMask;
151 static const MCPhysReg ReservedGPR32[] = {
152 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP
155 static const MCPhysReg ReservedGPR64[] = {
156 Mips::ZERO_64, Mips::K0_64, Mips::K1_64, Mips::SP_64
183 for (
MCPhysReg Reg : Mips::AFGR64RegClass)
187 for (
MCPhysReg Reg : Mips::FGR64RegClass)
219 for (
MCPhysReg Reg : Mips::MSACtrlRegClass)
252 errs() <<
"<--------->\n"
255 int FrameIndex =
MI.getOperand(FIOperandNum).getIndex();
260 <<
"spOffset : " << spOffset <<
"\n"
261 <<
"stackSize : " << stackSize <<
"\n"
266 eliminateFI(
MI, FIOperandNum, FrameIndex, stackSize, spOffset);
278 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
280 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
281 (IsN64 ? Mips::SP_64 : Mips::SP);
296 unsigned FP = Subtarget.
isGP32bit() ? Mips::FP : Mips::FP_64;
297 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.
const LLVMTargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
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.
virtual bool hasReservedCallFrame(const MachineFunction &MF) const
hasReservedCallFrame - Under normal circumstances, when a frame pointer is not required,...
virtual bool hasFP(const MachineFunction &MF) const =0
hasFP - Return true if the specified function should have a dedicated frame pointer register.
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.