LLVM API Documentation

Defines | Functions | Variables
SparcRegisterInfo.cpp File Reference
#include "SparcRegisterInfo.h"
#include "Sparc.h"
#include "SparcMachineFunctionInfo.h"
#include "SparcSubtarget.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "SparcGenRegisterInfo.inc"
Include dependency graph for SparcRegisterInfo.cpp:

Go to the source code of this file.

Defines

#define GET_REGINFO_TARGET_DESC

Functions

static void replaceFI (MachineFunction &MF, MachineBasicBlock::iterator II, MachineInstr &MI, 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)"))

Define Documentation

Definition at line 30 of file SparcRegisterInfo.cpp.


Function Documentation

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

Variable Documentation

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