HomeSort by relevance Sort by last modified time
    Searched full:tmp4 (Results 501 - 525 of 1043) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
coalescer-commute4.ll 17 %tmp4 = load i32, i32* %tmp3, align 4 ; <i32> [#uses=1]
18 %tmp45 = sitofp i32 %tmp4 to float ; <float> [#uses=1]
i128-mul.ll 10 %tmp4 = trunc i128 %tmp3 to i64
11 ret i64 %tmp4
inline-asm.ll 5 %tmp4 = call i32 asm sideeffect "FROB $0", "={ax}"()
6 ret i32 %tmp4
narrow-shl-load.ll 37 %tmp4.pre = load i32, i32* %P
38 %phitmp = trunc i32 %tmp4.pre to i16
pr27501.ll 61 %tmp4 = cleanuppad within none []
62 cleanupret from %tmp4 unwind label %catch.dispatch
shift-combine.ll 15 %tmp4 = getelementptr [4 x i32], [4 x i32]* @array, i32 0, i32 %tmp3
16 %tmp5 = load i32, i32* %tmp4, align 4
shift-folding.ll 47 %tmp4 = load i32, i32* %d
48 %tmp512 = lshr i32 %tmp4, 24
shl-anyext.ll 32 %tmp4 = xor i64 %tmp2, 536870911 ; <i64> [#uses=1]
33 %tmp5 = and i64 %tmp3, %tmp4 ; <i64> [#uses=1]
widen_arith-1.ll 28 %tmp4 = load i32, i32* %i ; <i32> [#uses=1]
30 %arrayidx6 = getelementptr <3 x i8>, <3 x i8>* %tmp5, i32 %tmp4 ; <<3 x i8>*> [#uses=1]
widen_cast-2.ll 30 %tmp4 = load <14 x i16>*, <14 x i16>** %src.addr ; <<4 x i16>*> [#uses=1]
31 %arrayidx5 = getelementptr <14 x i16>, <14 x i16>* %tmp4, i32 %tmp3 ; <<4 x i16>*> [#uses=1]
x86-shrink-wrap-unwind.ll 51 %tmp4 = call i32 @doSomething(i32 0, i32* %tmp)
55 %tmp.0 = phi i32 [ %tmp4, %true ], [ %a, %0 ]
99 %tmp4 = call i32 @doSomething(i32 0, i32* %tmp)
103 %tmp.0 = phi i32 [ %tmp4, %true ], [ %a, %0 ]
145 %tmp4 = call i32 @doSomething(i32 0, i32* %tmp)
149 %tmp.0 = phi i32 [ %tmp4, %true ], [ %a, %0 ]
202 %tmp4 = bitcast i8* %tmp3 to i64*
203 %tmp5 = load i64, i64* %tmp4, align 8
x87.ll 32 %tmp4 = sitofp i64 %l to double
36 %tmp5 = fadd double %tmp3, %tmp4
  /external/llvm/test/Transforms/GVN/
nonescaping-malloc.ll 48 %tmp4.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm::StringMap<void*,llvm::MallocAllocator>"* %this, i64 0, i32 0, i32 0
49 %tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"*, %"struct.llvm::StringMapImpl::ItemBucket"** %tmp4.i, align 8
60 %tmp4.i35.i = getelementptr inbounds i8, i8* %tmp41.i, i64 %val2
61 %tmp.i.i = ptrtoint i8* %tmp4.i35.i to i64
64 %tmp4.i.i = sub i32 %tmp1.i.i, %tmp3.i.i
65 %tmp5.i.i = add i32 %tmp4.i.i, 17
74 store i32 %tmp4.i.i, i32* %tmp.i.i.i.i, align 4
82 %tmp15.i.i = zext i32 %tmp4.i.i to i64
  /external/llvm/test/Transforms/IndVarSimplify/
polynomial-expand.ll 7 define void @ctpmv_(float* noalias nocapture %tmp4, i32 %tmp21) nounwind {
23 %tmp35 = getelementptr float, float* %tmp4, i64 %tmp33 ; <%0*> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2012-10-25-vector-of-pointers.ll 22 %tmp4 = bitcast double** %tmp to <2 x double*>*
23 %tmp5 = load <2 x double*>, <2 x double*>* %tmp4, align 8
  /external/llvm/test/Transforms/LoopStrengthReduce/
count-to-zero.ll 22 %tmp4 = add i32 %c_addr.1, -1 ; <i32> [#uses=1]
23 %c_addr.1.be = select i1 %tmp2, i32 %tmp3, i32 %tmp4 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/Mem2Reg/
2007-08-27-VolatileLoadsStores.ll 25 %tmp4 = load volatile i32, i32* %v, align 4 ; <i32> [#uses=1]
26 store i32 %tmp4, i32* %tmp, align 4
  /external/llvm/test/Transforms/MemCpyOpt/
2008-02-24-MultipleUseofSRet.ll 30 %tmp4 = bitcast %0* %tmp to i8*
31 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %z3, i8* %tmp4, i32 24, i32 8, i1 false)
sret.ll 15 %tmp4 = getelementptr %0, %0* %iz, i32 0, i32 1
20 store x86_fp80 %tmp8, x86_fp80* %tmp4, align 16
  /external/llvm/test/Transforms/SimplifyCFG/
common-dest-folding.ll 39 %tmp4 = shl i32 1, %c2
45 %tmp5 = and i32 %tmp4, %k
  /external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/
licm.ll 21 %tmp4 = load double* %scevgep, !tbaa !2
22 %mul = fmul double %tmp4, 2.300000e+00
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
dyn-stackalloc.ll 36 %tmp4 = add i32 %tmp1, 2
37 %tmp5 = add i32 %tmp4, %tmp3
fpcmp.ll 39 %tmp4 = zext i1 %tmp to i32 ; <i32> [#uses=1]
40 ret i32 %tmp4
ldm.ll 13 %tmp4 = tail call i32 @f1( i32 %tmp, i32 %tmp3 ) ; <i32> [#uses=1]
14 ret i32 %tmp4
  /external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
internalfunc.ll 33 %tmp4 = load void (...)** @gf1, align 4
34 %cond = select i1 %tobool3, void (...)* %tmp4, void (...)* bitcast (void ()* @sf2 to void (...)*)

Completed in 1070 milliseconds

<<21222324252627282930>>