Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp47 class MemOpKey;
51 static inline MemOpKey getMemOpKey(const MachineInstr &MI, unsigned N);
67 class MemOpKey { class
69 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey() function in MemOpKey
79 bool operator==(const MemOpKey &Other) const { in operator ==()
101 template <> struct DenseMapInfo<MemOpKey> {
104 static inline MemOpKey getEmptyKey() { in getEmptyKey()
105 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey()
110 static inline MemOpKey getTombstoneKey() { in getTombstoneKey()
111 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp79 class MemOpKey { class
81 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey() function in __anon1a0dfff10111::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()
126 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
131 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue()
174 static bool isEqual(const MemOpKey &LHS, const MemOpKey &RHS) { in isEqual()
[all …]