LLVM 22.0.0git
|
#include "SystemZMCTargetDesc.h"
#include "SystemZGNUInstPrinter.h"
#include "SystemZHLASMAsmStreamer.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/MCInstrAnalysis.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 "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.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 |
Variables | |
static cl::opt< bool > | GNUAsOnzOSCL ("emit-gnuas-syntax-on-zos", cl::desc("Emit GNU Assembly Syntax on z/OS."), cl::init(true)) |
#define ENABLE_INSTR_PREDICATE_VERIFIER |
Definition at line 31 of file SystemZMCTargetDesc.cpp.
#define GET_INSTRINFO_MC_DESC |
Definition at line 30 of file SystemZMCTargetDesc.cpp.
#define GET_REGINFO_MC_DESC |
Definition at line 37 of file SystemZMCTargetDesc.cpp.
#define GET_SUBTARGETINFO_MC_DESC |
Definition at line 34 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 203 of file SystemZMCTargetDesc.cpp.
References llvm::MCStreamer::getContext(), llvm::MCContext::getTargetTriple(), GNUAsOnzOSCL, llvm::Triple::isOSzOS(), and OS.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 235 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 227 of file SystemZMCTargetDesc.cpp.
References llvm::MCStreamer::getContext(), llvm::MCContext::getTargetTriple(), and llvm::Triple::isOSzOS().
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 212 of file SystemZMCTargetDesc.cpp.
References llvm::createAsmStreamer(), llvm::MCContext::getTargetTriple(), GNUAsOnzOSCL, and OS.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 161 of file SystemZMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::MCCFIInstruction::cfiDefCfa(), llvm::SystemZMC::ELFCFAOffsetFromInitialSP, and MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 192 of file SystemZMCTargetDesc.cpp.
References llvm::AD_HLASM, and MRI.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 239 of file SystemZMCTargetDesc.cpp.
References Info.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 175 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 181 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 188 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetMC | ( | ) |
Definition at line 244 of file SystemZMCTargetDesc.cpp.
References createAsmTargetStreamer(), createNullTargetStreamer(), createObjectTargetStreamer(), createSystemZAsmStreamer(), llvm::createSystemZMCAsmBackend(), createSystemZMCAsmInfo(), llvm::createSystemZMCCodeEmitter(), createSystemZMCInstPrinter(), createSystemZMCInstrAnalysis(), createSystemZMCInstrInfo(), createSystemZMCRegisterInfo(), createSystemZMCSubtargetInfo(), llvm::getTheSystemZTarget(), llvm::TargetRegistry::RegisterAsmStreamer(), llvm::TargetRegistry::RegisterAsmTargetStreamer(), llvm::TargetRegistry::RegisterMCAsmBackend(), llvm::TargetRegistry::RegisterMCAsmInfo(), llvm::TargetRegistry::RegisterMCCodeEmitter(), llvm::TargetRegistry::RegisterMCInstPrinter(), llvm::TargetRegistry::RegisterMCInstrAnalysis(), llvm::TargetRegistry::RegisterMCInstrInfo(), llvm::TargetRegistry::RegisterMCRegInfo(), llvm::TargetRegistry::RegisterMCSubtargetInfo(), llvm::TargetRegistry::RegisterNullTargetStreamer(), and llvm::TargetRegistry::RegisterObjectTargetStreamer().
|
static |
Referenced by createAsmTargetStreamer(), and createSystemZAsmStreamer().