LLVM 19.0.0git
Macros | Functions
SystemZMCTargetDesc.cpp File Reference
#include "SystemZMCTargetDesc.h"
#include "SystemZInstPrinter.h"
#include "SystemZMCAsmInfo.h"
#include "SystemZTargetStreamer.h"
#include "TargetInfo/SystemZTargetInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "SystemZGenInstrInfo.inc"
#include "SystemZGenSubtargetInfo.inc"
#include "SystemZGenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_INSTRINFO_MC_DESC
 
#define ENABLE_INSTR_PREDICATE_VERIFIER
 
#define GET_SUBTARGETINFO_MC_DESC
 
#define GET_REGINFO_MC_DESC
 

Functions

static MCAsmInfocreateSystemZMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options)
 
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)
 
static MCTargetStreamercreateAsmTargetStreamer (MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint, bool isVerboseAsm)
 
static MCTargetStreamercreateObjectTargetStreamer (MCStreamer &S, const MCSubtargetInfo &STI)
 
static MCTargetStreamercreateNullTargetStreamer (MCStreamer &S)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC ()
 

Macro Definition Documentation

◆ ENABLE_INSTR_PREDICATE_VERIFIER

#define ENABLE_INSTR_PREDICATE_VERIFIER

Definition at line 26 of file SystemZMCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 25 of file SystemZMCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 32 of file SystemZMCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 29 of file SystemZMCTargetDesc.cpp.

Function Documentation

◆ createAsmTargetStreamer()

static MCTargetStreamer * createAsmTargetStreamer ( MCStreamer S,
formatted_raw_ostream OS,
MCInstPrinter InstPrint,
bool  isVerboseAsm 
)
static

Definition at line 227 of file SystemZMCTargetDesc.cpp.

References OS.

◆ createNullTargetStreamer()

static MCTargetStreamer * createNullTargetStreamer ( MCStreamer S)
static

Definition at line 240 of file SystemZMCTargetDesc.cpp.

◆ createObjectTargetStreamer()

static MCTargetStreamer * createObjectTargetStreamer ( MCStreamer S,
const MCSubtargetInfo STI 
)
static

Definition at line 235 of file SystemZMCTargetDesc.cpp.

◆ createSystemZMCAsmInfo()

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

◆ createSystemZMCInstPrinter()

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

Definition at line 184 of file SystemZMCTargetDesc.cpp.

References MRI.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCInstrInfo()

static MCInstrInfo * createSystemZMCInstrInfo ( )
static

Definition at line 167 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCRegisterInfo()

static MCRegisterInfo * createSystemZMCRegisterInfo ( const Triple TT)
static

Definition at line 173 of file SystemZMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeSystemZTargetMC().

◆ createSystemZMCSubtargetInfo()

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

Definition at line 180 of file SystemZMCTargetDesc.cpp.

Referenced by LLVMInitializeSystemZTargetMC().

◆ LLVMInitializeSystemZTargetMC()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC ( )