/external/llvm/test/Transforms/IndVarSimplify/ |
D | lrev-existing-umin.ll | 12 %v_1 = phi i32 [ %tmp22, %not_zero11 ], [ 0, %not_zero11.preheader ] 21 %tmp22 = add nuw nsw i32 %v_1, 1 22 %tmp23 = icmp slt i32 %tmp22, %tmp14 28 %tmp24 = icmp slt i32 %tmp22, %length.i
|
/external/opencv3/3rdparty/libjpeg/ |
D | jidctint.c | 1265 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local 1294 tmp22 = RIGHT_SHIFT(z3 - ((z1 - z2) << 1), /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10() 1342 wsptr[8*2] = (int) (tmp22 + tmp12); in jpeg_idct_10x10() 1343 wsptr[8*7] = (int) (tmp22 - tmp12); in jpeg_idct_10x10() 1367 tmp22 = z3 - ((z1 - z2) << 1); /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10() 1422 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_10x10() 1425 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_10x10() 1460 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local 1499 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11() 1534 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-08-04-CoalescerAssert.ll | 15 %tmp22 = tail call %struct._obstack_chunk* null( i64 undef ) ; <%struct._obstack_chunk*> [#uses=2] 19 …%iftmp.0.043.0 = phi %struct._obstack_chunk* [ null, %cond_true ], [ %tmp22, %cond_false ] ; <%st… 24 …obstack_chunk* [ %iftmp.0.043.0, %cond_true28 ], [ null, %cond_true ], [ %tmp22, %cond_false ] ; …
|
D | 2007-03-24-cntlzd.ll | 7 %tmp22 = tail call i64 @llvm.ctlz.i64( i64 %tmp19, i1 true ) ; <i64> [#uses=1] 8 %tmp23 = trunc i64 %tmp22 to i32
|
/external/libjpeg-turbo/ |
D | jidctint.c | 1077 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local 1106 tmp22 = RIGHT_SHIFT(z3 - LEFT_SHIFT(z1 - z2, 1), in jpeg_idct_10x10() 1154 wsptr[8*2] = (int) (tmp22 + tmp12); in jpeg_idct_10x10() 1155 wsptr[8*7] = (int) (tmp22 - tmp12); in jpeg_idct_10x10() 1179 tmp22 = z3 - LEFT_SHIFT(z1 - z2, 1); /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10() 1234 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_10x10() 1237 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_10x10() 1272 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local 1311 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11() 1346 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11() [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-03-01-dagcombineinfloop.ll | 40 %tmp22 = load %struct.tree_node*, %struct.tree_node** %tmp21 ; <%struct.tree_node*> [#uses=6] 41 %tmp24 = icmp eq %struct.tree_node* %tmp22, %tmp23 ; <i1> [#uses=1] 54 %tmp40 = icmp eq %struct.tree_node* %tmp22, %tmp39 ; <i1> [#uses=1] 55 %tmp49 = icmp eq %struct.tree_node* %tmp22, %tmp48 ; <i1> [#uses=1] 57 %tmp58 = icmp eq %struct.tree_node* %tmp22, %tmp57 ; <i1> [#uses=1] 59 %tmp67 = icmp eq %struct.tree_node* %tmp22, %tmp66 ; <i1> [#uses=1] 61 %tmp76 = icmp eq %struct.tree_node* %tmp22, %tmp75 ; <i1> [#uses=1]
|
D | 2006-06-13-ComputeMaskedBitsCrash.ll | 8 %tmp22 = icmp sgt i32 0, 0 ; <i1> [#uses=1] 9 br i1 %tmp22, label %cond_true23, label %cond_next159
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 59 int32_t tmp11, tmp12, tmp21, tmp22; in WebRtcSpl_DownsampleBy2() local 108 : [tmp22] "=r" (tmp22), [tmp21] "=&r" (tmp21), in WebRtcSpl_DownsampleBy2() 142 : [tmp22] "r" (tmp22), [tmp21] "r" (tmp21), in WebRtcSpl_DownsampleBy2()
|
/external/llvm/test/Bitcode/ |
D | metadata-2.ll | 43 %tmp22 = and i32 %tmp20, 16711935 ; <i32> [#uses=2] 44 %tmp24 = lshr i32 %tmp22, 16 ; <i32> [#uses=1] 45 %tmp26 = add i32 %tmp24, %tmp22 ; <i32> [#uses=1] 67 %tmp22 = lshr i32 %tmp20, 8 ; <i32> [#uses=1] 68 %tmp23 = and i32 %tmp22, 16711935 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | MachineSink-eflags.ll | 50 %tmp22.sum652.i = add i64 %conv160.i, %conv21.i 51 %arrayidx161.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum652.i 57 %tmp22.sum656.i = add i64 %conv228.i, %conv21.i 58 %arrayidx229.i = getelementptr <2 x double>, <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum656.i
|
D | 2008-02-06-LoadFoldingBug.ll | 11 …%tmp22 = getelementptr { double, double }, { double, double }* %memtmp, i32 0, i32 1 ; <double*> … 12 %tmp23 = load double, double* %tmp22, align 8 ; <double> [#uses=1]
|
D | 2007-11-04-LiveIntervalCrash.ll | 18 %tmp22 = add i64 %tmp25, %hash.0.reg2mem.0 ; <i64> [#uses=1] 19 %tmp26 = add i64 %tmp22, 0 ; <i64> [#uses=1]
|
D | 2011-06-12-FastAllocSpill.ll | 40 %tmp22 = bitcast i8* %tmp21 to void (i8*)* 41 call void %tmp22(i8* %tmp20)
|
D | scalarize-bitcast.ll | 14 %tmp22.i = bitcast i64 %tmp2.i.i to <1 x i64> ; <<1 x i64>> [#uses=1] 15 %tmp15.i = extractelement <1 x i64> %tmp22.i, i32 0 ; <i64> [#uses=1]
|
D | lsr-normalization.ll | 51 %tmp17 = phi i64 [ %tmp22, %bb16 ], [ 0, %bb10 ] ; <i64> [#uses=1] 56 %tmp22 = add i64 %tmp17, 1 ; <i64> [#uses=2] 60 %tmp24 = udiv i64 100, %tmp22 ; <i64> [#uses=1]
|
D | 2007-11-30-LoadFolding-Bug.ll | 24 %tmp22.i = sdiv i32 0, 2 ; <i32> [#uses=2] 31 store i32 %tmp22.i, i32* null, align 4 53 %tmp46.i = sub i32 0, %tmp22.i ; <i32> [#uses=1]
|
D | fold-load.ll | 16 %tmp22.i = icmp eq i8 %tmp21.i, 0 ; <i1> [#uses=1] 17 br i1 %tmp22.i, label %cond_false30.i, label %cond_true23.i
|
/external/llvm/test/CodeGen/ARM/ |
D | 2007-04-03-UndefinedSymbol.ll | 44 %tmp22.i = load i32 (...)*, i32 (...)** %tmp2021.i ; <i32 (...)*> [#uses=1] 45 %tmp2223.i = bitcast i32 (...)* %tmp22.i to void (%struct.B*)* ; <void (%struct.B*)*> [#uses=1] 66 %tmp22.i44 = load i32 (...)*, i32 (...)** %tmp2021.i43 ; <i32 (...)*> [#uses=1] 67 …%tmp2223.i45 = bitcast i32 (...)* %tmp22.i44 to void (%struct.B*)* ; <void (%struct.B*)*> [#uses=… 88 %tmp22.i16 = load i32 (...)*, i32 (...)** %tmp2021.i15 ; <i32 (...)*> [#uses=1] 89 …%tmp2223.i17 = bitcast i32 (...)* %tmp22.i16 to void (%struct.B*)* ; <void (%struct.B*)*> [#uses=…
|
D | 2011-08-29-SchedCycle.ll | 41 %tmp22 = and i64 %tmp16, -272346829004752 42 store i64 %tmp22, i64* undef, align 4
|
/external/llvm/test/Transforms/LoopRotate/ |
D | PhiRename-1.ll | 44 %tmp3 = getelementptr %struct.list, %struct.list* %tmp22, i32 0, i32 0 ; <i8**> [#uses=1] 70 …%tmp19 = getelementptr %struct.list, %struct.list* %tmp22, i32 0, i32 1 ; <%struct.list**> [#uses… 77 %tmp22 = load %struct.list*, %struct.list** %l.in ; <%struct.list*> [#uses=1] 78 icmp ne %struct.list* %tmp22, null ; <i1>:3 [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-02-25-CrashZeroSizeArray.ll | 23 %tmp22 = load i32, i32* %tmp21, align 1 ; <i32> [#uses=1] 24 %tmp23 = icmp eq i32 %tmp22, 4 ; <i1> [#uses=1]
|
D | zext-or-icmp.ll | 23 %tmp22 = and i8 %tmp1516, %tmp19 ; <i8> [#uses=1] 32 %tmp40 = or i8 %tmp22, %iftmp.1.0 ; <i8> [#uses=1]
|
/external/llvm/test/Transforms/CodeGenPrepare/AMDGPU/ |
D | no-sink-addrspacecast.ll | 39 %tmp22 = select i1 %tmp21, float 0x7FF8000000000000, float %tmp20 41 store float %tmp22, float addrspace(1)* %tmp23, align 4
|
/external/llvm/test/Transforms/StructurizeCFG/ |
D | post-order-traversal-bug.ll | 67 %tmp22 = trunc i64 %indvars.iv.next.454 to i32 68 %cmp1.5 = icmp eq i32 %tmp22, %K1 79 %sub4.6 = sub nsw i32 %tmp26, %tmp22
|
/external/llvm/test/Transforms/SafeStack/ |
D | phi-cycle.ll | 45 %tmp22 = phi i32 [ %tmp1, %bb ], [ %tmp14, %bb6 ] 46 %tmp23 = call i32 (...) @dummy(i32 %tmp22) nounwind
|