LLVM API Documentation

Public Member Functions
llvm::SystemZMachineFunctionInfo Class Reference

#include <SystemZMachineFunctionInfo.h>

Inheritance diagram for llvm::SystemZMachineFunctionInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::SystemZMachineFunctionInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SystemZMachineFunctionInfo (MachineFunction &MF)
unsigned getLowSavedGPR () const
void setLowSavedGPR (unsigned Reg)
unsigned getHighSavedGPR () const
void setHighSavedGPR (unsigned Reg)
unsigned getVarArgsFirstGPR () const
void setVarArgsFirstGPR (unsigned GPR)
unsigned getVarArgsFirstFPR () const
void setVarArgsFirstFPR (unsigned FPR)
unsigned getVarArgsFrameIndex () const
void setVarArgsFrameIndex (unsigned FI)
unsigned getRegSaveFrameIndex () const
void setRegSaveFrameIndex (unsigned FI)
bool getManipulatesSP () const
void setManipulatesSP (bool MSP)

Detailed Description

Definition at line 17 of file SystemZMachineFunctionInfo.h.


Constructor & Destructor Documentation

Definition at line 28 of file SystemZMachineFunctionInfo.h.


Member Function Documentation

Definition at line 62 of file SystemZMachineFunctionInfo.h.

Definition at line 57 of file SystemZMachineFunctionInfo.h.

Definition at line 48 of file SystemZMachineFunctionInfo.h.

Definition at line 52 of file SystemZMachineFunctionInfo.h.

Definition at line 63 of file SystemZMachineFunctionInfo.h.


The documentation for this class was generated from the following files: