Searched refs:rhs_ptr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDeclaration.cpp | 113 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get(); in operator ==() local 115 if (lhs_ptr && rhs_ptr) in operator ==() 116 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) == 0; in operator ==() 118 return lhs_ptr == rhs_ptr; in operator ==() 125 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get(); in operator !=() local 127 if (lhs_ptr && rhs_ptr) in operator !=() 128 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) != 0; in operator !=() 130 return lhs_ptr != rhs_ptr; in operator !=()
|
| H A D | SBLineEntry.cpp | 132 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get(); in operator ==() local 134 if (lhs_ptr && rhs_ptr) in operator ==() 135 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) == 0; in operator ==() 137 return lhs_ptr == rhs_ptr; in operator ==() 144 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get(); in operator !=() local 146 if (lhs_ptr && rhs_ptr) in operator !=() 147 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) != 0; in operator !=() 149 return lhs_ptr != rhs_ptr; in operator !=()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | vsel-fp16.ll | 118 %rhs = load volatile half, half* %rhs_ptr 142 %rhs = load volatile half, half* %rhs_ptr 166 %rhs = load volatile half, half* %rhs_ptr 190 %rhs = load volatile half, half* %rhs_ptr 214 %rhs = load volatile half, half* %rhs_ptr 238 %rhs = load volatile half, half* %rhs_ptr 262 %rhs = load volatile half, half* %rhs_ptr 286 %rhs = load volatile half, half* %rhs_ptr 310 %rhs = load volatile half, half* %rhs_ptr 334 %rhs = load volatile half, half* %rhs_ptr [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/ |
| H A D | load-ptr-cmp-fold.ll | 4 define void @fun0(i64* %lhs, i64** %rhs_ptr) { 5 %rhs = load i64*, i64** %rhs_ptr
|
| /llvm-project-15.0.7/libc/test/src/string/memory_utils/ |
| H A D | memory_access_test.cpp | 121 HigherOrder::equals(lhs_ptr() + Offset, rhs_ptr() + Offset, Size); in checkOperations() 127 HigherOrder::three_way_compare(lhs_ptr() + Offset, rhs_ptr() + Offset, in checkOperations() 159 const char *rhs_ptr() { return rhs().data.begin(); } in rhs_ptr() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | sttni.ll | 144 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 175 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 237 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 393 %rhs = load <8 x i16>, ptr %rhs_ptr, align 1 426 %rhs = load <8 x i16>, ptr %rhs_ptr, align 1 491 %rhs = load <8 x i16>, ptr %rhs_ptr, align 1 623 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 647 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 703 %rhs = load <16 x i8>, ptr %rhs_ptr, align 1 840 %rhs = load <8 x i16>, ptr %rhs_ptr, align 1 [all …]
|