Searched refs:MemOpKey (Results 1 – 1 of 1) sorted by relevance
81 class MemOpKey { class83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey() function in __anone2ec82570111::MemOpKey93 bool operator==(const MemOpKey &Other) const { in operator ==()118 template <> struct DenseMapInfo<MemOpKey> {121 static inline MemOpKey getEmptyKey() { in getEmptyKey()122 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey()127 static inline MemOpKey getTombstoneKey() { in getTombstoneKey()128 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()133 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue()176 static bool isEqual(const MemOpKey &LHS, const MemOpKey &RHS) { in isEqual()[all …]