LLVM 19.0.0git
Macros | Functions | Variables
SparcRegisterInfo.cpp File Reference
#include "SparcRegisterInfo.h"
#include "Sparc.h"
#include "SparcSubtarget.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "SparcGenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_REGINFO_TARGET_DESC
 

Functions

static void replaceFI (MachineFunction &MF, MachineBasicBlock::iterator II, MachineInstr &MI, const DebugLoc &dl, unsigned FIOperandNum, int Offset, unsigned FramePtr)
 

Variables

static cl::opt< boolReserveAppRegisters ("sparc-reserve-app-registers", cl::Hidden, cl::init(false), cl::desc("Reserve application registers (%g2-%g4)"))
 

Macro Definition Documentation

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 27 of file SparcRegisterInfo.cpp.

Function Documentation

◆ replaceFI()

static void replaceFI ( MachineFunction MF,
MachineBasicBlock::iterator  II,
MachineInstr MI,
const DebugLoc dl,
unsigned  FIOperandNum,
int  Offset,
unsigned  FramePtr 
)
static

Variable Documentation

◆ ReserveAppRegisters

cl::opt< bool > ReserveAppRegisters("sparc-reserve-app-registers", cl::Hidden, cl::init(false), cl::desc("Reserve application registers (%g2-%g4)")) ( "sparc-reserve-app-registers"  ,
cl::Hidden  ,
cl::init(false)  ,
cl::desc("Reserve application registers (%g2-%g4)")   
)
static