LLVM API Documentation
#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 269 of file TargetInstrInfo.h.
llvm::TargetInstrInfo::RegSubRegPair::RegSubRegPair | ( | unsigned | Reg = 0 , |
unsigned | SubReg = 0 |
||
) | [inline] |
Definition at line 272 of file TargetInstrInfo.h.
Definition at line 270 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().
Definition at line 271 of file TargetInstrInfo.h.
Referenced by llvm::TargetInstrInfo::getExtractSubregInputs(), and llvm::TargetInstrInfo::getInsertSubregInputs().