Home
last modified time | relevance | path

Searched refs:copy1 (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dopt-shifted-reg-compare.mir25 ; CHECK: %copy1:gpr32 = COPY $w1
26 ; CHECK: [[SUBSWrs:%[0-9]+]]:gpr32 = SUBSWrs %copy1, %copy0, 3, implicit-def $nzcv
31 %copy1:gpr(s32) = COPY $w1
34 %cmp:gpr(s32) = G_ICMP intpred(eq), %copy1(s32), %shift
51 ; CHECK: %copy1:gpr32 = COPY $w1
52 ; CHECK: [[SUBSWrs:%[0-9]+]]:gpr32 = SUBSWrs %copy1, %copy0, 131, implicit-def $nzcv
57 %copy1:gpr(s32) = COPY $w1
60 %cmp:gpr(s32) = G_ICMP intpred(eq), %copy1(s32), %shift
77 ; CHECK: %copy1:gpr32 = COPY $w1
78 ; CHECK: [[SUBSWrs:%[0-9]+]]:gpr32 = SUBSWrs %copy1, %copy0, 67, implicit-def $nzcv
[all …]
Dprelegalizercombiner-simplify-add.mir12 ; CHECK: %copy1:_(s64) = COPY $x0
14 ; CHECK: %add:_(s64) = G_SUB %copy2, %copy1
17 %copy1:_(s64) = COPY $x0
20 %sub:_(s64) = G_SUB %zero, %copy1
35 ; CHECK: %copy1:_(s64) = COPY $x0
37 ; CHECK: %add:_(s64) = G_SUB %copy1, %copy2
40 %copy1:_(s64) = COPY $x0
44 %add:_(s64) = G_ADD %copy1, %sub
Dprelegalizercombiner-binop-same-val.mir53 ; CHECK: %copy1:_(s64) = COPY $x0
55 ; CHECK: %or:_(s64) = G_OR %copy1, %copy2
58 %copy1:_(s64) = COPY $x0
60 %or:_(s64) = G_OR %copy1, %copy2
79 ; CHECK: %copy1:_(s64) = COPY $x0
82 ; CHECK: %or1:_(s64) = G_OR %copy1, %copy2
83 ; CHECK: %or2:_(s64) = G_OR %copy1, %copy3
87 %copy1:_(s64) = COPY $x0
90 %or1:_(s64) = G_OR %copy1, %copy2
91 %or2:_(s64) = G_OR %copy1, %copy3
Dselect-uaddo.mir101 ; CHECK: %copy1:gpr32 = COPY $w0
103 ; CHECK: %add:gpr32 = ADDSWrs %copy1, %copy2, 16, implicit-def $nzcv
107 %copy1:gpr(s32) = COPY $w0
111 %add:gpr(s32), %overflow:gpr(s1) = G_UADDO %copy1, %shift
Dselect-redundant-zext.mir145 ; CHECK: %copy1:gpr32all = COPY $w0
153 ; CHECK: %phi:gpr32 = PHI %copy1, %bb.0, %copy2, %bb.1
163 %copy1:gpr(s32) = COPY $w0
173 %phi:gpr(s32) = G_PHI %copy1(s32), %bb.0, %copy2(s32), %bb.1
/external/libchrome/base/debug/
Dalias_unittest.cc16 DEBUG_ALIAS_FOR_CSTR(copy1, input->c_str(), 100 /* > input->size() */); in TEST()
17 static_assert(sizeof(copy1) == 100, in TEST()
19 EXPECT_STREQ("string contents", copy1); in TEST()
/external/boringssl/src/crypto/x509/
Dx_x509.c356 X509_ALGOR *copy1 = X509_ALGOR_dup((X509_ALGOR *)algo); in X509_set1_signature_algo() local
358 if (copy1 == NULL || copy2 == NULL) { in X509_set1_signature_algo()
359 X509_ALGOR_free(copy1); in X509_set1_signature_algo()
365 x509->sig_alg = copy1; in X509_set1_signature_algo()
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s38 copy1 = callee1 define
76 # CHECK: Name: copy1
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-localentry.s38 copy1 = callee1 define
76 # CHECK: Name: copy1
/external/python/cpython2/Lib/test/
Dtest_sort.py260 copy1 = data[:]
263 copy1.sort(cmp=lambda x,y: cmp(y[0],x[0]))
264 self.assertEqual(data, copy1)
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus_test.cc375 absl::Status copy1(status); in TEST() local
377 EXPECT_EQ(copy1, copy2); in TEST()
441 absl::Status copy1 = s1, copy2 = s2; in TEST() local
442 swap(copy1, copy2); in TEST()
443 EXPECT_EQ(copy1, s2); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus_test.cc375 absl::Status copy1(status); in TEST() local
377 EXPECT_EQ(copy1, copy2); in TEST()
441 absl::Status copy1 = s1, copy2 = s2; in TEST() local
442 swap(copy1, copy2); in TEST()
443 EXPECT_EQ(copy1, s2); in TEST()
/external/abseil-cpp/absl/status/
Dstatus_test.cc375 absl::Status copy1(status); in TEST() local
377 EXPECT_EQ(copy1, copy2); in TEST()
441 absl::Status copy1 = s1, copy2 = s2; in TEST() local
442 swap(copy1, copy2); in TEST()
443 EXPECT_EQ(copy1, s2); in TEST()
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus_test.cc375 absl::Status copy1(status); in TEST() local
377 EXPECT_EQ(copy1, copy2); in TEST()
441 absl::Status copy1 = s1, copy2 = s2; in TEST() local
442 swap(copy1, copy2); in TEST()
443 EXPECT_EQ(copy1, s2); in TEST()
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus_test.cc400 absl::Status copy1(status); in TEST() local
402 EXPECT_EQ(copy1, copy2); in TEST()
472 absl::Status copy1 = s1, copy2 = s2; in TEST() local
473 swap(copy1, copy2); in TEST()
474 EXPECT_EQ(copy1, s2); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus_test.cc375 absl::Status copy1(status); in TEST() local
377 EXPECT_EQ(copy1, copy2); in TEST()
441 absl::Status copy1 = s1, copy2 = s2; in TEST() local
442 swap(copy1, copy2); in TEST()
443 EXPECT_EQ(copy1, s2); in TEST()
/external/python/cpython3/Lib/test/
Dtest_sort.py248 copy1 = data[:]
257 copy1.sort(key=cmp_to_key(my_cmp_reversed))
258 self.assertEqual(data, copy1)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_test.cc642 HloInstruction* copy1 = computation->AddInstruction( in TEST_F() local
646 ShapeUtil::GetTupleElementShape(copy1->shape(), 0), copy1, 0)); in TEST_F()
678 EXPECT_FALSE(copy1->has_sharding()); in TEST_F()
/external/llvm/test/CodeGen/X86/
Dx86-64-ms_abi-vararg.ll60 ; CHECK-LABEL: copy1:
65 define x86_64_win64cc void @copy1(i64 %a0, ...) nounwind {
Dwin64_vararg.ll59 ; CHECK-LABEL: copy1:
66 define void @copy1(i64 %a0, ...) nounwind {
/external/llvm-project/llvm/test/CodeGen/X86/
Dx86-64-ms_abi-vararg.ll60 ; CHECK-LABEL: copy1:
65 define win64cc void @copy1(i64 %a0, ...) nounwind {
Dwin64_vararg.ll59 ; CHECK-LABEL: copy1:
66 define void @copy1(i64 %a0, ...) nounwind {
/external/clang/test/SemaCXX/
Dexplicit.cpp169 bool copy1 = b; in testBool() local
/external/llvm-project/clang/test/SemaCXX/
Dexplicit.cpp186 bool copy1 = b; in testBool() local
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dwin64_vararg.ll78 ; CHECK-LABEL: copy1:
87 define void @copy1(i64 %a0, ...) nounwind {

12