LLVM  8.0.1
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 MCInstPrintercreateSystemZMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
void LLVMInitializeSystemZTargetMC ()
 

Macro Definition Documentation

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 21 of file SystemZMCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 27 of file SystemZMCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 24 of file SystemZMCTargetDesc.cpp.

Function Documentation

◆ createSystemZMCAsmInfo()

static MCAsmInfo* createSystemZMCAsmInfo ( const MCRegisterInfo MRI,
const Triple TT 
)
static

◆ createSystemZMCInstPrinter()

static MCInstPrinter* createSystemZMCInstPrinter ( const Triple T,
unsigned  SyntaxVariant,
const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI 
)
static

Definition at line 176 of file SystemZMCTargetDesc.cpp.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCInstrInfo()

static MCInstrInfo* createSystemZMCInstrInfo ( )
static

Definition at line 159 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCRegisterInfo()

static MCRegisterInfo* createSystemZMCRegisterInfo ( const Triple TT)
static

Definition at line 165 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCSubtargetInfo()

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

Definition at line 172 of file SystemZMCTargetDesc.cpp.

Referenced by LLVMInitializeSystemZTargetMC().

◆ LLVMInitializeSystemZTargetMC()

void LLVMInitializeSystemZTargetMC ( )