/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | arg_returned.ll | 422 %bc0 = bitcast i32* %b to double* 423 ret double* %bc0 441 %bc0 = bitcast i32* %b to double* 442 %cmp = icmp eq double* %bc0, null 450 %phi = phi double* [ %bc1, %if.then ], [ %bc0, %entry ] 453 %cmp2 = icmp ne double* %bc0, null 475 %bc0 = bitcast i32* %b to double* 476 %cmp = icmp eq double* %bc0, null 487 ret double* %bc0 509 %bc0 = bitcast i32* %b to double* [all …]
|
/external/llvm/test/tools/gold/X86/ |
D | parallel.ll | 3 ; RUN: llvm-dis %t.opt.bc0 -o - | FileCheck --check-prefix=CHECK-BC0 %s
|
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/ |
D | shuffle.ll | 17 %bc0 = bitcast <2 x i64> %v to <4 x i32> 18 …%shuffle = shufflevector <4 x i32> %bc0, <4 x i32> zeroinitializer, <4 x i32> <i32 3, i32 2, i32 1… 38 %bc0 = bitcast <2 x i64> %v to <4 x i32> 39 …%shuffle = shufflevector <4 x i32> %bc0, <4 x i32> zeroinitializer, <4 x i32> <i32 3, i32 2, i32 1… 59 %bc0 = bitcast <2 x i64> %v to <16 x i8> 60 …%shuffle = shufflevector <16 x i8> %bc0, <16 x i8> zeroinitializer, <16 x i32> <i32 4, i32 5, i32 …
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/ |
D | iv-widen.ll | 214 %bc0 = bitcast i32* %lined to i8* 228 %add.ptr = getelementptr inbounds i8, i8* %bc0, i64 %idx.ext 239 %add.ptr2 = getelementptr inbounds i8, i8* %bc0, i64 %idx.ext2
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | returned.ll | 928 %bc0 = bitcast i32* %b to double* 929 ret double* %bc0 982 %bc0 = bitcast i32* %b to double* 983 %cmp = icmp eq double* %bc0, null 991 %phi = phi double* [ %bc1, %if.then ], [ %bc0, %entry ] 994 %cmp2 = icmp ne double* %bc0, null 1047 %bc0 = bitcast i32* %b to double* 1048 %cmp = icmp eq double* %bc0, null 1059 ret double* %bc0 1112 %bc0 = bitcast i32* %b to double* [all …]
|
D | readattrs.ll | 431 %bc0 = bitcast i8* %ptr to i32* 432 %bc1 = bitcast i32* %bc0 to i8*
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 873 const int bc0 = bc; in vp9_find_best_sub_pixel_tree() local 880 CHECK_BETTER1(second, br0, bc0 + kc); in vp9_find_best_sub_pixel_tree() 882 CHECK_BETTER(second, br0, bc0 + kc); in vp9_find_best_sub_pixel_tree() 889 CHECK_BETTER1(second, br0 + kr, bc0); in vp9_find_best_sub_pixel_tree() 891 CHECK_BETTER(second, br0 + kr, bc0); in vp9_find_best_sub_pixel_tree() 898 CHECK_BETTER1(second, br0 + kr, bc0); in vp9_find_best_sub_pixel_tree() 899 CHECK_BETTER1(second, br0, bc0 + kc); in vp9_find_best_sub_pixel_tree() 900 if (br0 != br || bc0 != bc) { in vp9_find_best_sub_pixel_tree() 901 CHECK_BETTER1(second, br0 + kr, bc0 + kc); in vp9_find_best_sub_pixel_tree() 904 CHECK_BETTER(second, br0 + kr, bc0); in vp9_find_best_sub_pixel_tree() [all …]
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | pe_only_symbol_test.sym | 163 STACK CFI INIT 3bc0 82 .cfa: $rsp .ra: .cfa 8 - ^ 164 STACK CFI 3bc0 .cfa: $rsp 80 +
|
D | omap_reorder_bbs.sym | 2351 FUNC 1bc0 3 0 _setmbcp_nolock 2399 1bc0 3 762 3326 3663 FUNC 3bc0 61 0 __ascii_strnicmp 3664 3bc0 6 69 2798 5499 STACK WIN 4 1bc0 3 0 0 8 0 20 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = 5535 STACK WIN 4 1bc0 3 0 0 8 4 20 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T0 … 5571 STACK WIN 4 1bc0 3 0 0 8 8 20 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T0 … 5606 STACK WIN 4 1bc0 3 0 0 8 c 20 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T0 …
|
D | omap_stretched_filled.sym | 1423 3bc0 4 95 1053
|
/external/llvm/test/CodeGen/X86/ |
D | atomic_mi.ll | 958 %bc0 = bitcast i32 %load to float 959 %fadd = fadd float 1.000000e+00, %bc0 976 %bc0 = bitcast i64 %load to double 977 %fadd = fadd double 1.000000e+00, %bc0
|
D | avx512bw-intrinsics-fast-isel.ll | 59 %bc0 = bitcast i64* %a0 to <64 x i1>* 60 %arg0 = load <64 x i1>, <64 x i1>* %bc0
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | atomic-fp.ll | 570 %bc0 = bitcast i32 %load to float 571 %fadd = fadd float 1.000000e+00, %bc0 670 %bc0 = bitcast i64 %load to double 671 %fadd = fadd double 1.000000e+00, %bc0
|
D | avx512bw-intrinsics-fast-isel.ll | 250 %bc0 = bitcast i64* %a0 to <64 x i1>* 251 %arg0 = load <64 x i1>, <64 x i1>* %bc0
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader_benchmark.cc | 220 00000bc0: 0000 0000 7800 0000 50a6 1100 2f00 0103 ....x...P.../...
|
D | cpu_reader_unittest.cc | 1804 00000bc0: 0000 0000 7800 0000 50a6 1100 2f00 0103 ....x...P.../...
|
/external/OpenCSD/decoder/tests/snapshots-ete/002-ack_test_scr/ |
D | test_TARMAC | 2571 1031 clk cpu0 IS (995) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2600 1041 clk cpu0 IS (1005) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2619 1051 clk cpu0 IS (1015) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2638 1061 clk cpu0 IS (1025) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2657 1071 clk cpu0 IS (1035) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2676 1081 clk cpu0 IS (1045) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2695 1091 clk cpu0 IS (1055) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 2714 1101 clk cpu0 IS (1065) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 3111 1290 clk cpu0 IT (1254) 00092bc0:000010092bc0 34001ec8 O EL3h_s : CBZ w8,0x92f98 4846 1977 clk cpu0 IT (1941) 00090bc0:000010090bc0 940039ef O EL3h_s : BL 0x9f37c [all …]
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | crash.log | 2684 000bc0: 88090938 880a0938 d400091e b8020000 |8...8...........| 3274 000bc0: 2c44343b b99da006 27edd064 d3ece409 |;4D,....d..'....| 3641 000bc0: 1fd05c54 fc965086 d46e3e6b db85ed22 |T\...P..k>n."...| 3897 001bc0: e672f028 89f6e1c3 009ece92 4c40c508 |(.r...........@L| 4320 000bc0: fa6d7fd7 df5dbbf5 c8fe54ef d47dd75f |..m...]..T.._.}.| 4576 001bc0: b2fb5bb3 9a9a51cb f5bdf266 f13ddbec |.[...Q..f.....=.| 5860 000bc0: deafbead deafbead deafbead deafbead |................| 6116 001bc0: 00000000 00000000 00000000 00000000 |................|
|
D | es2gears-a320.log | 1375 11842bc0: 0000: c0002600 00000000 6064 11844bc0: 0000: c0022200 00000000 00004086 00000007 10648 11846bc0: 0000: 000021ea 0000000b 12902 11847bc0: 0000: c0022200 00000000 00004086 00000007
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 709 %bc0 = bitcast i64* %l0 to i8* 710 %gep0 = getelementptr i8, i8* %bc0, i64 3
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 841 21bc0 4 67 27 1274 22bc0 8 95 78 1860 23bc0 8 579 6 2396 24bc0 c 1406 111 9008 34bc0 8 156 132 10285 37bc0 c 233 25 11133 39bc0 4 185 27 14098 40bc0 4 126 103 14498 41bc0 4 103 39 16986 47bc0 c 1552 82 [all …]
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | basictest.ll | 789 %bc0 = bitcast i64* %l0 to i8* 790 %gep0 = getelementptr i8, i8* %bc0, i64 3
|
/external/pcre/dist2/testdata/ |
D | testoutput5 | 2848 \x{1bc0} 2849 0: \x{1bc0}
|
D | testinput5 | 1343 \x{1bc0}
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 2746 16bc0 2 188 115 3546 17bc0 2 120 137 4095 18bc0 2 1585 82 4680 FUNC 19bc0 148 0 ExceptionHandlerTest_NoRedeliveryOnFilterCallbackTrue_Test::TestBody 4681 19bc0 8 351 6 8223 20bc0 6 76 15 8798 21bc0 2 118 17 10329 24bc0 8 462 25 12333 28bc0 2 101 108 18804 34bc0 8 276 59 [all …]
|