|
LLVM
3.7.0
|
A pair composed of a pair of a register and a sub-register index, and another sub-register index. More...
#include <TargetInstrInfo.h>
Public Member Functions | |
| RegSubRegPairAndIdx (unsigned Reg=0, unsigned SubReg=0, unsigned SubIdx=0) | |
Public Member Functions inherited from llvm::TargetInstrInfo::RegSubRegPair | |
| RegSubRegPair (unsigned Reg=0, unsigned SubReg=0) | |
Public Attributes | |
| unsigned | SubIdx |
Public Attributes inherited from llvm::TargetInstrInfo::RegSubRegPair | |
| unsigned | Reg |
| unsigned | SubReg |
A pair composed of a pair of a register and a sub-register index, and another sub-register index.
Used to give some type checking when modeling Reg:SubReg1, SubReg2.
Definition at line 281 of file TargetInstrInfo.h.
|
inline |
Definition at line 283 of file TargetInstrInfo.h.
| unsigned llvm::TargetInstrInfo::RegSubRegPairAndIdx::SubIdx |
Definition at line 282 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().
1.8.6