LLVM API Documentation

Public Member Functions | |
| int | getMaxConstantForInstr (unsigned llvmOpCode) |
| MaxConstantsTableTy () | |
| unsigned | size () const |
| int & | operator[] (unsigned index) |
Public Attributes | |
| std::vector< int > | tbl |
Definition at line 828 of file SparcV9BurgISel.cpp.
| llvm::MaxConstantsTableTy::MaxConstantsTableTy | ( | ) |
Definition at line 865 of file SparcV9BurgISel.cpp.
| 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.
| std::vector<int> llvm::MaxConstantsTableTy::tbl |
Definition at line 831 of file SparcV9BurgISel.cpp.