HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 201 - 225 of 742) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Bitcode/
constantsTest.3.2.ll 23 ; CHECK-NEXT: %res1 = fcmp true float 1.000000e+00, 1.000000e+00
24 %res1 = fcmp true float 1.0, 1.0
25 ; CHECK-NEXT: %res2 = fcmp false float 1.000000e+00, 1.000000e+00
26 %res2 = fcmp false float 1.0, 1.0
110 ; CHECK-NEXT: fcmp oeq float 1.000000e+00, 0.000000e+00
111 fcmp oeq float 1.0, 0.0
  /external/llvm/test/CodeGen/AMDGPU/
unsupported-cc.ll 36 %0 = fcmp ult float %in, 5.0
48 %0 = fcmp ult float %in, 5.0
60 %0 = fcmp olt float %in, 5.0
97 %0 = fcmp ule float %in, 5.0
109 %0 = fcmp ule float %in, 5.0
121 %0 = fcmp ole float %in, 5.0
setcc64.ll 14 %0 = fcmp oeq double %a, %b
24 %0 = fcmp ogt double %a, %b
34 %0 = fcmp oge double %a, %b
44 %0 = fcmp olt double %a, %b
54 %0 = fcmp ole double %a, %b
65 %0 = fcmp one double %a, %b
75 %0 = fcmp ord double %a, %b
86 %0 = fcmp ueq double %a, %b
98 %0 = fcmp ugt double %a, %b
109 %0 = fcmp uge double %a, %
    [all...]
fmin_legacy.f64.ll 9 %r2 = fcmp uge double %r0, %r1
25 %cmp = fcmp ule double %a, %b
40 %cmp = fcmp ole double %a, %b
55 %cmp = fcmp olt double %a, %b
70 %cmp = fcmp ult double %a, %b
schedule-if-2.ll 21 %12 = fcmp ueq float %11, 0x7FF0000000000000
29 %19 = fcmp une float %2, %2
41 %30 = fcmp ugt float %2, 0.000000e+00
43 %32 = fcmp uge float %31, 0.000000e+00
73 %48 = fcmp ult float 0.000000e+00, %2
si-spill-cf.ll 223 %197 = fcmp ogt float undef, 0.000000e+00
224 %198 = fcmp olt float undef, %196
226 %200 = fcmp olt float undef, %.temp292.9
235 %202 = fcmp oeq float %temp292.11, 1.000000e+04
246 %208 = fcmp ogt float undef, 0.000000e+00
247 %209 = fcmp olt float undef, 1.000000e+00
249 %211 = fcmp olt float undef, %207
276 %220 = fcmp oeq float %temp292.11, %82
277 %221 = fcmp olt float %82, %84
282 %223 = fcmp oeq float %temp292.11, %10
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-05-25-DotDebugLoc.ll 18 %2 = fcmp olt float %0, %1, !dbg !19 ; <i1> [#uses=1]
56 %21 = fcmp uno float %x.0, 0.000000e+00, !dbg !28 ; <i1> [#uses=1]
57 %22 = fcmp uno float %y.0, 0.000000e+00, !dbg !28 ; <i1> [#uses=1]
62 %23 = fcmp une float %c, 0.000000e+00, !dbg !29 ; <i1> [#uses=1]
63 %24 = fcmp une float %d, 0.000000e+00, !dbg !29 ; <i1> [#uses=1]
68 %25 = fcmp uno float %a, 0.000000e+00, !dbg !29 ; <i1> [#uses=1]
69 %26 = fcmp uno float %b, 0.000000e+00, !dbg !29 ; <i1> [#uses=1]
82 %30 = fcmp ord float %a, 0.000000e+00 ; <i1> [#uses=1]
84 %32 = fcmp uno float %31, 0.000000e+00 ; <i1> [#uses=1]
89 %34 = fcmp ord float %b, 0.000000e+00 ; <i1> [#uses=1
    [all...]
fast-isel-select-sse.ll 17 %1 = fcmp oeq float %a, %b
31 %1 = fcmp oeq double %a, %b
45 %1 = fcmp ogt float %a, %b
59 %1 = fcmp ogt double %a, %b
73 %1 = fcmp oge float %a, %b
87 %1 = fcmp oge double %a, %b
101 %1 = fcmp olt float %a, %b
115 %1 = fcmp olt double %a, %b
129 %1 = fcmp ole float %a, %b
143 %1 = fcmp ole double %a, %
    [all...]
avx-cmp.ll 6 %bincmp = fcmp olt <8 x float> %a, %b
14 %bincmp = fcmp olt <4 x double> %a, %b
34 %tobool = fcmp une double undef, 0.000000e+00
138 %cmp29 = fcmp oeq double undef, 0.000000e+00
146 %cmp29 = fcmp oeq float undef, 0.000000e+00
2011-10-21-widen-cmp.ll 22 %0 = fcmp oeq <2 x float> undef, undef
36 %0 = fcmp oeq <2 x double> undef, undef
48 %bincmp = fcmp olt <8 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 9.000000e+00, float 1.000000e+00, float 9.000000e+00, float 1.000000e+00> , <float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00>
  /external/llvm/test/Transforms/EarlyCSE/
edge.ll 67 %cmp = fcmp oeq double %y, 2.0
84 %cmp = fcmp une double %y, 2.0
104 %cmp = fcmp oeq double %y, 0.0
121 %cmp = fcmp une double %y, -0.0
142 %cmp = fcmp oeq double %y, %z
160 %cmp = fcmp une double %y, %z
  /external/llvm/test/Transforms/GVN/
edge.ll 64 %cmp = fcmp oeq double %y, 2.0
81 %cmp = fcmp une double %y, 2.0
101 %cmp = fcmp oeq double %y, 0.0
118 %cmp = fcmp une double %y, -0.0
139 %cmp = fcmp oeq double %y, %z
157 %cmp = fcmp une double %y, %z
condprop.ll 149 %cmp2 = fcmp une float %x, %y
150 %cmp = fcmp oeq float %x, %y
151 %cmp3 = fcmp oeq float %x, %y
181 %cmp = fcmp ogt float %x, %y
185 %cmp2 = fcmp ule float %x, %y
190 %cmp3 = fcmp ogt float %x, %y
213 %cmp2 = fcmp ule float %x, %y
214 %cmp = fcmp ogt float %x, %y
215 %cmp3 = fcmp ogt float %x, %y
  /external/llvm/test/CodeGen/SystemZ/
vec-cmp-05.ll 20 %cmp = fcmp oeq <4 x float> %val1, %val2
44 %cmp = fcmp one <4 x float> %val1, %val2
64 %cmp = fcmp ogt <4 x float> %val1, %val2
84 %cmp = fcmp oge <4 x float> %val1, %val2
104 %cmp = fcmp ole <4 x float> %val1, %val2
124 %cmp = fcmp olt <4 x float> %val1, %val2
148 %cmp = fcmp ueq <4 x float> %val1, %val2
169 %cmp = fcmp une <4 x float> %val1, %val2
190 %cmp = fcmp ugt <4 x float> %val1, %val2
211 %cmp = fcmp uge <4 x float> %val1, %val
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
speculate-math.ll 17 %cmp = fcmp ogt double %a, 0.0
33 %cmp.i = fcmp olt float %a, 0.000000e+00
50 %cmp.i = fcmp olt float %a, 0.000000e+00
67 %cmp.i = fcmp olt float %a, 0.000000e+00
84 %cmp.i = fcmp olt float %a, 0.000000e+00
101 %cmp.i = fcmp olt float %a, 0.000000e+00
118 %cmp.i = fcmp olt float %a, 0.000000e+00
  /external/llvm/test/Transforms/LoopVectorize/
minmax_reduction.ll 415 ; CHECK: fcmp fast ogt <2 x float>
418 ; CHECK: fcmp fast ogt <2 x float>
430 %cmp3 = fcmp fast ogt float %0, %max.red.08
441 ; CHECK: fcmp fast oge <2 x float>
444 ; CHECK: fcmp fast ogt <2 x float>
456 %cmp3 = fcmp fast oge float %0, %max.red.08
467 ; CHECK: fcmp fast olt <2 x float>
470 ; CHECK: fcmp fast ogt <2 x float>
482 %cmp3 = fcmp fast olt float %0, %max.red.08
493 ; CHECK: fcmp fast ole <2 x float
    [all...]
  /external/llvm/test/Transforms/InstCombine/
pow-1.ll 76 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq float %x, 0xFFF0000000000000
77 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], float 0x7FF0000000000000, float [[FABSF]]
87 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000
88 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
167 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000
168 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
  /external/llvm/test/CodeGen/Mips/
mips16fpe.ll 216 %cmp = fcmp oeq float %0, %1
228 %cmp = fcmp oeq double %0, %1
240 %cmp = fcmp une float %0, %1
252 %cmp = fcmp une double %0, %1
264 %cmp = fcmp oge float %0, %1
266 %cmp1 = fcmp oge float %2, %0
279 %cmp = fcmp oge double %0, %1
281 %cmp1 = fcmp oge double %2, %0
294 %lnot = fcmp uge float %0, %1
296 %cmp1 = fcmp olt float %0, %
    [all...]
analyzebranch.ll 24 %cmp = fcmp ogt double %a, 0.000000e+00
28 %cmp3 = fcmp ogt double %b, 0.000000e+00
55 %cmp = fcmp une float %f, 0.000000e+00
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-CC.ll 76 %0 = fcmp une float %f, 0.000000e+00
91 %0 = fcmp une float %f, 0.000000e+00
107 %0 = fcmp une double %f, 0.000000e+00
126 %0 = fcmp uge double %a, 0.000000e+00
134 %2 = fcmp ogt double %b, 0.000000e+00
  /external/llvm/test/CodeGen/Mips/msa/
compare_float.ll 14 %3 = fcmp false <4 x float> %1, %2
30 %3 = fcmp false <2 x double> %1, %2
48 %3 = fcmp oeq <4 x float> %1, %2
65 %3 = fcmp oeq <2 x double> %1, %2
82 %3 = fcmp oge <4 x float> %1, %2
99 %3 = fcmp oge <2 x double> %1, %2
116 %3 = fcmp ogt <4 x float> %1, %2
133 %3 = fcmp ogt <2 x double> %1, %2
150 %3 = fcmp ole <4 x float> %1, %2
167 %3 = fcmp ole <2 x double> %1, %
    [all...]
  /external/llvm/test/CodeGen/ARM/
fpcmp-opt.ll 18 %2 = fcmp une float %0, %1
45 %1 = fcmp oeq double %0, 0.000000e+00
68 %1 = fcmp oeq float %0, 0.000000e+00
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
fpcmpa.ll 17 %cmp = fcmp oeq float %0, %1
38 %cmp = fcmp une float %0, %1
58 %cmp = fcmp olt float %0, %1
79 %cmp = fcmp ogt float %0, %1
99 %cmp = fcmp ole float %0, %1
119 %cmp = fcmp oge float %0, %1
139 %cmp = fcmp oeq double %0, %1
159 %cmp = fcmp une double %0, %1
179 %cmp = fcmp olt double %0, %1
199 %cmp = fcmp ogt double %0, %
    [all...]
  /external/clang/test/CodeGen/
ext-vector.c 201 // CHECK: fcmp olt
202 // CHECK: fcmp ole
203 // CHECK: fcmp ogt
204 // CHECK: fcmp oge
205 // CHECK: fcmp oeq
206 // CHECK: fcmp une
  /external/llvm/test/CodeGen/Generic/
print-arith-fp.ll 42 %lt_r = fcmp olt double %a, %b ; <i1> [#uses=1]
43 %le_r = fcmp ole double %a, %b ; <i1> [#uses=1]
44 %gt_r = fcmp ogt double %a, %b ; <i1> [#uses=1]
45 %ge_r = fcmp oge double %a, %b ; <i1> [#uses=1]
46 %eq_r = fcmp oeq double %a, %b ; <i1> [#uses=1]
47 %ne_r = fcmp une double %a, %b ; <i1> [#uses=1]

Completed in 3043 milliseconds

1 2 3 4 5 6 7 891011>>