OpenASIP
2.0
|
#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"
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 |
#define ADDIMM TCE::ADDrri |
Definition at line 70 of file TCERegisterInfo.cc.
#define GET_REGINFO_MC_DESC |
Definition at line 58 of file TCERegisterInfo.cc.
#define GET_REGINFO_TARGET_DESC |
Definition at line 59 of file TCERegisterInfo.cc.
#define INTEGER_REG_CLASS TCE::R32IRegsRegClass |
Definition at line 72 of file TCERegisterInfo.cc.
#define SUBIMM TCE::SUBrri |
Definition at line 71 of file TCERegisterInfo.cc.