|
LLVM
4.0.0
|
Provide DenseMapInfo for TargetInstrInfo::RegSubRegPair. More...
#include <TargetInstrInfo.h>
Public Types | |
| typedef DenseMapInfo< unsigned > | RegInfo |
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 1502 of file TargetInstrInfo.h.
Definition at line 1503 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 1505 of file TargetInstrInfo.h.
|
inlinestatic |
Reuse getHashValue implementation from std::pair<unsigned, unsigned>.
Definition at line 1515 of file TargetInstrInfo.h.
References llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.
|
inlinestatic |
Definition at line 1509 of file TargetInstrInfo.h.
|
inlinestatic |
Definition at line 1520 of file TargetInstrInfo.h.
References isEqual(), llvm::TargetInstrInfo::RegSubRegPair::Reg, and llvm::TargetInstrInfo::RegSubRegPair::SubReg.
1.8.6