LLVM
8.0.1
|
Provide DenseMapInfo for TargetInstrInfo::RegSubRegPair. More...
#include "llvm/CodeGen/TargetInstrInfo.h"
Public Types | |
using | RegInfo = 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>. More... | |
static bool | isEqual (const TargetInstrInfo::RegSubRegPair &LHS, const TargetInstrInfo::RegSubRegPair &RHS) |
Provide DenseMapInfo for TargetInstrInfo::RegSubRegPair.
Definition at line 1685 of file TargetInstrInfo.h.
Definition at line 1686 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 1688 of file TargetInstrInfo.h.
|
inlinestatic |
Reuse getHashValue implementation from std::pair<unsigned, unsigned>.
Definition at line 1700 of file TargetInstrInfo.h.
References llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.
|
inlinestatic |
Definition at line 1693 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 1705 of file TargetInstrInfo.h.
References isEqual(), llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.