LLVM  4.0.0
Macros | Functions
SystemZMCTargetDesc.cpp File Reference
#include "SystemZMCTargetDesc.h"
#include "InstPrinter/SystemZInstPrinter.h"
#include "SystemZMCAsmInfo.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/TargetRegistry.h"
#include "SystemZGenInstrInfo.inc"
#include "SystemZGenSubtargetInfo.inc"
#include "SystemZGenRegisterInfo.inc"
Include dependency graph for SystemZMCTargetDesc.cpp:

Go to the source code of this file.

Macros

#define GET_INSTRINFO_MC_DESC
 
#define GET_SUBTARGETINFO_MC_DESC
 
#define GET_REGINFO_MC_DESC
 

Functions

static MCAsmInfocreateSystemZMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TT)
 
static MCInstrInfocreateSystemZMCInstrInfo ()
 
static MCRegisterInfocreateSystemZMCRegisterInfo (const Triple &TT)
 
static MCSubtargetInfocreateSystemZMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS)
 
static void adjustCodeGenOpts (const Triple &TT, Reloc::Model RM, CodeModel::Model &CM)
 
static MCInstPrintercreateSystemZMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
void LLVMInitializeSystemZTargetMC ()
 

Macro Definition Documentation

#define GET_INSTRINFO_MC_DESC

Definition at line 21 of file SystemZMCTargetDesc.cpp.

#define GET_REGINFO_MC_DESC

Definition at line 27 of file SystemZMCTargetDesc.cpp.

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 24 of file SystemZMCTargetDesc.cpp.

Function Documentation

static void adjustCodeGenOpts ( const Triple TT,
Reloc::Model  RM,
CodeModel::Model CM 
)
static
static MCAsmInfo* createSystemZMCAsmInfo ( const MCRegisterInfo MRI,
const Triple TT 
)
static
static MCInstPrinter* createSystemZMCInstPrinter ( const Triple T,
unsigned  SyntaxVariant,
const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI 
)
static

Definition at line 206 of file SystemZMCTargetDesc.cpp.

Referenced by LLVMInitializeSystemZTargetMC().

static MCInstrInfo* createSystemZMCInstrInfo ( )
static

Definition at line 152 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

static MCRegisterInfo* createSystemZMCRegisterInfo ( const Triple TT)
static

Definition at line 158 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

static MCSubtargetInfo* createSystemZMCSubtargetInfo ( const Triple TT,
StringRef  CPU,
StringRef  FS 
)
static

Definition at line 165 of file SystemZMCTargetDesc.cpp.

Referenced by LLVMInitializeSystemZTargetMC().

void LLVMInitializeSystemZTargetMC ( )