HomeSort by relevance Sort by last modified time
    Searched full:tmp32 (Results 51 - 69 of 69) sorted by null

1 23

  /external/llvm/test/CodeGen/ARM/
2012-01-23-PostRA-LICM.ll 49 %tmp32 = bitcast <4 x i32> %tmp31 to <4 x float>
50 %tmp33 = fsub <4 x float> %tmp32, bitcast (i128 or (i128 shl (i128 zext (i64 trunc (i128 lshr (i128 bitcast (<4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00> to i128), i128 64) to i64) to i128), i128 64), i128 zext (i64 trunc (i128 bitcast (<4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00> to i128) to i64) to i128)) to <4 x float>)
2012-01-26-CopyPropKills.ll 49 %tmp32 = insertelement <4 x float> %tmp25, float 0.000000e+00, i32 3
51 %tmp34 = fadd <4 x float> %tmp33, %tmp32
coalesce-subregs.ll 259 %tmp32 = phi i32 [ 1, %bb ], [ %tmp29, %bb12 ]
260 ret i32 %tmp32
  /external/llvm/test/CodeGen/Generic/
2006-03-01-dagcombineinfloop.ll 49 %tmp32 = trunc i32 %tmp.upgrd.2 to i8 ; <i8> [#uses=1]
50 %tmp33 = icmp eq i8 %tmp32, 7 ; <i1> [#uses=1]
  /external/chromium_org/third_party/ots/src/
cff.cc 44 uint32_t tmp32 = 0; local
50 tmp32 <<= 8;
51 tmp32 += tmp8;
53 *offset = tmp32;
  /external/llvm/test/CodeGen/X86/
switch-crit-edge-constant.ll 50 %tmp32 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0]
nancvt.ll 77 %tmp32 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1]
78 %tmp3233 = bitcast double* %tmp32 to i64* ; <i64*> [#uses=1]
2007-08-09-IllegalX86-64Asm.ll 74 %tmp32 = call %struct.PyObject* %tmp29( %struct.PyObject* %a, %struct.PyObject* %b ) ; <%struct.PyObject*> [#uses=1]
75 ret %struct.PyObject* %tmp32
2009-03-23-MultiUseSched.ll 45 %tmp32 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
46 %tmp33 = add i64 %tmp31, %tmp32 ; <i64> [#uses=1]
crash.ll 288 %tmp32 = getelementptr inbounds %t13* %tmp30, i32 1
289 store %t13* %tmp32, %t13** %tmp3, align 4
  /external/llvm/test/Transforms/InstCombine/
phi.ll 242 %tmp32 = trunc i128 %tmp869.0 to i64 ; <i64> [#uses=1]
246 %tmp2 = add i64 %tmp32, %tmp30
272 %tmp32 = trunc i128 %tmp869.0 to i32
277 call void @test13f(double %tmp31, i32 %tmp32)
  /external/webrtc/src/common_audio/signal_processing/
complex_fft.c 292 WebRtc_Word32 tmp32, round2; local
313 tmp32 = (WebRtc_Word32)WebRtcSpl_MaxAbsValueW16(frfi, 2 * n);
314 if (tmp32 > 13573)
320 if (tmp32 > 27146)
  /external/llvm/test/Transforms/IndVarSimplify/
iv-sext.ll 104 %tmp32 = sext i32 %tmp31 to i64 ; <i64> [#uses=1]
105 %tmp33 = getelementptr float* %peakWeight, i64 %tmp32 ; <float*> [#uses=1]
  /external/llvm/test/Transforms/ObjCARC/
move-and-form-retain-autorelease.ll 119 %tmp32 = tail call %20* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to %20* (i8*, i8*)*)(i8* %tmp29, i8* %tmp31)
121 %tmp34 = bitcast %20* %tmp32 to i8*
basic.ll     [all...]
  /external/llvm/test/Transforms/GVN/
2007-07-31-NoDomInherit.ll 198 %tmp32 = getelementptr %struct.anon* %tmp31, i32 0, i32 3 ; <[3 x i32]*> [#uses=1]
199 %tmp33 = getelementptr [3 x i32]* %tmp32, i32 0, i32 1 ; <i32*> [#uses=1]
  /external/llvm/test/Transforms/MemCpyOpt/
form-memset.ll 76 %tmp32 = getelementptr [8 x i8]* %ref_idx, i32 0, i32 3 ; <i8*> [#uses=1]
77 store i8 -1, i8* %tmp32, align 1
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 10715 IRTemp tmp32 = newTemp( Ity_I32 ); local
11004 IRTemp tmp32 = newTemp( Ity_I32 ); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 2763 milliseconds

1 23