|
LLVM
3.7.0
|
A pair composed of a register and a sub-register index. More...
#include <TargetInstrInfo.h>
Public Member Functions | |
| RegSubRegPair (unsigned Reg=0, unsigned SubReg=0) | |
Public Attributes | |
| unsigned | Reg |
| unsigned | SubReg |
A pair composed of a register and a sub-register index.
Used to give some type checking when modeling Reg:SubReg.
Definition at line 272 of file TargetInstrInfo.h.
|
inline |
Definition at line 275 of file TargetInstrInfo.h.
| unsigned llvm::TargetInstrInfo::RegSubRegPair::Reg |
Definition at line 273 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().
| unsigned llvm::TargetInstrInfo::RegSubRegPair::SubReg |
Definition at line 274 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().
1.8.6