LLVM 20.0.0git
|
A pair composed of a register and a sub-register index. More...
#include "llvm/CodeGen/TargetInstrInfo.h"
Public Member Functions | |
RegSubRegPair (Register Reg=Register(), unsigned SubReg=0) | |
bool | operator== (const RegSubRegPair &P) const |
bool | operator!= (const RegSubRegPair &P) const |
Public Attributes | |
Register | 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 504 of file TargetInstrInfo.h.
|
inline |
Definition at line 508 of file TargetInstrInfo.h.
|
inline |
Definition at line 514 of file TargetInstrInfo.h.
References P.
|
inline |
Definition at line 511 of file TargetInstrInfo.h.
Register llvm::TargetInstrInfo::RegSubRegPair::Reg |
Definition at line 505 of file TargetInstrInfo.h.
Referenced by followSubRegDef(), llvm::TargetInstrInfo::getExtractSubregInputs(), llvm::ARMBaseInstrInfo::getExtractSubregLikeInputs(), llvm::DenseMapInfo< TargetInstrInfo::RegSubRegPair >::getHashValue(), llvm::TargetInstrInfo::getInsertSubregInputs(), llvm::ARMBaseInstrInfo::getInsertSubregLikeInputs(), getNewSource(), and operator==().
unsigned llvm::TargetInstrInfo::RegSubRegPair::SubReg |
Definition at line 506 of file TargetInstrInfo.h.
Referenced by followSubRegDef(), llvm::TargetInstrInfo::getExtractSubregInputs(), llvm::ARMBaseInstrInfo::getExtractSubregLikeInputs(), llvm::DenseMapInfo< TargetInstrInfo::RegSubRegPair >::getHashValue(), llvm::TargetInstrInfo::getInsertSubregInputs(), llvm::ARMBaseInstrInfo::getInsertSubregLikeInputs(), getNewSource(), and operator==().