LLVM  8.0.1
Namespaces | Macros | Functions | Variables
SystemZMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include <memory>
#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
 This class represents lattice values for constants.
 
 llvm::SystemZMC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

Targetllvm::getTheSystemZTarget ()
 
unsigned llvm::SystemZMC::getFirstReg (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGR64 (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGR32 (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsGRH32 (unsigned Reg)
 
unsigned llvm::SystemZMC::getRegAsVR128 (unsigned Reg)
 
MCCodeEmitterllvm::createSystemZMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCAsmBackendllvm::createSystemZMCAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
std::unique_ptr< MCObjectTargetWriterllvm::createSystemZObjectWriter (uint8_t OSABI)
 

Variables

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]
 
const unsigned llvm::SystemZMC::VR32Regs [32]
 
const unsigned llvm::SystemZMC::VR64Regs [32]
 
const unsigned llvm::SystemZMC::VR128Regs [32]
 
const unsigned llvm::SystemZMC::AR32Regs [16]
 
const unsigned llvm::SystemZMC::CR64Regs [16]
 

Macro Definition Documentation

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 105 of file SystemZMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 101 of file SystemZMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 108 of file SystemZMCTargetDesc.h.