LLVM 19.0.0git
Classes | Namespaces | Macros | Enumerations | Functions
ARMBaseRegisterInfo.h File Reference
#include "MCTargetDesc/ARMBaseInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/MC/MCRegisterInfo.h"
#include <cstdint>
#include "ARMGenRegisterInfo.inc"

Go to the source code of this file.

Classes

class  llvm::ARMBaseRegisterInfo
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::ARMRI
 Register allocation hints.
 

Macros

#define GET_REGINFO_HEADER
 

Enumerations

enum  { llvm::ARMRI::RegPairOdd = 1 , llvm::ARMRI::RegPairEven = 2 , llvm::ARMRI::RegLR = 3 }
 

Functions

static bool llvm::isARMArea1Register (unsigned Reg, bool SplitFramePushPop)
 isARMArea1Register - Returns true if the register is a low register (r0-r7) or a stack/pc register that we should push/pop.
 
static bool llvm::isARMArea2Register (unsigned Reg, bool SplitFramePushPop)
 
static bool llvm::isSplitFPArea1Register (unsigned Reg, bool SplitFramePushPop)
 
static bool llvm::isSplitFPArea2Register (unsigned Reg, bool SplitFramePushPop)
 
static bool llvm::isARMArea3Register (unsigned Reg, bool SplitFramePushPop)
 
static bool llvm::isCalleeSavedRegister (unsigned Reg, const MCPhysReg *CSRegs)
 

Macro Definition Documentation

◆ GET_REGINFO_HEADER

#define GET_REGINFO_HEADER

Definition at line 24 of file ARMBaseRegisterInfo.h.