HomeSort by relevance Sort by last modified time
    Searched full:tmp10 (Results 1 - 25 of 457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
2007-05-18-CastFoldBug.ll 4 define void @blah(i16* %tmp10) {
6 call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend_stret to void (i16*)*)( i16* sret %tmp10 )
2007-06-06-AshrSignBit.ll 4 define void @av_cmp_q_cond_true(i32* %retval, i32* %tmp9, i64* %tmp10) {
12 %tmp30 = load i64, i64* %tmp10 ; <i64> [#uses=1]
2010-11-01-lshr-mask.ll 38 %tmp10 = lshr i8 %tmp8, 7
39 %tmp11 = shl i8 %tmp10, 5
41 ; CHECK: %tmp10 = lshr i8 %tmp8, 7
42 ; CHECK: %tmp11 = shl nuw nsw i8 %tmp10, 5
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2007-05-18-CastFoldBug.ll 4 define void @blah(i16* %tmp10) {
6 call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend_stret to void (i16*)*)( i16* sret %tmp10 )
2007-06-06-AshrSignBit.ll 4 define void @av_cmp_q_cond_true(i32* %retval, i32* %tmp9, i64* %tmp10) {
12 %tmp30 = load i64* %tmp10 ; <i64> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
lea-recursion.ll 19 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=2]
20 store i32 %tmp10, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 1)
22 %tmp9.1 = add i32 %tmp10, 1 ; <i32> [#uses=1]
23 %tmp10.1 = add i32 %tmp9.1, %tmp8.1 ; <i32> [#uses=2]
24 store i32 %tmp10.1, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 2)
26 %tmp9.2 = add i32 %tmp10.1, 1 ; <i32> [#uses=1]
27 %tmp10.2 = add i32 %tmp9.2, %tmp8.2 ; <i32> [#uses=2]
28 store i32 %tmp10.2, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 3)
30 %tmp9.3 = add i32 %tmp10.2, 1 ; <i32> [#uses=1]
31 %tmp10.3 = add i32 %tmp9.3, %tmp8.3 ; <i32> [#uses=2
    [all...]
2009-03-03-BitcastLongDouble.ll 11 %tmp10 = trunc i80 %tmp11 to i32 ; <i32> [#uses=1]
12 ret i32 %tmp10
vec_set-8.ll 9 %tmp10 = insertelement <2 x i64> undef, i64 %i, i32 0
10 %tmp11 = insertelement <2 x i64> %tmp10, i64 0, i32 1
2007-01-08-InstrSched.ll 9 %tmp10 = fadd float %tmp1, %tmp3
10 %tmp12 = fadd float %tmp10, %tmp5
2011-07-13-BadFrameIndexDisplacement.ll 16 %tmp10 = sext i8 %tmp9 to i32
17 ret i32 %tmp10
vec_set-6.ll 9 %tmp10 = insertelement <4 x float> %tmp8, float %c, i32 3 ; <<4 x float>> [#uses=1]
10 ret <4 x float> %tmp10
vec_shuffle-36.ll 14 %tmp10 = shufflevector <8 x i16> %t0, <8 x i16> undef, <8 x i32> < i32 undef, i32 2, i32 2, i32 2, i32 2, i32 2, i32 undef, i32 undef >
15 ret <8 x i16> %tmp10
  /external/llvm/test/CodeGen/X86/
lea-recursion.ll 19 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=2]
20 store i32 %tmp10, i32* getelementptr ([1000 x i32], [1000 x i32]* @g0, i32 0, i32 1)
22 %tmp9.1 = add i32 %tmp10, 1 ; <i32> [#uses=1]
23 %tmp10.1 = add i32 %tmp9.1, %tmp8.1 ; <i32> [#uses=2]
24 store i32 %tmp10.1, i32* getelementptr ([1000 x i32], [1000 x i32]* @g0, i32 0, i32 2)
26 %tmp9.2 = add i32 %tmp10.1, 1 ; <i32> [#uses=1]
27 %tmp10.2 = add i32 %tmp9.2, %tmp8.2 ; <i32> [#uses=2]
28 store i32 %tmp10.2, i32* getelementptr ([1000 x i32], [1000 x i32]* @g0, i32 0, i32 3)
30 %tmp9.3 = add i32 %tmp10.2, 1 ; <i32> [#uses=1]
31 %tmp10.3 = add i32 %tmp9.3, %tmp8.3 ; <i32> [#uses=2
    [all...]
2009-03-03-BitcastLongDouble.ll 11 %tmp10 = trunc i80 %tmp11 to i32 ; <i32> [#uses=1]
12 ret i32 %tmp10
vec_set-8.ll 9 %tmp10 = insertelement <2 x i64> undef, i64 %i, i32 0
10 %tmp11 = insertelement <2 x i64> %tmp10, i64 0, i32 1
2007-01-08-InstrSched.ll 9 %tmp10 = fadd float %tmp1, %tmp3
10 %tmp12 = fadd float %tmp10, %tmp5
2011-07-13-BadFrameIndexDisplacement.ll 16 %tmp10 = sext i8 %tmp9 to i32
17 ret i32 %tmp10
vec_set-6.ll 13 %tmp10 = insertelement <4 x float> %tmp8, float %c, i32 3
14 ret <4 x float> %tmp10
coalescer-commute2.ll 17 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
18 ret <2 x i64> %tmp10
26 %tmp10 = bitcast <8 x i16> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
27 ret <2 x i64> %tmp10
  /external/llvm/test/Transforms/GVN/
2007-07-25-InfiniteLoop.ll 1 ; RUN: opt < %s -basicaa -gvn -S | not grep "tmp10 ="
12 %tmp10 = load %struct.INT2*, %struct.INT2** @blkshifts, align 4 ; <%struct.INT2*> [#uses=0]
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
2007-07-25-InfiniteLoop.ll 1 ; RUN: opt < %s -basicaa -gvn -S | not grep {tmp10 =}
12 %tmp10 = load %struct.INT2** @blkshifts, align 4 ; <%struct.INT2*> [#uses=0]
  /external/libjpeg-turbo/
jfdctflt.c 63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
83 tmp10 = tmp0 + tmp3; /* phase 2 */
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */
89 dataptr[4] = tmp10 - tmp11;
97 tmp10 = tmp4 + tmp5; /* phase 2 */
102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */
103 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
133 tmp10 = tmp0 + tmp3; /* phase 2 */
138 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
139 dataptr[DCTSIZE*4] = tmp10 - tmp11
    [all...]
  /external/llvm/test/CodeGen/ARM/
weak2.ll 11 %tmp10 = tail call i32 (...) %t.0( ) ; <i32> [#uses=1]
12 ret i32 %tmp10
  /external/llvm/test/Transforms/TailCallElim/
dont_reorder_load.ll 25 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
26 ret i32 %tmp10
44 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
45 ret i32 %tmp10
62 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
63 ret i32 %tmp10
80 %tmp10 = add i32 %tmp9, %tmp8 ; <i32> [#uses=1]
81 ret i32 %tmp10
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
weak2.ll 11 %tmp10 = tail call i32 (...)* %t.0( ) ; <i32> [#uses=1]
12 ret i32 %tmp10

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 91011>>