LLVM API Documentation
Functions | |
unsigned | getFirstReg (unsigned Reg) |
unsigned | getRegAsGR64 (unsigned Reg) |
unsigned | getRegAsGR32 (unsigned Reg) |
unsigned | getRegAsGRH32 (unsigned Reg) |
Variables | |
const int64_t | CallFrameSize = 160 |
const int64_t | CFAOffsetFromInitialSP = CallFrameSize |
const unsigned | GR32Regs [16] |
const unsigned | GRH32Regs [16] |
const unsigned | GR64Regs [16] |
const unsigned | GR128Regs [16] |
const unsigned | FP32Regs [16] |
const unsigned | FP64Regs [16] |
const unsigned | FP128Regs [16] |
Definition at line 79 of file SystemZMCTargetDesc.cpp.
References FP128Regs, FP32Regs, FP64Regs, GR128Regs, GR32Regs, GR64Regs, GRH32Regs, and I.
Referenced by getRegAsGR32(), getRegAsGR64(), and getRegAsGRH32().
Definition at line 62 of file SystemZMCTargetDesc.h.
References getFirstReg(), and GR32Regs.
Referenced by llvm::SystemZAsmPrinter::EmitInstruction(), and lowerRILow().
Definition at line 57 of file SystemZMCTargetDesc.h.
References getFirstReg(), and GR64Regs.
Referenced by lowerRIEfLow().
Definition at line 67 of file SystemZMCTargetDesc.h.
References getFirstReg(), and GRH32Regs.
Referenced by llvm::SystemZAsmPrinter::EmitInstruction(), and lowerRIHigh().
const int64_t llvm::SystemZMC::CallFrameSize = 160 |
Definition at line 33 of file SystemZMCTargetDesc.h.
Referenced by llvm::SystemZFrameLowering::getAllocatedStackSize(), llvm::SystemZTargetLowering::LowerCall(), and llvm::SystemZFrameLowering::processFunctionBeforeFrameFinalized().
const int64_t llvm::SystemZMC::CFAOffsetFromInitialSP = CallFrameSize |
Definition at line 36 of file SystemZMCTargetDesc.h.
Referenced by createSystemZMCAsmInfo(), and llvm::SystemZFrameLowering::emitPrologue().
const unsigned llvm::SystemZMC::FP128Regs |
Definition at line 72 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeFP128BitRegisterClass(), getFirstReg(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::FP32Regs |
Definition at line 58 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeFP32BitRegisterClass(), getFirstReg(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::FP64Regs |
Definition at line 65 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeFP64BitRegisterClass(), getFirstReg(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::GR128Regs |
Definition at line 51 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeGR128BitRegisterClass(), getFirstReg(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::GR32Regs |
Definition at line 30 of file SystemZMCTargetDesc.cpp.
Referenced by decodeBDAddr32Disp12Operand(), decodeBDAddr32Disp20Operand(), DecodeGR32BitRegisterClass(), getFirstReg(), getRegAsGR32(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::GR64Regs |
Definition at line 44 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeADDR64BitRegisterClass(), decodeBDAddr64Disp12Operand(), decodeBDAddr64Disp20Operand(), decodeBDLAddr64Disp12Len8Operand(), decodeBDXAddr64Disp12Operand(), decodeBDXAddr64Disp20Operand(), DecodeGR64BitRegisterClass(), getFirstReg(), getRegAsGR64(), and llvm::SystemZTargetLowering::getRegForInlineAsmConstraint().
const unsigned llvm::SystemZMC::GRH32Regs |
Definition at line 37 of file SystemZMCTargetDesc.cpp.
Referenced by DecodeGRH32BitRegisterClass(), getFirstReg(), and getRegAsGRH32().