LLVM API Documentation
#include <TargetInstrInfo.h>


Public Member Functions | |
| RegSubRegPairAndIdx (unsigned Reg=0, unsigned SubReg=0, unsigned SubIdx=0) | |
Public Attributes | |
| unsigned | SubIdx |
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 278 of file TargetInstrInfo.h.
| llvm::TargetInstrInfo::RegSubRegPairAndIdx::RegSubRegPairAndIdx | ( | unsigned | Reg = 0, |
| unsigned | SubReg = 0, |
||
| unsigned | SubIdx = 0 |
||
| ) | [inline] |
Definition at line 280 of file TargetInstrInfo.h.
Definition at line 279 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().