LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions | Variables
SystemZMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include "SystemZGenRegisterInfo.inc"
#include "SystemZGenInstrInfo.inc"
#include "SystemZGenSubtargetInfo.inc"
Include dependency graph for SystemZMCTargetDesc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::SystemZMC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

unsigned llvm::SystemZMC::getFirstReg (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGR64 (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGR32 (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGRH32 (unsigned Reg)
 
MCCodeEmitterllvm::createSystemZMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx)
 
MCAsmBackendllvm::createSystemZMCAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU)
 
MCObjectWriterllvm::createSystemZObjectWriter (raw_ostream &OS, uint8_t OSABI)
 

Variables

Target llvm::TheSystemZTarget
 
const int64_t llvm::SystemZMC::CallFrameSize = 160
 
const int64_t llvm::SystemZMC::CFAOffsetFromInitialSP = CallFrameSize
 
const unsigned llvm::SystemZMC::GR32Regs [16]
 
const unsigned llvm::SystemZMC::GRH32Regs [16]
 
const unsigned llvm::SystemZMC::GR64Regs [16]
 
const unsigned llvm::SystemZMC::GR128Regs [16]
 
const unsigned llvm::SystemZMC::FP32Regs [16]
 
const unsigned llvm::SystemZMC::FP64Regs [16]
 
const unsigned llvm::SystemZMC::FP128Regs [16]
 

Macro Definition Documentation

#define GET_INSTRINFO_ENUM

Definition at line 90 of file SystemZMCTargetDesc.h.

#define GET_REGINFO_ENUM

Definition at line 86 of file SystemZMCTargetDesc.h.

#define GET_SUBTARGETINFO_ENUM

Definition at line 93 of file SystemZMCTargetDesc.h.