LLVM API Documentation
#include <SparcV9RegClassInfo.h>
Inheritance diagram for llvm::SparcV9SpecialRegClass:


Public Types | |
| fsr | |
| enum | { fsr } |
Public Member Functions | |
| SparcV9SpecialRegClass (unsigned ID) | |
| void | colorIGNode (IGNode *Node, const std::vector< bool > &IsColorUsedArr) const |
| bool | isRegVolatile (int Reg) const |
| const char *const | getRegName (unsigned reg) const |
Definition at line 203 of file SparcV9RegClassInfo.h.
| anonymous enum |
| llvm::SparcV9SpecialRegClass::SparcV9SpecialRegClass | ( | unsigned | ID | ) | [inline] |
Definition at line 204 of file SparcV9RegClassInfo.h.
| void llvm::SparcV9SpecialRegClass::colorIGNode | ( | IGNode * | Node, | |
| const std::vector< bool > & | IsColorUsedArr | |||
| ) | const [inline, virtual] |
| const char *const llvm::SparcV9SpecialRegClass::getRegName | ( | unsigned | reg | ) | const [virtual] |
Implements llvm::TargetRegClassInfo.
Definition at line 132 of file SparcV9RegInfo.cpp.
References llvm::SpecialRegNames.
| bool llvm::SparcV9SpecialRegClass::isRegVolatile | ( | int | Reg | ) | const [inline, virtual] |