Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 25 of 227) sorted by relevance

12345678910

/llvm-project/lld/test/ELF/
H A Dhexagon-tls-ie.s22 r2 = memw(##a@IE) define
34 r2 = memw(##a@IE) define
35 r2 = memw(##b@IE) define
36 r2 = memw(##c@IE) define
37 r2 = memw(##d@IE) define
43 r2 = memw(##a@IEGOT) define
61 r2 = memw(##b@IEGOT) define
62 r2 = memw(##c@IEGOT) define
63 r2 = memw(##d@IEGOT) define
/llvm-project/llvm/test/CodeGen/BPF/
H A Dassembler-disassembler-v4.s9 r2 = bswap32 r2 define
16 r2 = *(s16 *)(r5 + 4) define
22 r2 = *(s16 *)(r5 + 4) define
28 r2 = (s16)r5 define
39 r2 s%= r4 label
/llvm-project/llvm/test/MC/Hexagon/
H A Dalign.s13 r2 = sub(#1, r2) } define
21 r2 = sub(#1, r2) define
28 r2 = sub(#1, r2) define
46 r2 = sub(#1, r2) define
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dumodsi3.S25 r2 = cl0(r0) define
30 r2 = sub(r3,r2) define
36 r2 = lsl(r1,r2) define
43 r2 = lsr(r2,#1) define
H A Dmodsi3.S27 r2 = abs(r0) define
43 r2 = lsl(r1,r3) define
50 r2 = lsr(r2,#1) define
/llvm-project/flang/test/Lower/Intrinsics/
H A Dieee_operator_eq.f904 subroutine s(r1,r2) argument
6 type(ieee_round_type) :: r1, r2 local
25 type(ieee_round_type) :: r1, r2 local
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-reduction-math.c20 short r2 = __builtin_reduce_max(vi1); in test_builtin_reduce_max() local
46 short r2 = __builtin_reduce_min(vi1); in test_builtin_reduce_min() local
67 short r2 = __builtin_reduce_add(vi1); in test_builtin_reduce_add() local
89 short r2 = __builtin_reduce_mul(vi1); in test_builtin_reduce_mul() local
112 short r2 = __builtin_reduce_xor(vi1); in test_builtin_reduce_xor() local
123 short r2 = __builtin_reduce_or(vi1); in test_builtin_reduce_or() local
134 short r2 = __builtin_reduce_and(vi1); in test_builtin_reduce_and() local
159 int r2 = __builtin_reduce_mul(vec_a); test_builtin_reduce_SVE() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
H A Dranges.swap_ranges.pass.cpp40 std::same_as<Expected> auto r2 = std::ranges::swap_ranges(i, j); in test_different_lengths() local
65 std::array r2 = {4, 5, 6}; in test_range() local
79 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local
90 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local
101 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Demplace_back.pass.cpp68 A& r2 = c.emplace_back(3, 4.5); in tests() local
95 A& r2 = c.emplace_back(3, 4.5); in tests() local
122 A& r2 = c.emplace_back(3, 4.5); in tests() local
149 A& r2 = c.emplace_back(3, 4.5); in tests() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.ctor/
H A Dwith_default_resource.pass.cpp26 std::pmr::monotonic_buffer_resource r2(16); in main() local
38 std::pmr::monotonic_buffer_resource r2(16); in main() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.ctor/
H A Dunsync_with_default_resource.pass.cpp26 std::pmr::unsynchronized_pool_resource r2(opts); in main() local
36 std::pmr::unsynchronized_pool_resource r2(opts); in main() local
H A Dsync_with_default_resource.pass.cpp26 std::pmr::synchronized_pool_resource r2(opts); in main() local
36 std::pmr::synchronized_pool_resource r2(opts); in main() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx20-p0388-unbound-ary.cpp20 int(&r2)[] = arp; in frob2() local
42 int(*r2)[] = arp; in frob2() local
62 Inc(*(*r2)[])[] = &ga; // expected-error{{cannot initialize}} in frob1() local
69 Inc(*const(*r2)[])[] = arp; in frob2() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Demplace_front.pass.cpp35 T& r2 = c.emplace_front(1, 2.5); in main() local
57 T& r2 = c.emplace_front(1, 2.5); in main() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Demplace_back.pass.cpp34 Ref r2 = c.emplace_back(true); in tests() local
68 Ref r2 = c.emplace_back(true); in tests() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.eq/
H A Dnot_equal.pass.cpp37 TestResource r2(2); in main() local
52 TestResource r2(1); in main() local
H A Dequal.pass.cpp38 TestResource r2(1); in main() local
65 TestResource r2(2); in main() local
/llvm-project/libcxx/test/std/containers/views/views.span/span.elem/
H A Dop_idx.pass.cpp29 typename Span::reference r2 = *(sp.data() + idx); in testConstexprSpan() local
40 typename Span::reference r2 = *(sp.data() + idx); in testRuntimeSpan() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_merge.pass.cpp130 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testMergeImpl() local
209 std::array r2{2, 3, 4}; in testImpl() local
258 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local
298 std::array<IntAndID, 3> r2{{{1, 0}, {1, 1}, {1, 2}}}; in test() local
324 std::array<IntAndID, 3> r2{{{0, 2}, {1, 2}, {2, 2}}}; in test() local
356 std::array r2{Data{5}, Data{9}}; in test() local
418 std::array r2{Data{5}, Data{9}}; in test() local
480 Data r2[] = {{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}}; in test() local
549 Data r2[] = {{3}, {4}, {5}}; in test() local
/llvm-project/libcxx/test/std/containers/sequences/list/list.modifiers/
H A Demplace_front.pass.cpp47 A& r2 = c.emplace_front(3, 4.5); in main() local
72 A& r2 = c.emplace_front(3, 4.5); in main() local
H A Demplace_back.pass.cpp47 A& r2 = c.emplace_back(3, 4.5); in main() local
71 A& r2 = c.emplace_back(3, 4.5); in main() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dequality.pass.cpp39 std::pmr::monotonic_buffer_resource r2; in main() local
57 std::pmr::memory_resource& r2 = c; in main() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp174 std::function<void (A_void_1*)> r2 = fp; in test_void_1() local
187 std::function<void (A_void_1*)> r2(fp); in test_void_1() local
244 std::function<int (A_int_1*)> r2(fp); in test_int_1() local
254 std::function<int (A_int_1*)> r2(fp); in test_int_1() local
266 std::function<int& (A_int_1*)> r2(fp); in test_int_1() local
334 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local
349 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local
407 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local
418 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dranges_set_difference.pass.cpp130 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testSetDifferenceImpl() local
217 std::array r2{2, 3, 4, 5, 6}; in testImpl() local
266 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local
304 std::array<IntAndOrder, 3> r2{{{0, 1}, {0, 2}, {0, 3}}}; in test() local
336 std::array r2{Data{8}, Data{9}}; in test() local
393 std::array r2{Data{2}, Data{3}, Data{4}}; in test() local
450 std::array<Data, 9> r2{{{1}, {2}, {3}, {5}, {6}, {7}, {9}, {10}, {11}}}; in test() local
523 Data r2[] = {{3}, {4}, {5}}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition_copy.pass.cpp33 int r2[10] = {0}; in test_constexpr() local
51 int r2[10] = {0}; in main() local

12345678910