Home
last modified time | relevance | path

Searched refs:MemOpKey (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp79 class MemOpKey { class
81 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey() function in __anon7703febc0111::MemOpKey
91 bool operator==(const MemOpKey &Other) const { in operator ==()
116 template <> struct DenseMapInfo<MemOpKey> {
119 static inline MemOpKey getEmptyKey() { in getEmptyKey()
120 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey()
125 static inline MemOpKey getTombstoneKey() { in getTombstoneKey()
131 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue()
174 static bool isEqual(const MemOpKey &LHS, const MemOpKey &RHS) { in isEqual()
192 return MemOpKey(&MI.getOperand(N + X86::AddrBaseReg), in getMemOpKey()
[all …]