/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-bitcast.ll | 7 %bc2 = bitcast fp128 %bc1 to ppc_fp128 8 ret ppc_fp128 %bc2 11 ; CHECK-NEXT: %bc2 = bitcast i128 %a to ppc_fp128 12 ; CHECK-NEXT: ret ppc_fp128 %bc2 17 %bc2 = bitcast double %bc1 to <2 x i32> 18 ret <2 x i32> %bc2 21 ; CHECK-NEXT: %bc2 = bitcast i64 %a to <2 x i32> 22 ; CHECK-NEXT: ret <2 x i32> %bc2 27 %bc2 = bitcast <2 x i32> %bc1 to double 28 ret double %bc2 [all …]
|
D | bitcast.ll | 125 %bc2 = bitcast i32 %ext to float 126 ret float %bc2 129 ; CHECK-NEXT: %bc2 = extractelement <2 x float> %A, i32 0 130 ; CHECK-NEXT: ret float %bc2 138 %bc2 = bitcast double %ext to i64 139 ret i64 %bc2 143 ; CHECK-NEXT: %bc2 = extractelement <2 x i64> %bc, i32 1 144 ; CHECK-NEXT: ret i64 %bc2 152 %bc2 = bitcast i64 %ext to <2 x i32> 153 ret <2 x i32> %bc2 [all …]
|
D | logical-select.ll | 105 %bc2 = bitcast <4 x i32> %neg to <2 x i64> 106 %and2 = and <2 x i64> %bc2, %sib 127 %bc2 = bitcast <4 x i32> %neg to <2 x i64> 128 %and2 = and <2 x i64> %bc2, %sib 149 %bc2 = bitcast <4 x i32> %neg to <2 x i64> 150 %and2 = and <2 x i64> %sib, %bc2 171 %bc2 = bitcast <4 x i32> %neg to <2 x i64> 172 %and2 = and <2 x i64> %sib, %bc2 193 %bc2 = bitcast <4 x i32> %neg to <2 x i64> 194 %and2 = and <2 x i64> %bc2, %sib [all …]
|
D | select.ll | 845 %bc2 = bitcast <4 x float> %b to <4 x i32> 846 %sel1 = select <4 x i1> %cmp, <4 x i32> %bc1, <4 x i32> %bc2 847 %sel2 = select <4 x i1> %cmp, <4 x i32> %bc2, <4 x i32> %bc1 868 %bc2 = trunc <4 x i64> %b to <4 x i32> 869 %sel1 = select <4 x i1> %cmp, <4 x i32> %bc1, <4 x i32> %bc2 870 %sel2 = select <4 x i1> %cmp, <4 x i32> %bc2, <4 x i32> %bc1
|
/external/clang/test/Sema/ |
D | zvector.c | 7 vector bool char bc, bc2; variable 48 bc = bc2; in foo() 64 sc = bc2; // expected-error {{incompatible type}} in foo() 66 uc = bc2; // expected-error {{incompatible type}} in foo() 102 bs = bc2; // expected-error {{incompatible type}} in foo() 103 bi = bc2; // expected-error {{incompatible type}} in foo() 104 bl = bc2; // expected-error {{incompatible type}} in foo() 105 fd = bc2; // expected-error {{incompatible type}} in foo() 111 sc = (vector signed char)bc2; in foo() 144 sl = (vector signed long long)bc2; in foo() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fp-logic.ll | 88 %bc2 = bitcast i32 %and to float 89 ret float %bc2 104 %bc2 = bitcast i32 %and to float 105 ret float %bc2 119 %bc2 = bitcast i32 %and to float 120 ret float %bc2 134 %bc2 = bitcast i32 %and to float 135 ret float %bc2 148 %bc2 = bitcast float %y to i32 149 %and = and i32 %bc1, %bc2 [all …]
|
D | catchpad-lifetime.ll | 30 %bc2 = bitcast i8** %alloca2 to i8* 31 call void @llvm.lifetime.start(i64 4, i8* %bc2) 67 %bc2 = bitcast i8** %alloca2 to i8* 68 call void @llvm.lifetime.start(i64 4, i8* %bc2)
|
D | combine-or.ll | 291 %bc2 = bitcast <2 x double> %a1 to <2 x i64> 293 %and2 = and <2 x i64> %bc2, <i64 -1, i64 0> 306 %bc2 = bitcast <4 x float> %a1 to <4 x i32> 308 %and2 = and <4 x i32> %bc2, <i32 -1, i32 0, i32 0, i32 -1> 321 %bc2 = bitcast <4 x float> %a1 to <2 x i64> 323 %and2 = and <2 x i64> %bc2, <i64 -1, i64 0> 336 %bc2 = bitcast <4 x float> <float 1.0, float 1.0, float 1.0, float 1.0> to <4 x i32> 338 %and2 = and <4 x i32> %bc2, <i32 -1, i32 0, i32 0, i32 -1>
|
D | sse2.ll | 310 %bc2 = bitcast i128 %insert to <4 x i32> 311 ret <4 x i32> %bc2
|
/external/clang/test/CodeGen/ |
D | zvector.c | 6 volatile vector bool char bc, bc2; variable 278 sc = sc + bc2; in test_add() 290 uc = uc + bc2; in test_add() 388 sc += bc2; in test_add_assign() 396 uc += bc2; in test_add_assign() 466 sc = sc - bc2; in test_sub() 478 uc = uc - bc2; in test_sub() 576 sc -= bc2; in test_sub_assign() 584 uc -= bc2; in test_sub_assign() 921 bc = ~bc2; in test_not() [all …]
|
/external/llvm/utils/ |
D | findoptdiff | 53 bc2=$4 63 opt2="${bc2}.opt" 65 ll2="${bc2}.ll" 67 opt2ll="${bc2}.opt.ll" 79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
|
/external/swiftshader/third_party/LLVM/utils/ |
D | findoptdiff | 53 bc2=$4 63 opt2="${bc2}.opt" 65 ll2="${bc2}.ll" 67 opt2ll="${bc2}.opt.ll" 79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | uncond_br.ll | 18 %.bc2 = bitcast i8* %1 to i32* 19 store i32 %3, i32* %.bc2, align 1
|
D | mips-legalization.ll | 37 %f.addr.bc2 = bitcast i8* %f.addr to i32* 38 %1 = load i32, i32* %f.addr.bc2, align 1
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fabs.ll | 27 %bc2 = bitcast i32 %and to float 28 ret float %bc2
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcvt-int.ll | 161 %bc2 = bitcast i64 %and to double 162 ret double %bc2 173 %bc2 = bitcast i32 %xor to float 174 ret float %bc2
|
/external/llvm/test/Transforms/LICM/ |
D | funclet.ll | 69 %bc2 = bitcast i8* %.frame2 to i32* 90 store i32 2, i32* %bc2, align 4 102 ; CHECK: store i32 2, i32* %bc2, align 4
|
/external/aac/libAACenc/src/ |
D | dyn_bits.cpp | 166 const INT* const bc2, in FDKaacEnc_findMinMergeBits() argument 177 if (bc1[j] + bc2[j] < minBits) in FDKaacEnc_findMinMergeBits() 179 minBits = bc1[j] + bc2[j]; in FDKaacEnc_findMinMergeBits() 187 const INT* const bc2 in FDKaacEnc_mergeBitLookUp() argument 194 bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT); in FDKaacEnc_mergeBitLookUp()
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | zero-sized-pointee-crash.ll | 21 ; CHECK-NEXT: %[[bc2:.*]] = bitcast i8* %[[gep]] to {}*
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 719 %bc2 = bitcast i64* %l2 to i8* 720 %gep2.1 = getelementptr i8, i8* %bc2, i64 1 721 %gep2.2 = getelementptr i8, i8* %bc2, i64 3 1632 %bc2 = bitcast i8* %gep2 to i16* 1633 %load = load i16, i16* %bc2
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 1248 unsigned int size = pbi->bc2.pos + pbi->bc.pos + 8; in vp8_decode_frame()
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 2747 16bc2 2 192 115 3547 17bc2 2 481 106 4096 18bc2 2 1382 82 8799 21bc2 18 118 17 10944 25bc2 10 208 27 12334 28bc2 6 478 136 12919 29bc2 6 302 82 16420 30bc2 2 166 46 19343 FUNC 35bc2 20 0 google_breakpad::test_assembler::Section::Align 19344 35bc2 2 324 61 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 5695 STACK CFI 3bc2 .cfa: $rsp 8 +
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 9208 6bc2 7 2130 1312 19037 20bc2 2 186 6309
|