LLVM 20.0.0git
|
#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 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 26 of file SystemZMCTargetDesc.cpp.
#define GET_INSTRINFO_MC_DESC |
Definition at line 25 of file SystemZMCTargetDesc.cpp.
#define GET_REGINFO_MC_DESC |
Definition at line 32 of file SystemZMCTargetDesc.cpp.
#define GET_SUBTARGETINFO_MC_DESC |
Definition at line 29 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 226 of file SystemZMCTargetDesc.cpp.
References OS.
|
static |
Definition at line 238 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 233 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 153 of file SystemZMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::MCCFIInstruction::cfiDefCfa(), llvm::SystemZMC::ELFCFAOffsetFromInitialSP, and MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 184 of file SystemZMCTargetDesc.cpp.
References MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 167 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 173 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 180 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC | ( | ) |
Definition at line 242 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().