HomeSort by relevance Sort by last modified time
    Searched full:fadd (Results 76 - 100 of 685) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SLPVectorizer/X86/
multi_block.ll 23 ;CHECK: fadd <2 x float>
41 %10 = fadd float %4, 4.000000e+00
42 %11 = fadd float %5, 5.000000e+00
44 %13 = fadd double %12, 9.000000e+00
48 %16 = fadd double %15, 5.000000e+00
extract.ll 8 ;CHECK: fadd <2 x double>
17 %A0 = fadd double %V0, 0.0
18 %A1 = fadd double %V1, 1.1
35 %A0 = fadd double %V0, 1.2
36 %A1 = fadd double %V1, 3.4
53 %A0 = fadd double %V0, 5.5
54 %A1 = fadd double %V1, 6.6
cse.ll 15 ;CHECK: fadd <2 x double>
18 ;CHECK: fadd <2 x double>
27 %add = fadd double %mul, 1.000000e+00
32 %add4 = fadd double %mul3, 6.000000e+00
35 %add8 = fadd double %mul, 7.000000e+00
39 %add12 = fadd double %mul11, 8.000000e+00
62 %add = fadd double %mul1, 6.000000e+00
68 %add7 = fadd double %mul6, 2.000000e+00
74 %add13 = fadd double %mul12, 3.000000e+00
80 %add19 = fadd double %mul18, 4.000000e+0
    [all...]
  /external/llvm/test/CodeGen/ARM/
spill-q.ll 53 %4 = fadd <4 x float> %3, %part0.0.0261 ; <<4 x float>> [#uses=1]
57 %8 = fadd <4 x float> %7, <float 5.000000e-01, float 5.000000e-01, float 5.000000e-01, float 5.000000e-01> ; <<4 x float>> [#uses=1]
66 %17 = fadd <4 x float> %16, undef ; <<4 x float>> [#uses=1]
70 %tmp1 = fadd <4 x float> %20, %ld3
71 %tmp2 = fadd <4 x float> %tmp1, %ld4
72 %tmp3 = fadd <4 x float> %tmp2, %ld5
73 %tmp4 = fadd <4 x float> %tmp3, %ld6
74 %tmp5 = fadd <4 x float> %tmp4, %ld7
75 %tmp6 = fadd <4 x float> %tmp5, %ld8
76 %tmp7 = fadd <4 x float> %tmp6, %ld
    [all...]
2009-02-27-SpillerBug.ll 14 %0 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
32 %5 = fadd double %4, 0.000000e+00 ; <double> [#uses=16]
58 %.pn57 = fadd double %.pn77, 0.000000e+00 ; <double> [#uses=1]
60 %.pn32 = fadd double %.pn69, 0.000000e+00 ; <double> [#uses=1]
63 %.pn9 = fadd double %.pn57, %.pn58 ; <double> [#uses=1]
66 %.pn1 = fadd double %.pn32, %.pn33 ; <double> [#uses=1]
68 %.pn26 = fadd double %.pn28, 0.000000e+00 ; <double> [#uses=1]
71 %.pn18 = fadd double %.pn22, 0.000000e+00 ; <double> [#uses=1]
72 %.pn16 = fadd double %.pn20, 0.000000e+00 ; <double> [#uses=1]
75 %.pn10 = fadd double %.pn14, 0.000000e+00 ; <double> [#uses=1
    [all...]
a15-mla.ll 20 %r = fadd <4 x float> %t, %z
30 %r1 = fadd <4 x float> %t1, %z
33 %r2 = fadd <4 x float> %t2, %r1
  /external/llvm/test/CodeGen/Thumb2/
thumb2-spill-q.ll 53 %4 = fadd <4 x float> %3, %part0.0.0261 ; <<4 x float>> [#uses=1]
57 %8 = fadd <4 x float> %7, <float 5.000000e-01, float 5.000000e-01, float 5.000000e-01, float 5.000000e-01> ; <<4 x float>> [#uses=1]
66 %17 = fadd <4 x float> %16, undef ; <<4 x float>> [#uses=1]
70 %tmp1 = fadd <4 x float> %20, %ld3
71 %tmp2 = fadd <4 x float> %tmp1, %ld4
72 %tmp3 = fadd <4 x float> %tmp2, %ld5
73 %tmp4 = fadd <4 x float> %tmp3, %ld6
74 %tmp5 = fadd <4 x float> %tmp4, %ld7
75 %tmp6 = fadd <4 x float> %tmp5, %ld8
76 %tmp7 = fadd <4 x float> %tmp6, %ld
    [all...]
cross-rc-coalescing-2.ll 20 %0 = fadd float 0.000000e+00, 1.000000e+00 ; <float> [#uses=2]
38 %8 = fadd float undef, %7 ; <float> [#uses=2]
41 %11 = fadd float %9, %8 ; <float> [#uses=1]
45 %15 = fadd float %14, undef ; <float> [#uses=2]
48 %18 = fadd float %16, %15 ; <float> [#uses=2]
51 %21 = fadd float %19, %13 ; <float> [#uses=1]
57 %27 = fadd float %25, %26 ; <float> [#uses=1]
58 %28 = fadd float %11, %27 ; <float> [#uses=1]
60 %29 = fadd float %12, %24 ; <float> [#uses=1]
71 %35 = fadd float 0.000000e+00, undef ; <float> [#uses=1
    [all...]
  /external/llvm/test/Transforms/BBVectorize/
loop1.ll 21 %add = fadd double %mul, %mul3
22 %add4 = fadd double %1, %1
23 %add5 = fadd double %add4, %0
25 %add7 = fadd double %add, %mul6
27 %add9 = fadd double %0, %0
28 %add10 = fadd double %add9, %0
30 %add12 = fadd double %add7, %mul11
44 ; CHECK: %add = fadd double %mul, %mul3
48 ; CHECK: %add4 = fadd <2 x double> %add4.v.i1.2, %add4.v.i1.2
51 ; CHECK: %add5 = fadd <2 x double> %add4, %add5.v.i1.
    [all...]
ld1.ll 10 %add = fadd double %mul, %i2
18 %add7 = fadd double %mul5, %i5
20 %add11 = fadd double %mul9, %i2
22 %add15 = fadd double %mul13, %i5
33 ; CHECK: %add = fadd <2 x double> %mul, %i2
35 ; CHECK: %add11 = fadd <2 x double> %mul9, %i2
  /external/llvm/test/Transforms/BBVectorize/X86/
simple-int.ll 15 %Z1 = fadd double %Y1, %B1
16 %Z2 = fadd double %Y2, %B2
29 %Z1 = fadd double %Y1, %B1
30 %Z2 = fadd double %Y2, %B2
43 %Z1 = fadd double %Y1, %B1
44 %Z2 = fadd double %Y2, %B2
57 %Z1 = fadd double %Y1, %B1
58 %Z2 = fadd double %Y2, %B2
72 %Z1 = fadd double %Y1, %B1
73 %Z2 = fadd double %Y2, %B
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/X86/
unroll_selection.ll 21 %5 = fadd double %4, 3.000000e+00
23 %7 = fadd double %5, %6
24 %8 = fadd double %7, 2.000000e+00
26 %10 = fadd double %6, %9
28 %12 = fadd double %4, %11
33 %17 = fadd double %16, -3.000000e+00
35 %19 = fadd double %6, %18
36 %20 = fadd double %13, %19
37 %21 = fadd double %20, %17
38 %22 = fadd double %21, 3.000000e+0
    [all...]
  /external/llvm/test/CodeGen/R600/
schedule-vs-if-nested-loop.ll 39 %26 = fadd float %25, %13
43 %30 = fadd float %29, %16
47 %34 = fadd float %33, %19
51 %38 = fadd float %37, %22
55 %42 = fadd float %41, %26
59 %46 = fadd float %45, %30
63 %50 = fadd float %49, %34
67 %54 = fadd float %53, %38
71 %58 = fadd float %57, %42
75 %62 = fadd float %61, %4
    [all...]
load-input-fold.ll 33 %27 = fadd float %26, %14
37 %31 = fadd float %30, %17
41 %35 = fadd float %34, %20
45 %39 = fadd float %38, %23
49 %43 = fadd float %42, %27
53 %47 = fadd float %46, %31
57 %51 = fadd float %50, %35
61 %55 = fadd float %54, %39
65 %59 = fadd float %58, %43
69 %63 = fadd float %62, %4
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 134 fadd dword [10] label
135 fadd qword [5] label
136 fadd st0 label
137 fadd st0, st5 label
138 fadd to st7 label
139 fadd st6, st0 label
  /external/llvm/test/CodeGen/X86/
vec_ins_extract.ll 11 %tmp3 = fadd <4 x float> %tmp, %tmp ; <<4 x float>> [#uses=1]
13 %tmp6 = fadd <4 x float> %tmp10, %tmp10 ; <<4 x float>> [#uses=1]
22 %tmp3 = fadd <4 x float> %tmp, %tmp ; <<4 x float>> [#uses=1]
27 %tmp6 = fadd <4 x float> %tmp4, %tmp4 ; <<4 x float>> [#uses=1]
36 %tmp3 = fadd <4 x float> %tmp, %tmp ; <<4 x float>> [#uses=1]
49 %tmp5 = fadd float %tmp5.lhs, %tmp5.rhs ; <float> [#uses=1]
fp_constant_op.ll 6 %tmp.1 = fadd double %P, 1.230000e+02 ; <double> [#uses=1]
10 ; CHECK: fadd dword ptr
24 ; CHECK: fadd dword ptr
vec_extract.ll 9 %tmp7 = fadd <4 x float> %tmp, %tmp ; <<4 x float>> [#uses=1]
17 %tmp7 = fadd <4 x float> %tmp, %tmp ; <<4 x float>> [#uses=1]
32 %tmp3 = fadd double %tmp2, %A ; <double> [#uses=1]
  /external/llvm/test/CodeGen/Generic/
2006-07-03-schedulers.ll 17 %z1 = fadd float %x1, %y1 ; <float> [#uses=1]
20 %z2 = fadd float %x2, %y2 ; <float> [#uses=1]
21 %z3 = fadd float %z1, %z2 ; <float> [#uses=1]
2008-02-25-NegateZero.ll 8 %tmp113 = fadd float %tmp98, %tmp106 ; <float> [#uses=1]
  /external/llvm/test/CodeGen/NVPTX/
nvvm-reflect.ll 21 ; USE_MUL_0-NOT: fadd float %a, %b
26 ; USE_MUL_0: fadd float %a, %b
28 %ret2 = fadd float %a, %b
  /external/llvm/test/Transforms/InstCombine/
no-negzero.ll 3 ; sqrt(fabs) cannot be negative zero, so we should eliminate the fadd.
8 ; CHECK-NOT: fadd
20 %4 = fadd double %3, 0.000000e+00 ; <double> [#uses=1]
  /external/llvm/test/Assembler/
half-constprop.ll 13 %add = fadd half %tmp, %tmp1
  /external/llvm/test/CodeGen/AArch64/
floatdp_2source.ll 10 %val2 = fadd float %val1, %val1
11 ; CHECK: fadd {{s[0-9]+}}, {{s[0-9]+}}, {{s[0-9]+}}
38 %val2 = fadd double %val1, %val1
39 ; CHECK: fadd {{d[0-9]+}}, {{d[0-9]+}}, {{d[0-9]+}}
  /external/llvm/test/CodeGen/Mips/
buildpairextractelementf64.ll 10 %add = fadd double %d, 2.000000e+00

Completed in 647 milliseconds

1 2 34 5 6 7 8 91011>>