Go to the documentation of this file.
13 #ifndef LLVM_LIB_TARGET_ARC_ARCREGISTERINFO_H
14 #define LLVM_LIB_TARGET_ARC_ARCREGISTERINFO_H
18 #define GET_REGINFO_HEADER
19 #include "ARCGenRegisterInfo.inc"
23 class TargetInstrInfo;
40 unsigned FIOperandNum,
55 #endif // LLVM_LIB_TARGET_ARC_ARCREGISTERINFO_H
void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
bool useFPForScavengingIndex(const MachineFunction &MF) const override
Register getFrameRegister(const MachineFunction &MF) const override
static bool needsFrameMoves(const MachineFunction &MF)
Return whether to emit frame moves.
bool requiresRegisterScavenging(const MachineFunction &MF) const override
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
const MCPhysReg * getCalleeSavedRegs(const MachineFunction *MF) const override
Code Generation virtual methods...
BitVector getReservedRegs(const MachineFunction &MF) const override
const uint32_t * getCallPreservedMask(const MachineFunction &MF, CallingConv::ID CC) const override
Wrapper class representing virtual and physical registers.