LLVM 19.0.0git
Namespaces | Macros | Functions | Variables
SystemZMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include <memory>
#include "SystemZGenRegisterInfo.inc"
#include "SystemZGenInstrInfo.inc"
#include "SystemZGenSubtargetInfo.inc"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::SystemZMC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_INSTRINFO_MC_HELPER_DECLS
 
#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)
 
unsigned llvm::SystemZMC::getRegAsVR128 (unsigned Reg)
 
MCCodeEmitterllvm::createSystemZMCCodeEmitter (const MCInstrInfo &MCII, MCContext &Ctx)
 
MCAsmBackendllvm::createSystemZMCAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
std::unique_ptr< MCObjectTargetWriterllvm::createSystemZELFObjectWriter (uint8_t OSABI)
 
std::unique_ptr< MCObjectTargetWriterllvm::createSystemZGOFFObjectWriter ()
 

Variables

const int64_t llvm::SystemZMC::ELFCallFrameSize = 160
 
const int64_t llvm::SystemZMC::ELFCFAOffsetFromInitialSP = ELFCallFrameSize
 
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 99 of file SystemZMCTargetDesc.h.

◆ GET_INSTRINFO_MC_HELPER_DECLS

#define GET_INSTRINFO_MC_HELPER_DECLS

Definition at line 100 of file SystemZMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 95 of file SystemZMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 103 of file SystemZMCTargetDesc.h.