LLVM 18.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 494 of file TargetInstrInfo.h.
|
inline |
Definition at line 498 of file TargetInstrInfo.h.
|
inline |
Definition at line 504 of file TargetInstrInfo.h.
References P.
|
inline |
Definition at line 501 of file TargetInstrInfo.h.
Register llvm::TargetInstrInfo::RegSubRegPair::Reg |
Definition at line 495 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 496 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==().