/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-neon-vcmla.c |
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
H A D | mismatch.pass.cpp | 43 check(Container1 lhs,Container2 rhs,size_t offset) check() argument 76 operator ==(const NonTrivialMod4Comp & lhs,const NonTrivialMod4Comp & rhs) operator ==() argument 98 std::array<int, 0> lhs = {}; test() local 104 std::array<int, 8> lhs = {0, 1, 2, 3, 0, 1, 2, 3}; test() local 110 std::array<int, 8> lhs = {0, 1, 2, 2, 0, 1, 2, 3}; test() local 116 std::array<int, 8> lhs = {0, 1, 2, 2, 0, 1, 2, 3}; test() local 122 std::array<int, 2> lhs = {0, 1}; test() local 128 std::array<int, 4> lhs = {0, 2, 3, 4}; test() local 152 std::array<NonTrivialMod4Comp, 8> lhs = {1, 2, 3, 4, 5, 6, 7, 8}; test() local 158 std::array<NonTrivialMod4Comp, 8> lhs = {1, 2, 3, 4, 7, 6, 7, 8}; test() local 165 std::array<TriviallyEqualityComparable, 8> lhs = {1, 2, 3, 4, 5, 6, 7, 8}; test() local 171 std::array<TriviallyEqualityComparable, 8> lhs = {1, 2, 3, 4, 7, 6, 7, 8}; test() local 188 std::vector<char> lhs(256); main() local 201 std::vector<int> lhs(256); main() local 217 std::vector<char> lhs(vec_size); main() local 229 std::vector<int> lhs(vec_size); main() local [all...] |
/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/ |
H A D | scalar_equals_complex.pass.cpp | 27 constexpr T lhs(-2.5); in test_constexpr() local 32 constexpr T lhs(-2.5); in test_constexpr() local 37 constexpr T lhs(1.5); in test_constexpr() local 42 constexpr T lhs(1.5); in test_constexpr() local 55 T lhs(-2.5); in test() local 60 T lhs(-2.5); in test() local 65 T lhs(1.5); in test() local 70 T lhs(1.5); in test() local
|
H A D | scalar_not_equals_complex.pass.cpp | 27 constexpr T lhs(-2.5); in test_constexpr() local 32 constexpr T lhs(-2.5); in test_constexpr() local 37 constexpr T lhs(1.5); in test_constexpr() local 42 constexpr T lhs(1.5); in test_constexpr() local 55 T lhs(-2.5); in test() local 60 T lhs(-2.5); in test() local 65 T lhs(1.5); in test() local 70 T lhs(1.5); in test() local
|
H A D | complex_not_equals_scalar.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 37 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 42 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 55 std::complex<T> lhs(1.5, 2.5); in test() local 60 std::complex<T> lhs(1.5, 0); in test() local 65 std::complex<T> lhs(1.5, 2.5); in test() local 70 std::complex<T> lhs(1.5, 0); in test() local
|
H A D | complex_equals_scalar.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 37 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 42 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 55 std::complex<T> lhs(1.5, 2.5); in test() local 60 std::complex<T> lhs(1.5, 0); in test() local 65 std::complex<T> lhs(1.5, 2.5); in test() local 70 std::complex<T> lhs(1.5, 0); in test() local
|
H A D | complex_not_equals_complex.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 45 const std::complex<T> lhs(1.5, 2.5); in test() local 50 const std::complex<T> lhs(1.5, 2.5); in test() local
|
/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/ |
H A D | value.pass.cpp | 32 std::any lhs = LHS(1); in test_assign_value() local 53 std::any lhs = LHS(1); in test_assign_value() local 81 std::any lhs; in test_assign_value_empty() local 96 std::any lhs; in test_assign_value_empty() local 117 [](std::any& lhs, Tp& rhs) { in test_assign_throws() 130 std::any lhs; in test_assign_throws() local 140 std::any lhs = small(2); in test_assign_throws() local 152 std::any lhs = large(2); in test_assign_throws() local
|
H A D | copy.pass.cpp | 31 std::any lhs = LHS(1); in test_copy_assign() local 56 std::any lhs; in test_copy_assign_empty() local 73 std::any lhs = LHS(1); in test_copy_assign_empty() local 132 [](std::any& lhs, const std::any& rhs) { in test_copy_assign_throws() 144 std::any lhs; in test_copy_assign_throws() local 155 std::any lhs = small(2); in test_copy_assign_throws() local 168 std::any lhs = large(2); in test_copy_assign_throws() local
|
/llvm-project/flang/test/Semantics/ |
H A D | collectives05.f90 | 20 class(foo_t), intent(in) :: lhs, rhs local 188 type(foo_t), intent(in) :: lhs, rhs local 194 character(len=1), intent(in) :: lhs, rhs local 200 real, intent(in) :: lhs, rhs local 207 real(double), intent(in) :: lhs, rhs local 213 integer, intent(in) :: lhs, rhs local 219 integer, intent(in) :: lhs, rhs local 225 integer, intent(in) :: lhs, rhs, foo local 231 integer, intent(in) :: lhs, rhs local 237 integer, intent(in) :: lhs, rhs local [all …]
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.h | 53 std::complex<type_lhs> __kmp_lhs_div_rhs(const std::complex<type_lhs> &lhs, in __kmp_lhs_div_rhs() 74 std::complex<double> lhs = *this; member 79 std::complex<double> lhs = *this; member 93 std::complex<float> lhs = *this; member 98 std::complex<float> lhs = *this; member 103 std::complex<float> lhs = *this; member 131 std::complex<float> lhs = *this; member 136 std::complex<float> lhs = *this; member 141 std::complex<float> lhs = *this; member 146 std::complex<float> lhs = *this; member [all …]
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | dot_product.f90 | 5 subroutine dot_product1(lhs, rhs, res) argument 6 integer lhs(:), rhs(:), res local 22 subroutine dot_product2(lhs, rhs, res) argument 23 logical lhs(:), rhs(:), res local 39 subroutine dot_product3(lhs, rhs, res) argument 40 integer lhs(5), rhs(5), res local 55 subroutine dot_product4(lhs, rhs, res) argument 56 integer, allocatable :: lhs(:), rhs(:) local 80 subroutine dot_product5(lhs, rhs, res) argument 81 integer :: lhs(:), rhs(3) local
|
H A D | matmul.f90 | 4 subroutine matmul1(lhs, rhs, res) argument 5 integer :: lhs(:,:), rhs(:,:), res(:,:) local 59 subroutine matmul3(lhs, rhs, res) argument 60 integer, allocatable :: lhs(:,:), rhs(:,:), res(:,:) local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/ |
H A D | allocator_propagation.pass.cpp | 59 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 70 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 81 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 92 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 103 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 114 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 125 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 136 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 147 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local 158 S lhs(soccc_allocator<CharT>{&soccc_lhs}); in test() local [all …]
|
H A D | string_string.pass.cpp | 40 TEST_CONSTEXPR_CXX20 void test0(const S& lhs, const S& rhs, const S& x) { in test0() 47 TEST_CONSTEXPR_CXX20 void test1(S&& lhs, const S& rhs, const S& x) { in test1() 52 TEST_CONSTEXPR_CXX20 void test2(const S& lhs, S&& rhs, const S& x) { in test2() 57 TEST_CONSTEXPR_CXX20 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
|
/llvm-project/lldb/source/Utility/ |
H A D | VMRange.cpp | 42 bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) { in operator ==() 47 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) { in operator !=() 51 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) { in operator <() 59 bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) { in operator <=() 63 bool lldb_private::operator>(const VMRange &lhs, const VMRange &rhs) { in operator >() 67 bool lldb_private::operator>=(const VMRange &lhs, const VMRange &rhs) { in operator >=()
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | emit_matmul.py | 65 def test_matmul_mono(lhs, rhs): argument 82 def test_i8i8i32_matmul(lhs, rhs, init_result): argument 93 def test_i8i8i32_matmul_unsigned(lhs, rhs, init_result): argument 109 def test_i8i16i32_matmul(lhs, rhs, init_result): argument 125 def test_i32i32i16_matmul(lhs, rhs, init_result): argument 141 test_i8i8f32_matmul(lhs, rhs, init_result) global() argument 152 test_i8i8f32_matmul_unsigned(lhs, rhs, init_result) global() argument 168 test_f16f16f32_matmul(lhs, rhs, init_result) global() argument 184 test_f64f64f32_matmul(lhs, rhs, init_result) global() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | builtins-overflow.cpp | 32 constexpr Result<RET> add(LHS &&lhs, RHS &&rhs) { in add() 47 constexpr Result<RET> sub(LHS &&lhs, RHS &&rhs) { in sub() 62 constexpr Result<RET> mul(LHS &&lhs, RHS &&rhs) { in mul() 71 constexpr Result<int> sadd(int lhs, int rhs) { in sadd() 80 constexpr Result<int> ssub(int lhs, int rhs) { in ssub() 89 constexpr Result<int> smul(int lhs, int rhs) { in smul() 107 constexpr CarryResult<unsigned char> addcb(unsigned char lhs, unsigned char rhs, unsigned char carr… in addcb() 126 constexpr CarryResult<unsigned char> subcb(unsigned char lhs, unsigned char rhs, unsigned char carr… in subcb()
|
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
H A D | copy.pass.cpp | 28 optional<T> lhs = rhs; in test() local 39 optional<T> lhs = rhs; in constexpr_test() local 56 optional<Z> lhs(rhs); in test_throwing_ctor() local 71 optional<T> lhs = rhs; in test_ref() local 133 const optional<T> lhs(rhs); in main() local 145 const optional<T> lhs(rhs); in main() local
|
/llvm-project/mlir/lib/Dialect/Index/IR/ |
H A D | IndexOps.cpp | 74 auto lhs = dyn_cast_if_present<IntegerAttr>(operands[0]); in foldBinaryOpUnchecked() local 100 auto lhs = dyn_cast_if_present<IntegerAttr>(operands[0]); in foldBinaryOpChecked() local 128 __anone98fcf9c0102(const APInt &lhs, const APInt &rhs) fold() argument 147 __anone98fcf9c0202(const APInt &lhs, const APInt &rhs) fold() argument 166 __anone98fcf9c0302(const APInt &lhs, const APInt &rhs) fold() argument 188 __anone98fcf9c0402(const APInt &lhs, const APInt &rhs) fold() argument 203 __anone98fcf9c0502(const APInt &lhs, const APInt &rhs) fold() argument 299 __anone98fcf9c0702(const APInt &lhs, const APInt &rhs) fold() argument 314 __anone98fcf9c0802(const APInt &lhs, const APInt &rhs) fold() argument 328 __anone98fcf9c0902(const APInt &lhs, const APInt &rhs) fold() argument 339 __anone98fcf9c0a02(const APInt &lhs, const APInt &rhs) fold() argument 350 __anone98fcf9c0b02(const APInt &lhs, const APInt &rhs) fold() argument 361 __anone98fcf9c0c02(const APInt &lhs, const APInt &rhs) fold() argument 373 __anone98fcf9c0d02(const APInt &lhs, const APInt &rhs) fold() argument 390 __anone98fcf9c0e02(const APInt &lhs, const APInt &rhs) fold() argument 405 __anone98fcf9c0f02(const APInt &lhs, const APInt &rhs) fold() argument 420 __anone98fcf9c1002(const APInt &lhs, const APInt &rhs) fold() argument 430 __anone98fcf9c1102(const APInt &lhs, const APInt &rhs) fold() argument 440 __anone98fcf9c1202(const APInt &lhs, const APInt &rhs) fold() argument 525 compareIndices(const APInt & lhs,const APInt & rhs,IndexCmpPredicate pred) compareIndices() argument 601 auto lhs = dyn_cast_if_present<IntegerAttr>(adaptor.getLhs()); fold() local [all...] |
/llvm-project/libc/test/src/string/ |
H A D | memcmp_test.cpp | 17 const char *lhs = "ab"; TEST() local 23 const char *lhs = "ab"; TEST() local 29 const char *lhs = "ab"; TEST() local 35 const char *lhs = "az"; TEST() local 42 constexpr char lhs[35] = "1.069cd68bbe76eb2143a3284d27ebe220"; TEST() local [all...] |
/llvm-project/flang/test/Lower/ |
H A D | character-assignment.f90 | 5 subroutine assign1(lhs, rhs) argument 6 character(*, 1) :: lhs, rhs local 67 subroutine assign_constant(lhs) argument 68 character(*, 1) :: lhs local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_int.c | 234 static void int_test_divexact(isl_int expected, isl_int lhs, isl_int rhs) in int_test_divexact() 272 static void int_test_mul(isl_int expected, isl_int lhs, isl_int rhs) in int_test_mul() 309 static void int_test_add(isl_int expected, isl_int lhs, isl_int rhs) in int_test_add() 320 static void int_test_sub(isl_int expected, isl_int lhs, isl_int rhs) in int_test_sub() 343 static void int_test_fdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv() 362 static void int_test_cdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_cdiv() 381 static void int_test_tdiv(isl_int expected, isl_int lhs, isl_int rhs) in int_test_tdiv() 392 static void int_test_fdiv_r(isl_int expected, isl_int lhs, isl_int rhs) in int_test_fdiv_r() 403 static void int_test_gcd(isl_int expected, isl_int lhs, isl_int rhs) in int_test_gcd() 417 static void int_test_lcm(isl_int expected, isl_int lhs, isl_int rhs) in int_test_lcm() [all …]
|
/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/ |
H A D | ctor.value.pass.cpp | 26 friend constexpr bool operator==(SomeIntComparable lhs, SomeIntComparable rhs) { in operator ==() 29 friend constexpr bool operator==(SomeIntComparable lhs, SomeInt rhs) { in operator ==() 32 friend constexpr bool operator==(SomeInt lhs, SomeIntComparable rhs) { in operator ==() 36 friend constexpr difference_type operator-(SomeIntComparable lhs, SomeIntComparable rhs) { in operator -()
|
/llvm-project/mlir/lib/Interfaces/Utils/ |
H A D | InferIntRangeCommon.cpp | 56 static ConstantIntRanges minMaxBy(ConstArithFn op, ArrayRef<APInt> lhs, in minMaxBy() argument 185 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; in inferAdd() local 218 const ConstantIntRanges &lhs in inferSub() local 250 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferMul() local 287 inferDivURange(const ConstantIntRanges & lhs,const ConstantIntRanges & rhs,DivisionFixupFn fixup) inferDivURange() argument 314 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferCeilDivU() local 317 __anoncc7718640902(const APInt &lhs, const APInt &rhs, const APInt &result) inferCeilDivU() argument 334 inferDivSRange(const ConstantIntRanges & lhs,const ConstantIntRanges & rhs,DivisionFixupFn fixup) inferDivSRange() argument 337 __anoncc7718640a02(const APInt &lhs, const APInt &rhs, const APInt &result) inferDivSRange() argument 363 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferCeilDivS() local 366 __anoncc7718640c02(const APInt &lhs, const APInt &rhs, const APInt &result) inferCeilDivS() argument 381 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferFloorDivS() local 384 __anoncc7718640d02(const APInt &lhs, const APInt &rhs, const APInt &result) inferFloorDivS() argument 403 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferRemS() local 404 __anoncc7718640e02(const APInt &lhs, const APInt &rhs, const APInt &result) inferRemS() argument 442 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferRemU() local 473 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferMaxS() local 482 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferMaxU() local 491 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferMinS() local 500 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferMinU() local 565 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferShl() local 598 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferShrS() local 611 const ConstantIntRanges &lhs = argRanges[0], &rhs = argRanges[1]; inferShrU() local 652 isStaticallyTrue(intrange::CmpPredicate pred,const ConstantIntRanges & lhs,const ConstantIntRanges & rhs) isStaticallyTrue() argument 692 evaluatePred(CmpPredicate pred,const ConstantIntRanges & lhs,const ConstantIntRanges & rhs) evaluatePred() argument [all...] |