|
LLVM
4.0.0
|
#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"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 MCAsmInfo * | createSystemZMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TT) |
| static MCInstrInfo * | createSystemZMCInstrInfo () |
| static MCRegisterInfo * | createSystemZMCRegisterInfo (const Triple &TT) |
| static MCSubtargetInfo * | createSystemZMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS) |
| static void | adjustCodeGenOpts (const Triple &TT, Reloc::Model RM, CodeModel::Model &CM) |
| static MCInstPrinter * | createSystemZMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) |
| void | LLVMInitializeSystemZTargetMC () |
| #define GET_INSTRINFO_MC_DESC |
Definition at line 21 of file SystemZMCTargetDesc.cpp.
| #define GET_REGINFO_MC_DESC |
Definition at line 27 of file SystemZMCTargetDesc.cpp.
| #define GET_SUBTARGETINFO_MC_DESC |
Definition at line 24 of file SystemZMCTargetDesc.cpp.
|
static |
Definition at line 169 of file SystemZMCTargetDesc.cpp.
References llvm::CodeModel::Default, llvm::CodeModel::JITDefault, llvm::CodeModel::Medium, llvm::Reloc::PIC_, and llvm::CodeModel::Small.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 141 of file SystemZMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::SystemZMC::CFAOffsetFromInitialSP, llvm::MCCFIInstruction::createDefCfa(), and llvm::MCRegisterInfo::getDwarfRegNum().
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 206 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 152 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 158 of file SystemZMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializeSystemZTargetMC().
|
static |
Definition at line 165 of file SystemZMCTargetDesc.cpp.
Referenced by LLVMInitializeSystemZTargetMC().
| void LLVMInitializeSystemZTargetMC | ( | ) |
Definition at line 214 of file SystemZMCTargetDesc.cpp.
References adjustCodeGenOpts(), llvm::createSystemZMCAsmBackend(), createSystemZMCAsmInfo(), llvm::createSystemZMCCodeEmitter(), createSystemZMCInstPrinter(), createSystemZMCInstrInfo(), createSystemZMCRegisterInfo(), createSystemZMCSubtargetInfo(), llvm::getTheSystemZTarget(), llvm::TargetRegistry::registerMCAdjustCodeGenOpts(), llvm::TargetRegistry::RegisterMCAsmBackend(), llvm::TargetRegistry::RegisterMCAsmInfo(), llvm::TargetRegistry::RegisterMCCodeEmitter(), llvm::TargetRegistry::RegisterMCInstPrinter(), llvm::TargetRegistry::RegisterMCInstrInfo(), llvm::TargetRegistry::RegisterMCRegInfo(), and llvm::TargetRegistry::RegisterMCSubtargetInfo().
1.8.6