/external/opencv3/modules/calib3d/src/ |
D | triangulate.cpp | 184 cv::Ptr<CvMat> tmp31, tmp31_2; in cvCorrectMatches() local 235 tmp31.reset(cvCreateMat(3,1,CV_64FC1)), tmp31_2.reset(cvCreateMat(3,1,CV_64FC1)); in cvCorrectMatches() 357 tmp31->data.db[0] = t_min*t_min*f1; in cvCorrectMatches() 358 tmp31->data.db[1] = t_min; in cvCorrectMatches() 359 tmp31->data.db[2] = t_min*t_min*f1*f1+1; in cvCorrectMatches() 360 tmp31->data.db[0] /= tmp31->data.db[2]; in cvCorrectMatches() 361 tmp31->data.db[1] /= tmp31->data.db[2]; in cvCorrectMatches() 362 tmp31->data.db[2] /= tmp31->data.db[2]; in cvCorrectMatches() 364 cvGEMM(tmp33,tmp31,1,0,0,tmp31_2); in cvCorrectMatches() 368 tmp31->data.db[0] = f2*pow(c*t_min+d,2); in cvCorrectMatches() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2006-11-10-DAGCombineMiscompile.ll | 6 %tmp31.i.i.i.i = icmp slt i32 %tmp28.i.i.i.i, %tmp1.i.i206.i.i ; <i1> [#uses=1] 7 %tmp31.i.i.i.i.upgrd.1 = zext i1 %tmp31.i.i.i.i to i16 ; <i16> [#uses=1] 8 %tmp371.i.i.i.i1 = or i16 %tmp31.i.i.i.i.upgrd.1, %X ; <i16> [#uses=1]
|
D | vec_shuffle.ll | 45 %tmp31 = insertelement <16 x i8> %tmp30, i8 %tmp15, i32 13 ; <<16 x i8>> [#uses=1] 46 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1] 87 %tmp31 = insertelement <16 x i8> %tmp30, i8 %tmp15, i32 13 ; <<16 x i8>> [#uses=1] 88 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1] 142 %tmp31 = insertelement <16 x i8> %tmp30, i8 %tmp15, i32 13 ; <<16 x i8>> [#uses=1] 143 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1] 222 %tmp31 = insertelement <16 x i8> %tmp30, i8 %tmp15, i32 13 ; <<16 x i8>> [#uses=1] 223 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1] 316 %tmp31 = insertelement <16 x i8> %tmp30, i8 %tmp15, i32 13 ; <<16 x i8>> [#uses=1] 317 %tmp32 = insertelement <16 x i8> %tmp31, i8 %tmp16, i32 14 ; <<16 x i8>> [#uses=1] [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-05-11-InstrSched.ll | 15 %tmp31 = add nsw i32 %tmp.10, -1 ; <i32> [#uses=4] 16 %tmp32 = getelementptr i32, i32* %mpp, i32 %tmp31 ; <i32*> [#uses=1] 19 %tmp42 = getelementptr i32, i32* %tpmm, i32 %tmp31 ; <i32*> [#uses=1] 25 %tmp62 = getelementptr i32, i32* %ip, i32 %tmp31 ; <i32*> [#uses=1] 28 %tmp73 = getelementptr i32, i32* %tpim, i32 %tmp31 ; <i32*> [#uses=1]
|
D | coalescer-commute3.ll | 13 %tmp31 = tail call i32 @perimeter( %struct.quad_struct* null, i32 0 ) nounwind ; <i32> [#uses=1] 15 %tmp33 = add i32 0, %tmp31 ; <i32> [#uses=1]
|
D | 2010-01-13-OptExtBug.ll | 28 %tmp31 = add i16 %tmp2, 1 29 %tmp32 = zext i16 %tmp31 to i32
|
D | 2012-10-18-crash-dagco.ll | 29 %tmp31 = icmp eq i32 %tmp30, 0 34 %tmp36 = select i1 %tmp31, i8 %tmp35, i8 %tmp33
|
D | lsr-normalization.ll | 64 %tmp26 = phi i64 [ %tmp31, %bb25 ], [ 0, %bb23 ] ; <i64> [#uses=1] 69 %tmp31 = add i64 %tmp26, 1 ; <i64> [#uses=2] 73 %tmp33 = mul i64 %tmp31, %tmp24 ; <i64> [#uses=1]
|
D | 2008-03-23-DarwinAsmComments.ll | 23 …%tmp31 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 2 ; <i32**> … 24 store i32* %tmp2829, i32** %tmp31, align 8
|
D | 2007-09-05-InvalidAsm.ll | 24 …%tmp31 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 2 ; <i32**> … 25 store i32* %tmp2829, i32** %tmp31, align 8
|
D | x86-64-pic-10.ll | 8 %tmp31 = call i32 @g()
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-vaddd.ll | 14 define i32 @main(i32 %argc, i8** nocapture readnone %Argv, <2 x double> %tmp31) { 18 %tmp33 = fadd <2 x double> %tmp31, %tmp31
|
D | 2009-08-29-TooLongSplat.ll | 8 %tmp31 = extractelement <4 x float> %0, i32 0 ; <float> [#uses=1] 9 %1 = fpext float %tmp31 to double ; <double> [#uses=1]
|
D | 2009-09-13-InvalidSuperReg.ll | 9 %tmp31 = add i32 %1, 8 10 %tmp3132 = inttoptr i32 %tmp31 to float*
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | polynomial-expand.ll | 20 %tmp31 = phi i32 [ %tmp39, %bb30 ], [ %tmp28, %bb24 ] ; <i32> [#uses=2] 26 %tmp39 = add nsw i32 %tmp31, -1 ; <i32> [#uses=1] 27 %tmp38 = icmp eq i32 %tmp31, 1 ; <i1> [#uses=1]
|
D | iv-sext.ll | 97 %hiPart.08 = phi i32 [ %tmp31, %bb5 ], [ %hiPart.119, %bb.nph12 ] ; <i32> [#uses=2] 103 %tmp31 = add i32 %hiPart.08, 1 ; <i32> [#uses=4] 104 %tmp32 = sext i32 %tmp31 to i64 ; <i64> [#uses=1] 113 %tmp36 = icmp sgt i32 %tmp3, %tmp31 ; <i1> [#uses=1] 119 %tmp31.lcssa = phi i32 [ %tmp31, %bb5 ] ; <i32> [#uses=1] 125 …%hiPart.0.lcssa = phi i32 [ %tmp31.lcssa, %bb5.bb7_crit_edge ], [ %hiPart.119, %bb5.preheader ] ;…
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2010-09-15-GEP-SignedArithmetic.ll | 9 %tmp31 = mul i32 %indvar, -2 10 %tmp32 = add i32 %tmp31, 30
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-10-31-RangeCrash.ll | 14 %tmp31.i.i = load i16, i16* null, align 2 ; <i16> [#uses=2] 15 %tmp35.i.i = icmp ult i16 %tmp31.i.i, 1 ; <i1> [#uses=1] 16 %tmp41.i.i = icmp ugt i16 %tmp31.i.i, -1 ; <i1> [#uses=1]
|
D | 2007-06-06-AshrSignBit.ll | 14 %tmp31 = ashr i64 %tmp30, %.cast ; <i64> [#uses=1] 15 %tmp3132 = trunc i64 %tmp31 to i32 ; <i32> [#uses=1]
|
D | 2012-06-06-LoadOfPHIs.ll | 77 %tmp31 = load double, double* %min.0 79 %tmp33 = fcmp oeq double %tmp31, %tmp32 89 %tmp37 = fsub double %tmp32, %tmp31 93 %tmp39 = fadd double %tmp32, %tmp31 100 %tmp43 = fsub double %tmp42, %tmp31
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
D | gep-signed-arithmetic.ll | 11 %tmp31 = mul i32 %indvar, -2 12 %tmp32 = add i32 %tmp31, 30
|
/external/llvm/test/Transforms/StructurizeCFG/ |
D | nested-loop-order.ll | 38 ; CHECK: br i1 %tmp31, label %IF29, label %Flow1 40 %tmp31 = icmp sgt i32 %tmp20, 1 41 br i1 %tmp31, label %IF29, label %ENDIF28
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2007-07-12-ExitDomInfo.ll | 20 …%tmp31 = call i32 @strcspn( i8* null, i8* getelementptr ([3 x i8], [3 x i8]* @str3, i64 0, i64 0) … 33 %tmp33 = add i32 %tmp31, 0 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | value-ptr-bug.ll | 41 %tmp31 = load i8, i8* %sp.4, align 1 43 store i8 %tmp31, i8* %dp.addr.4, align 1
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count5.ll | 46 %tmp31 = fdiv float %peakCount.0.lcssa, %distERBhi.0.lcssa ; <float> [#uses=1] 47 ret float %tmp31
|