OpenASIP  2.0
Macros
TCERegisterInfo.cc File Reference
#include <assert.h>
#include "tce_config.h"
#include <llvm/IR/Type.h>
#include <llvm/IR/Function.h>
#include <llvm/CodeGen/MachineInstrBuilder.h>
#include <llvm/CodeGen/MachineFrameInfo.h>
#include <llvm/CodeGen/TargetInstrInfo.h>
#include <llvm/Target/TargetOptions.h>
#include <llvm/ADT/STLExtras.h>
#include <llvm/CodeGen/RegisterScavenging.h>
#include "TCEPlugin.hh"
#include "TCERegisterInfo.hh"
#include "TCETargetMachine.hh"
#include "TCEInstrInfo.hh"
#include "TCEString.hh"
#include "Application.hh"
#include "LLVMTCECmdLineOptions.hh"
#include "Exception.hh"
#include "TCEFrameInfo.hh"
#include "TCEGenRegisterInfo.inc"
#include "ArgRegs.hh"
Include dependency graph for TCERegisterInfo.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GET_REGINFO_MC_DESC
 
#define GET_REGINFO_TARGET_DESC
 
#define ADDIMM   TCE::ADDrri
 
#define SUBIMM   TCE::SUBrri
 
#define INTEGER_REG_CLASS   TCE::R32IRegsRegClass
 

Macro Definition Documentation

◆ ADDIMM

#define ADDIMM   TCE::ADDrri

Definition at line 70 of file TCERegisterInfo.cc.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 58 of file TCERegisterInfo.cc.

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 59 of file TCERegisterInfo.cc.

◆ INTEGER_REG_CLASS

#define INTEGER_REG_CLASS   TCE::R32IRegsRegClass

Definition at line 72 of file TCERegisterInfo.cc.

◆ SUBIMM

#define SUBIMM   TCE::SUBrri

Definition at line 71 of file TCERegisterInfo.cc.