Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 25 of 248) sorted by relevance

12345678910

/llvm-project/llvm/test/CodeGen/BPF/
H A Dassembler-disassembler.s7 r1 += 42 label
8 r1 += r2 label
11 r1 -= 42 label
12 r1 -= r2 label
15 r1 *= 42 label
16 r1 *= r2 label
19 r1 /= 42 label
20 r1 /= r2 label
23 r1 |= 42 label
24 r1 |= r2 label
[all …]
H A Dassembler-disassembler-v4.s8 r1 = bswap16 r1 define
15 r1 = *(s8 *)(r4 + 0) define
21 r1 = *(s8 *)(r4 + 0) define
27 r1 = (s8)r4 define
38 r1 s/= r3 label
/llvm-project/llvm/test/MC/BPF/
H A Dbad-offsets.s17 r1 = *(u64 *)(r1 + 70000) define
18 r1 = *(u32 *)(r1 - 70000) define
19 r1 = *(u16 *)(r1 - 70000) define
20 r1 = *(u8 *)(r1 - 70000) define
21 r1 = *(s32 *)(r1 + 70000) define
22 r1 = *(s16 *)(r1 - 70000) define
23 r1 = *(s8 *)(r1 - 70000) define
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp58 std::function<int ()> r1(f_int_0); in test_int_0() local
64 std::function<int ()> r1(fp); in test_int_0() local
70 std::function<int ()> r1(a0); in test_int_0() local
94 std::function<void ()> r1(f_void_0); in test_void_0() local
102 std::function<void ()> r1(fp); in test_void_0() local
110 std::function<void ()> r1(a0); in test_void_0() local
141 std::function<void (int)> r1(f_void_1); in test_void_1() local
150 std::function<void (int)> r1(fp); in test_void_1() local
159 std::function<void (int)> r1(a0); in test_void_1() local
168 std::function<void (A_void_1)> r1(fp); in test_void_1() local
[all …]
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.pass.cpp55 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1() local
65 std::reference_wrapper<void (*)(int)> r1(fp); in test_void_1() local
75 std::reference_wrapper<A_void_1> r1(a0); in test_void_1() local
85 std::reference_wrapper<void (A_void_1::*)()> r1(fp); in test_void_1() local
100 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); in test_void_1() local
139 std::reference_wrapper<int (int)> r1(f_int_1); in test_int_1() local
147 std::reference_wrapper<int (*)(int)> r1(fp); in test_int_1() local
155 std::reference_wrapper<A_int_1> r1(a0); in test_int_1() local
163 std::reference_wrapper<int (A_int_1::*)()> r1(fp); in test_int_1() local
174 std::reference_wrapper<int (A_int_1::*)() const> r1(fp); in test_int_1() local
[all …]
H A Dinvoke_void_0.pass.cpp43 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0() local
51 std::reference_wrapper<void (*)()> r1(fp); in test_void_0() local
59 std::reference_wrapper<A_void_0> r1(a0); in test_void_0() local
H A Dinvoke_int_0.pass.cpp42 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0() local
48 std::reference_wrapper<int (*)()> r1(fp); in test_int_0() local
54 std::reference_wrapper<A_int_0> r1(a0); in test_int_0() local
/llvm-project/lldb/unittests/Utility/
H A DRegularExpressionTest.cpp17 RegularExpression r1("^[0-9]+$"); in TEST() local
25 RegularExpression r1("^[0-9]+$"); in TEST() local
34 RegularExpression r1(""); in TEST() local
44 RegularExpression r1("a[b-"); in TEST() local
54 RegularExpression r1("[0-9]+([a-f])?:([0-9]+)"); in TEST() local
/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/libcxx/test/libcxx/utilities/function.objects/
H A Dfunc.blocks.pass.cpp72 std::function<int ()> r1(^{ return 4; }); in main() local
77 std::function<void ()> r1(^{ called = true; }); in main() local
83 std::function<void (int)> r1(^(int x){ param = x; }); in main() local
88 std::function<int (int)> r1(^(int x){ return x + 4; }); in main() local
94 std::function<void (int, int)> r1(^(int x, int y){ param1 = x; param2 = y; }); in main() local
100 std::function<int (int, int)> r1(^(int x, int y){ return x + y; }); in main() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.eq/
H A Dnot_equal.pass.cpp36 TestResource r1(1); in main() local
51 TestResource r1(1); in main() local
66 TestResource r1(1); in main() local
H A Dequal.pass.cpp37 TestResource r1(1); in main() local
52 TestResource r1(1); in main() local
64 TestResource r1(1); in main() local
/llvm-project/llvm/test/MC/Hexagon/
H A Dlabels.s7 r1: label
26 r1 = add(r1, #4) } : endloop0 define
H A Dfixups.s8 r1 = zxth(r2) define
20 r1 = zxth(r2) define
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Demplace_back.pass.cpp62 A& r1 = c.emplace_back(2, 3.5); in tests() local
89 A& r1 = c.emplace_back(2, 3.5); in tests() local
116 A& r1 = c.emplace_back(2, 3.5); in tests() local
143 A& r1 = c.emplace_back(2, 3.5); in tests() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.global/
H A Dnew_delete_resource.pass.cpp49 std::pmr::memory_resource& r1 = *std::pmr::new_delete_resource(); in test_equality() local
61 std::pmr::memory_resource& r1 = *std::pmr::new_delete_resource(); in test_equality() local
70 std::pmr::memory_resource& r1 = *std::pmr::new_delete_resource(); in test_allocate_deallocate() 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.cpp25 std::pmr::monotonic_buffer_resource r1; in main() local
37 std::pmr::monotonic_buffer_resource r1; 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.cpp25 std::pmr::unsynchronized_pool_resource r1; in main() local
35 std::pmr::unsynchronized_pool_resource r1; in main() local
H A Dsync_with_default_resource.pass.cpp25 std::pmr::synchronized_pool_resource r1; in main() local
35 std::pmr::synchronized_pool_resource r1; in main() local
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dallocate_from_zero_sized_buffer.pass.cpp28 std::pmr::memory_resource& r1 = mono1; in main() local
40 std::pmr::memory_resource& r1 = mono1; in main() local
/llvm-project/llvm/unittests/Support/
H A DRegexTest.cpp21 Regex r1("^[0-9]+$"); in TEST_F() local
72 Regex r1("([a-z]+)_\\1"); in TEST_F() local
197 Regex r1("^[0-9]+$"); in TEST_F() local
203 Regex r1("^[0-9]+$"); in TEST_F() local
213 Regex r1; in TEST_F() local
221 Regex r1; in TEST_F() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
H A Dranges.swap_ranges.pass.cpp64 std::array r1 = {1, 2, 3}; in test_range() local
78 int r1[] = {1, 2, 3}; in test_borrowed_input_range() local
89 int r1[] = {1, 2, 3}; in test_borrowed_input_range() local
100 int r1[] = {1, 2, 3}; in test_borrowed_input_range() local
/llvm-project/flang/unittests/Runtime/
H A DDerived.cpp23 auto r1{Descriptor::Create(TypeCode{Fortran::common::TypeCategory::Real, 4}, in TEST() local
63 auto r1{Descriptor::Create(TypeCode{Fortran::common::TypeCategory::Real, 4}, in TEST() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Demplace_front.pass.cpp31 T& r1 = c.emplace_front(); in main() local
53 T& r1 = c.emplace_front(); in main() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Demplace_back.pass.cpp28 Ref r1 = c.emplace_back(); in tests() local
62 Ref r1 = c.emplace_back(); in tests() local

12345678910