LLVM API Documentation

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 828 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::MaxConstantsTableTy::MaxConstantsTableTy (  ) 

Definition at line 865 of file SparcV9BurgISel.cpp.


Member Function Documentation

int llvm::MaxConstantsTableTy::getMaxConstantForInstr ( unsigned  llvmOpCode  ) 

Definition at line 839 of file SparcV9BurgISel.cpp.

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

Definition at line 836 of file SparcV9BurgISel.cpp.

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

Definition at line 835 of file SparcV9BurgISel.cpp.


Member Data Documentation

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

Definition at line 831 of file SparcV9BurgISel.cpp.


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