|
LLVM 22.0.0git
|
Provide DenseMapInfo for TargetInstrInfo::RegSubRegPair. More...
#include "llvm/CodeGen/TargetInstrInfo.h"
Public Types | |
| using | RegInfo = DenseMapInfo<Register> |
| using | SubRegInfo = DenseMapInfo<unsigned> |
Static Public Member Functions | |
| static TargetInstrInfo::RegSubRegPair | getEmptyKey () |
| static TargetInstrInfo::RegSubRegPair | getTombstoneKey () |
| static unsigned | getHashValue (const TargetInstrInfo::RegSubRegPair &Val) |
| Reuse getHashValue implementation from std::pair<unsigned, unsigned>. | |
| static bool | isEqual (const TargetInstrInfo::RegSubRegPair &LHS, const TargetInstrInfo::RegSubRegPair &RHS) |
Provide DenseMapInfo for TargetInstrInfo::RegSubRegPair.
Definition at line 2388 of file TargetInstrInfo.h.
Definition at line 2389 of file TargetInstrInfo.h.
| using llvm::DenseMapInfo< TargetInstrInfo::RegSubRegPair >::SubRegInfo = DenseMapInfo<unsigned> |
Definition at line 2390 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 2392 of file TargetInstrInfo.h.
|
inlinestatic |
Reuse getHashValue implementation from std::pair<unsigned, unsigned>.
Definition at line 2404 of file TargetInstrInfo.h.
References getHashValue(), llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.
Referenced by getHashValue().
|
inlinestatic |
Definition at line 2397 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 2409 of file TargetInstrInfo.h.