LLVM 20.0.0git
|
#include "SystemZMCTargetDesc.h"
#include "SystemZGNUInstPrinter.h"
#include "SystemZHLASMInstPrinter.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 MCAsmInfo * | createSystemZMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) |
static MCInstrInfo * | createSystemZMCInstrInfo () |
static MCRegisterInfo * | createSystemZMCRegisterInfo (const Triple &TT) |
static MCSubtargetInfo * | createSystemZMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS) |
static MCInstPrinter * | createSystemZMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) |
static MCTargetStreamer * | createAsmTargetStreamer (MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint) |
static MCTargetStreamer * | createObjectTargetStreamer (MCStreamer &S, const MCSubtargetInfo &STI) |
static MCTargetStreamer * | createNullTargetStreamer (MCStreamer &S) |
LLVM_EXTERNAL_VISIBILITY void | LLVMInitializeSystemZTargetMC () |
#define ENABLE_INSTR_PREDICATE_VERIFIER |
Definition at line 27 of file SystemZMCTargetDesc.cpp.
#define GET_INSTRINFO_MC_DESC |
Definition at line 26 of file SystemZMCTargetDesc.cpp.
#define GET_REGINFO_MC_DESC |
Definition at line 33 of file SystemZMCTargetDesc.cpp.
#define GET_SUBTARGETINFO_MC_DESC |
Definition at line 30 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 230 of file SystemZMCTargetDesc.cpp.
References OS.
|
static |
Definition at line 242 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 237 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 154 of file SystemZMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::MCCFIInstruction::cfiDefCfa(), llvm::SystemZMC::ELFCFAOffsetFromInitialSP, and MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 185 of file SystemZMCTargetDesc.cpp.
References llvm::AD_HLASM, and MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 168 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 174 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 181 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC | ( | ) |
Definition at line 246 of file SystemZMCTargetDesc.cpp.
References createAsmTargetStreamer(), createNullTargetStreamer(), createObjectTargetStreamer(), llvm::createSystemZMCAsmBackend(), createSystemZMCAsmInfo(), llvm::createSystemZMCCodeEmitter(), createSystemZMCInstPrinter(), createSystemZMCInstrInfo(), createSystemZMCRegisterInfo(), createSystemZMCSubtargetInfo(), llvm::getTheSystemZTarget(), llvm::TargetRegistry::RegisterAsmTargetStreamer(), llvm::TargetRegistry::RegisterMCAsmBackend(), llvm::TargetRegistry::RegisterMCAsmInfo(), llvm::TargetRegistry::RegisterMCCodeEmitter(), llvm::TargetRegistry::RegisterMCInstPrinter(), llvm::TargetRegistry::RegisterMCInstrInfo(), llvm::TargetRegistry::RegisterMCRegInfo(), llvm::TargetRegistry::RegisterMCSubtargetInfo(), llvm::TargetRegistry::RegisterNullTargetStreamer(), and llvm::TargetRegistry::RegisterObjectTargetStreamer().