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 2377 of file TargetInstrInfo.h.
Definition at line 2378 of file TargetInstrInfo.h.
using llvm::DenseMapInfo< TargetInstrInfo::RegSubRegPair >::SubRegInfo = DenseMapInfo<unsigned> |
Definition at line 2379 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 2381 of file TargetInstrInfo.h.
|
inlinestatic |
Reuse getHashValue implementation from std::pair<unsigned, unsigned>.
Definition at line 2393 of file TargetInstrInfo.h.
References getHashValue(), llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.
Referenced by getHashValue().
|
inlinestatic |
Definition at line 2386 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 2398 of file TargetInstrInfo.h.