HomeSort by relevance Sort by last modified time
    Searched full:tmp12 (Results 151 - 175 of 182) sorted by null

1 2 3 4 5 67 8

  /external/llvm/test/CodeGen/X86/
sse3.ll 129 %tmp12 = insertelement <8 x i16> %tmp11, i16 %tmp6, i32 4
130 %tmp13 = insertelement <8 x i16> %tmp12, i16 %tmp5, i32 5
157 %tmp12 = insertelement <4 x float> %tmp11, float %tmp8, i32 2
158 %tmp13 = insertelement <4 x float> %tmp12, float %tmp9, i32 3
switch-crit-edge-constant.ll 40 %tmp12 = tail call i32 (i8*, ...) @printf( i8* %s.0 ) ; <i32> [#uses=0]
misched-matrix.ll 117 %tmp12 = load i32, i32* %arrayidx8.2, align 4
154 %mul.2.1 = mul nsw i32 %tmp13, %tmp12
2007-08-09-IllegalX86-64Asm.ll 56 %tmp12 = load %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*, %struct.PyObject* (%struct.PyObject*, %struct.PyObject*)** %tmp11 ; <%struct.PyObject* (%struct.PyObject*, %struct.PyObject*)*> [#uses=1]
57 %tmp15 = call %struct.PyObject* %tmp12( %struct.PyObject* %a, %struct.PyObject* %b ) ; <%struct.PyObject*> [#uses=1]
2009-03-23-MultiUseSched.ll 25 %tmp12 = load volatile i64, i64* @X ; <i64> [#uses=1]
89 %tmp76 = call i64 @llvm.bswap.i64(i64 %tmp12) ; <i64> [#uses=1]
tail-opts.ll 135 %tmp12 = fcmp olt float %tmp8, %tmp11
136 br i1 %tmp12, label %bb, label %bb21
  /external/llvm/test/Transforms/InstCombine/
vec_demanded_elts.ll 15 %tmp12 = insertelement <4 x float> %tmp11, float 0.000000e+00, i32 3 ; <<4 x float>> [#uses=1]
16 %tmp28 = tail call <4 x float> @llvm.x86.sse.sub.ss( <4 x float> %tmp12, <4 x float> < float 1.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00 > ) ; <<4 x float>> [#uses=1]
34 %tmp12 = insertelement <4 x float> %tmp11, float 0.000000e+00, i32 3
35 %tmp19 = bitcast <4 x float> %tmp12 to <4 x i32>
81 %tmp12 = add i64 %tmp1, %tmp3
83 %tmp14 = add i64 %tmp12, %tmp13
174 %tmp12 = insertelement <4 x double> %tmp11, double 0.000000e+00, i32 3
175 %tmp5 = fptrunc <4 x double> %tmp12 to <4 x float>
188 %tmp12 = insertelement <4 x float> %tmp11, float 0.000000e+00, i32 3
189 %tmp5 = fpext <4 x float> %tmp12 to <4 x double
    [all...]
crash.ll 12 %tmp12 = xor i32 %tmp11, 0
13 ret i32 %tmp12
getelementptr.ll 461 %tmp12.rec = add i32 %tmp.0.reg2mem.0.rec, -1
462 %tmp12 = getelementptr inbounds %struct.x, %struct.x* %tmp45, i32 %tmp12.rec
463 %tmp16 = call i32 (i8*, ...) @printf( i8* getelementptr ([12 x i8], [12 x i8]* @.str1, i32 0, i32 0), %struct.x* %tmp12 ) nounwind
464 %tmp84 = icmp eq %struct.x* %tmp12, %orientations62
add2.ll 4 %tmp12 = zext i32 %B to i64
5 %tmp3 = shl i64 %tmp12, 32
2009-02-20-InstCombine-SROA.ll 269 %tmp12 = ptrtoint i32* %tmp6.i to i32
270 %tmp10 = inttoptr i32 %tmp12 to i32*
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count7.ll 91 %tmp12 = getelementptr [15 x i32], [15 x i32]* %c, i64 0, i64 %tmp11 ; <i32*> [#uses=1]
92 %tmp13 = load i32, i32* %tmp12, align 4 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/ARM/
vlddup.ll 188 %tmp12 = getelementptr i16, i16* %A, i32 4
189 store i16* %tmp12, i16** %ptr
coalesce-subregs.ll 283 %tmp12 = shufflevector <2 x float> %tmp11, <2 x float> undef, <2 x i32> <i32 0, i32 2>
284 %tmp13 = bitcast <2 x float> %tmp12 to <1 x i64>
vdup.ll 58 %tmp12 = insertelement <16 x i8> %tmp11, i8 %A, i32 11
59 %tmp13 = insertelement <16 x i8> %tmp12, i8 %A, i32 12
  /external/llvm/test/CodeGen/WinEH/
cppeh-frame-vars.ll 131 %tmp12 = load i32, i32* %NumExceptions, align 4
132 %idxprom = sext i32 %tmp12 to i64
  /external/llvm/test/Transforms/IndVarSimplify/
iv-sext.ll 41 %tmp12 = getelementptr float, float* %pTmp1, i64 %tmp11 ; <float*> [#uses=1]
42 %tmp13 = load float, float* %tmp12, align 4 ; <float> [#uses=1]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 303 // ; %tmp12 = icmp eq i32 %sr_2, 0
304 // ; br i1 %tmp12, label %loop-exit, label %do-while
321 Value *Tmp12 = Builder.CreateICmpEQ(SR_2, Zero);
322 Builder.CreateCondBr(Tmp12, LoopExit, DoWhile);
  /external/llvm/test/Transforms/LoopStrengthReduce/
2012-07-18-LimitReassociate.ll 62 %tmp12 = sub i64 2047, %tmp9
71 %tmp16 = trunc i64 %tmp12 to i32
110 %tmp39 = sub i64 %tmp12, %tmp36
  /external/llvm/test/CodeGen/AArch64/
arm64-dup.ll 57 %tmp12 = insertelement <16 x i8> %tmp11, i8 %A, i32 11
58 %tmp13 = insertelement <16 x i8> %tmp12, i8 %A, i32 12
  /external/llvm/test/Transforms/GVN/
2007-07-31-NoDomInherit.ll 167 %tmp12 = add i32 %tmp11, 1 ; <i32> [#uses=1]
168 store i32 %tmp12, i32* %i
  /external/llvm/test/Transforms/ObjCARC/
move-and-form-retain-autorelease.ll 92 %tmp12 = load i8*, i8** @"\01L_OBJC_SELECTOR_REFERENCES_4631", align 8
94 %tmp14 = tail call signext i8 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8 (i8*, i8*, %13*)*)(i8* %tmp13, i8* %tmp12, %13* bitcast (%12* @_unnamed_cfstring_386 to %13*))
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/mips64/
libc++_static.a     [all...]
  /external/llvm/lib/Target/X86/
README-SSE.txt 695 %tmp12 = uitofp i8 %x to float ; <float> [#uses=1]
696 ret float %tmp12
793 %tmp12 = bitcast i32 %tmp11 to float ; <float> [#uses=1]
795 store float %tmp12, float* %tmp5
  /external/llvm/lib/Target/PowerPC/
README.txt 320 %tmp12 = and i32 %tmp9, 2147483647 ; <uint> [#uses=1]
321 %tmp13 = or i32 %tmp12, %tmp11 ; <uint> [#uses=1]

Completed in 361 milliseconds

1 2 3 4 5 67 8