LLVM  8.0.1
Macros | Functions
ARCRegisterInfo.cpp File Reference
#include "ARCRegisterInfo.h"
#include "ARC.h"
#include "ARCInstrInfo.h"
#include "ARCMachineFunctionInfo.h"
#include "ARCSubtarget.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/Debug.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "ARCGenRegisterInfo.inc"
Include dependency graph for ARCRegisterInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "arc-reg-info"
 
#define GET_REGINFO_TARGET_DESC
 

Functions

static void ReplaceFrameIndex (MachineBasicBlock::iterator II, const ARCInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, int StackSize, int ObjSize, RegScavenger *RS, int SPAdj)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "arc-reg-info"

Definition at line 34 of file ARCRegisterInfo.cpp.

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 36 of file ARCRegisterInfo.cpp.

Function Documentation

◆ ReplaceFrameIndex()

static void ReplaceFrameIndex ( MachineBasicBlock::iterator  II,
const ARCInstrInfo TII,
unsigned  Reg,
unsigned  FrameReg,
int  Offset,
int  StackSize,
int  ObjSize,
RegScavenger RS,
int  SPAdj 
)
static