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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
fcmp.ll 8 %cmp = fcmp ogt double %ext1, %ext2
11 ; CHECK-NEXT: fcmp ogt float %x, %y
16 %cmp = fcmp ogt double %ext, 1.000000e+00
19 ; CHECK-NEXT: fcmp ogt float %a, 1.0
24 %cmp = fcmp ogt double %ext, 0x3FF0000000000001 ; more precision than float.
32 %cmp = fcmp ogt double %ext, 0x36A0000000000000 ; denormal in float.
40 %cmp = fcmp ogt float %neg, 1.000000e+00
43 ; CHECK-NEXT: fcmp olt float %a, -1.0
49 %cmp = fcmp olt float %neg1, %neg2
52 ; CHECK-NEXT: fcmp ogt float %x, %
    [all...]
minmax-fp.ll 4 ; CHECK-NEXT: fcmp oge float %a, 5.000000e+00
9 %1 = fcmp ult float %a, 5.0
16 ; CHECK-NEXT: fcmp oge float %a, 5.000000e+00
21 %1 = fcmp ult float %a, 5.0
28 ; CHECK-NEXT: fcmp oge double %a, 5.000000e+00
33 %1 = fcmp ult double %a, 5.0
40 ; CHECK-NEXT: fcmp ult float %a, 5.000000e+00
45 %1 = fcmp ult float %a, 5.0
52 ; CHECK-NEXT: fcmp ult float %a, -0.0
57 %1 = fcmp ult float %a, -0.
    [all...]
pr23809.ll 13 define float @fcmp(float %a, float %b) {
14 ; CHECK-LABEL: @fcmp(
16 %1 = fcmp oge float %sum, 0.0
fcmp-select.ll 10 %cmp = fcmp une double %x, -1.0
18 %cmp = fcmp une double %x, -1.0
26 %cmp = fcmp une double %x, %y
34 %cmp = fcmp une double %x, %y
42 %cmp = fcmp one double %x, -1.0
50 %cmp = fcmp one double %x, -1.0
2008-02-28-OrFCmpCrash.ll 6 %tmp67 = fcmp uno x86_fp80 %y, 0xK00000000000000000000 ; <i1> [#uses=1]
7 %tmp71 = fcmp uno float %x, 0.000000e+00 ; <i1> [#uses=1]
2008-11-08-FCmp.ll 4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
10 %2 = fcmp ole double %1, 0.000000e+00
18 %2 = fcmp olt double %1, 0.000000e+00
26 %2 = fcmp oge double %1, 0.000000e+00
34 %2 = fcmp ogt double %1, 0.000000e+00
42 %2 = fcmp ogt double %1, -4.400000e+00
50 %2 = fcmp olt double %1, -4.400000e+00
60 %2 = fcmp oge double %1, 3.200000e+00
not-fcmp.ll 6 %tmp3 = fcmp olt float %X, %Y ; <i1> [#uses=1]
11 ; CHECK-NEXT: %toBoolnot5 = fcmp uge float %X, %Y
float-shrink-compare.ll 9 %4 = fcmp oeq double %2, %3
14 ; CHECK-NEXT: fcmp oeq float %ceilf, %y
21 %4 = fcmp oeq double %2, %3
26 ; CHECK-NEXT: fcmp oeq float %fabsf, %y
33 %4 = fcmp oeq double %2, %3
38 ; CHECK-NEXT: fcmp oeq float %floorf, %y
45 %4 = fcmp oeq double %2, %3
50 ; CHECK-NEXT: fcmp oeq float %nearbyintf, %y
57 %4 = fcmp oeq double %2, %3
62 ; CHECK-NEXT: fcmp oeq float %rintf, %
    [all...]
2009-05-23-FCmpToICmp.ll 7 %d = fcmp ogt double %c, 0x41EFFFFFFFE00000
  /external/llvm/test/CodeGen/AArch64/
arm64-fcmp-opt.ll 7 ; CHECK: fcmp s0, #0.0
9 %cmp = fcmp une float %a, 0.000000e+00
16 ; CHECK: fcmp s0, s1
18 %cmp = fcmp une float %a, %b
25 ; CHECK: fcmp d0, #0.0
27 %cmp = fcmp une double %a, 0.000000e+00
34 ; CHECK: fcmp d0, d1
36 %cmp = fcmp une double %a, %b
40 ; Check each fcmp condition
43 ; CHECK: fcmp s0, s
    [all...]
  /external/llvm/test/Bitcode/
miscInstructions.3.2.ll 115 define void @fcmp(float %x1, float %x2, <2 x float> %vec1, <2 x float> %vec2){
117 ; CHECK: %res1 = fcmp oeq float %x1, %x2
118 %res1 = fcmp oeq float %x1, %x2
120 ; CHECK-NEXT: %res2 = fcmp one float %x1, %x2
121 %res2 = fcmp one float %x1, %x2
123 ; CHECK-NEXT: %res3 = fcmp ugt float %x1, %x2
124 %res3 = fcmp ugt float %x1, %x2
126 ; CHECK-NEXT: %res4 = fcmp uge float %x1, %x2
127 %res4 = fcmp uge float %x1, %x2
129 ; CHECK-NEXT: %res5 = fcmp ult float %x1, %x
    [all...]
  /external/clang/test/CodeGen/
fp16-ops.c 34 // CHECK: fcmp une float
35 // NATIVE-HALF: fcmp une half
193 // CHECK: fcmp olt float
194 // NATIVE-HALF: fcmp olt half
198 // CHECK: fcmp olt float
199 // NATIVE-HALF: fcmp olt half
202 // CHECK: fcmp olt float
204 // NATIVE-HALF: fcmp olt float
207 // CHECK: fcmp olt float
209 // NATIVE-HALF: fcmp olt floa
    [all...]
  /external/llvm/test/Assembler/
vbool-cmp.ll 3 ; Rudimentary test of fcmp/icmp on vectors returning vector of bool
6 ; CHECK: fcmp olt <4 x float> %a, %b
9 %cmp = fcmp olt <4 x float> %a, %b ; <4 x i1> [#uses=1]
  /external/llvm/test/CodeGen/AMDGPU/
fcmp-cnde-int-args.ll 4 ; chance to optimize the fcmp + select instructions to SET* was missed
5 ; due to the fact that the operands to fcmp and select had different types
12 %cmp = fcmp oeq float %0, 0.000000e+00
  /external/llvm/test/CodeGen/PowerPC/
fp-branch.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fcmp | count 1
16 %tmp57 = fcmp oge double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
17 %tmp58 = fcmp uno double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
2008-05-01-ppc_fp128.ll 9 %tmp124 = fcmp ord ppc_fp128 %b, 0xM00000000000000000000000000000000 ; <i1> [#uses=1]
10 %tmp140 = and i1 %tmp124, fcmp une (ppc_fp128 0xM00000000000000000000000000000000, ppc_fp128 0xM00000000000000000000000000000000) ; <i1> [#uses=0]
  /external/llvm/test/CodeGen/X86/
fpcmp-soft-fp.ll 5 %cmp = fcmp ule double %d, 0.000000e+00
15 %cmp = fcmp ult double %d, 0.000000e+00
25 %cmp = fcmp ugt double %d, 0.000000e+00
35 %cmp = fcmp uge double %d, 0.000000e+00
45 %cmp = fcmp ole double %d, 0.000000e+00
55 %cmp = fcmp olt double %d, 0.000000e+00
65 %cmp = fcmp ogt double %d, 0.000000e+00
75 %cmp = fcmp oge double %d, 0.000000e+00
85 %cmp = fcmp oeq double %d, 0.000000e+00
95 %cmp = fcmp ueq double %d, 0.000000e+00
    [all...]
2004-02-22-Casts.ll 3 %V = fcmp one double %X, 0.000000e+00 ; <i1> [#uses=1]
bitcast-int-to-vector.ll 8 %b = fcmp uno float %r, %s
isnan.ll 6 %R = fcmp uno double %X, %X ; <i1> [#uses=1]
  /external/llvm/test/Analysis/CostModel/PowerPC/
cmp-expanded.ll 9 ; CHECK: cost of 44 {{.*}} fcmp
10 %v1 = fcmp ugt <4 x double> undef, undef
  /external/llvm/test/CodeGen/ARM/
unord.ll 4 %tmp = fcmp uno float %X, %Y
10 %tmp = fcmp ord float %X, %Y
  /external/llvm/test/CodeGen/Thumb2/
float-cmp.ll 12 %1 = fcmp false float %a, %b
20 %1 = fcmp oeq float %a, %b
28 %1 = fcmp ogt float %a, %b
36 %1 = fcmp oge float %a, %b
44 %1 = fcmp olt float %a, %b
52 %1 = fcmp ole float %a, %b
62 %1 = fcmp one float %a, %b
70 %1 = fcmp ord float %a, %b
79 %1 = fcmp ueq float %a, %b
89 %1 = fcmp ugt float %a, %
    [all...]
  /external/llvm/test/CodeGen/Generic/
isunord.ll 6 %tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/XCore/
fneg.ll 7 %1 = fcmp olt double 0.000000e+00, %0

Completed in 1169 milliseconds

12 3 4 5 6 7 8 91011>>