LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::MaxConstantsTableTy Struct Reference

Collaboration diagram for llvm::MaxConstantsTableTy:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int getMaxConstantForInstr (unsigned llvmOpCode)
 MaxConstantsTableTy ()
unsigned size () const
int & operator[] (unsigned index)

Public Attributes

std::vector< int > tbl

Detailed Description

MaxConstantsTableTy - Table mapping LLVM opcodes to the max. immediate constant usable for that operation in the SparcV9 backend. Used by ConstantMayNotFitInImmedField().

Definition at line 791 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::MaxConstantsTableTy::MaxConstantsTableTy  ) 
 

Definition at line 828 of file SparcV9BurgISel.cpp.


Member Function Documentation

int llvm::MaxConstantsTableTy::getMaxConstantForInstr unsigned  llvmOpCode  ) 
 

Definition at line 802 of file SparcV9BurgISel.cpp.

int& llvm::MaxConstantsTableTy::operator[] unsigned  index  )  [inline]
 

Definition at line 799 of file SparcV9BurgISel.cpp.

unsigned llvm::MaxConstantsTableTy::size  )  const [inline]
 

Definition at line 798 of file SparcV9BurgISel.cpp.


Member Data Documentation

std::vector<int> llvm::MaxConstantsTableTy::tbl
 

Definition at line 794 of file SparcV9BurgISel.cpp.


The documentation for this struct was generated from the following file: