/external/llvm/test/CodeGen/X86/ |
fast-isel-select-cmp.ll | 25 %1 = fcmp oeq float %a, %b 40 %1 = fcmp one float %a, %b
|
sandybridge-loads.ll | 13 %m0 = fcmp olt <8 x float> %v1, %v0 15 %m1 = fcmp olt <8 x float> %v2, %v0
|
2010-05-25-DotDebugLoc.ll | 20 %2 = fcmp olt float %0, %1, !dbg !19 ; <i1> [#uses=1] 58 %21 = fcmp uno float %x.0, 0.000000e+00, !dbg !28 ; <i1> [#uses=1] 59 %22 = fcmp uno float %y.0, 0.000000e+00, !dbg !28 ; <i1> [#uses=1] 64 %23 = fcmp une float %c, 0.000000e+00, !dbg !29 ; <i1> [#uses=1] 65 %24 = fcmp une float %d, 0.000000e+00, !dbg !29 ; <i1> [#uses=1] 70 %25 = fcmp uno float %a, 0.000000e+00, !dbg !29 ; <i1> [#uses=1] 71 %26 = fcmp uno float %b, 0.000000e+00, !dbg !29 ; <i1> [#uses=1] 84 %30 = fcmp ord float %a, 0.000000e+00 ; <i1> [#uses=1] 86 %32 = fcmp uno float %31, 0.000000e+00 ; <i1> [#uses=1] 91 %34 = fcmp ord float %b, 0.000000e+00 ; <i1> [#uses=1 [all...] |
fast-isel-select-sse.ll | 19 %1 = fcmp oeq float %a, %b 35 %1 = fcmp oeq double %a, %b 51 %1 = fcmp ogt float %a, %b 67 %1 = fcmp ogt double %a, %b 83 %1 = fcmp oge float %a, %b 99 %1 = fcmp oge double %a, %b 115 %1 = fcmp olt float %a, %b 131 %1 = fcmp olt double %a, %b 147 %1 = fcmp ole float %a, %b 163 %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
|
avx512-vec-cmp.ll | 8 %mask = fcmp ole <16 x float> %x, %y 18 %mask = fcmp ole <8 x double> %x, %y 70 %mask = fcmp olt <4 x float> %a, zeroinitializer 81 %mask = fcmp olt <2 x double> %a, zeroinitializer 101 %mask = fcmp oeq <8 x float> %x, %y 132 %cmpvector_i = fcmp oeq <16 x float> %a, %b
|
/external/llvm/test/Transforms/InstCombine/ |
fpcast.ll | 45 ; CHECK: fcmp ogt 49 %d = fcmp ogt float %a, %b
|
vector-casts.ll | 28 %cmp = fcmp ord <4 x float> %a, zeroinitializer 30 %cmp4 = fcmp ord <4 x float> %b, zeroinitializer 37 ; CHECK: fcmp ord <4 x float> %a, %b 42 %cmp = fcmp uno <4 x float> %a, zeroinitializer 44 %cmp4 = fcmp uno <4 x float> %b, zeroinitializer 50 ; CHECK: fcmp uno <4 x float> %a, %b 57 %cmp = fcmp ult <4 x float> %a, zeroinitializer 59 %cmp4 = fcmp ult <4 x float> %b, zeroinitializer
|
pow-1.ll | 74 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq float %x, 0xFFF0000000000000 75 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], float 0x7FF0000000000000, float [[FABSF]] 85 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000 86 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]] 165 ; CHECK-NEXT: [[FCMP:%[a-z0-9]+]] = fcmp oeq double %x, 0xFFF0000000000000 166 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
|
/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]
|
/external/llvm/test/CodeGen/R600/ |
fcmp64.ll | 10 %r2 = fcmp ult double %r0, %r1 23 %r2 = fcmp ule double %r0, %r1 36 %r2 = fcmp ugt double %r0, %r1 49 %r2 = fcmp uge double %r0, %r1 62 %r2 = fcmp une double %r0, %r1 75 %r2 = fcmp ueq double %r0, %r1
|
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
|
setcc.ll | 40 %0 = fcmp oeq float %a, %b 51 %0 = fcmp ogt float %a, %b 62 %0 = fcmp oge float %a, %b 73 %0 = fcmp olt float %a, %b 84 %0 = fcmp ole float %a, %b 104 %0 = fcmp one float %a, %b 118 %0 = fcmp ord float %a, %b 138 %0 = fcmp ueq float %a, %b 154 %0 = fcmp ugt float %a, %b 170 %0 = fcmp uge float %a, % [all...] |
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
|
/external/llvm/test/CodeGen/Mips/ |
hf16call32.ll | 78 %cmp = fcmp oeq float %3, %4 89 %cmp3 = fcmp oeq double %8, %9 108 %cmp10 = fcmp oeq float %16, %17 114 %cmp12 = fcmp oeq float %18, %19 135 %cmp17 = fcmp oeq float %27, %28 139 %cmp19 = fcmp oeq double %29, %30 157 %cmp24 = fcmp oeq double %37, %38 161 %cmp26 = fcmp oeq float %39, %40 177 %cmp30 = fcmp oeq double %47, %48 181 %cmp32 = fcmp oeq double %49, %5 [all...] |
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/Transforms/LoopVectorize/ |
minmax_reduction.ll | 415 ; CHECK: fcmp ogt <2 x float> 418 ; CHECK: fcmp ogt <2 x float> 430 %cmp3 = fcmp ogt float %0, %max.red.08 441 ; CHECK: fcmp oge <2 x float> 444 ; CHECK: fcmp ogt <2 x float> 456 %cmp3 = fcmp oge float %0, %max.red.08 467 ; CHECK: fcmp olt <2 x float> 470 ; CHECK: fcmp ogt <2 x float> 482 %cmp3 = fcmp olt float %0, %max.red.08 493 ; CHECK: fcmp ole <2 x float [all...] |
/external/clang/test/CodeGen/ |
catch-undef-behavior.c | 288 // CHECK: %[[GE:.*]] = fcmp ogt float %[[F:.*]], 0xC1E0000020000000 289 // CHECK: %[[LE:.*]] = fcmp olt float %[[F]], 0x41E0000000000000 296 // CHECK-TRAP: %[[GE:.*]] = fcmp ogt float %[[F:.*]], 0xC1E0000020000000 297 // CHECK-TRAP: %[[LE:.*]] = fcmp olt float %[[F]], 0x41E0000000000000 310 // CHECK: %[[GE:.*]] = fcmp ogt x86_fp80 %[[F:.*]], 0xKC01E8000000100000000 311 // CHECK: %[[LE:.*]] = fcmp olt x86_fp80 %[[F]], 0xK401E8000000000000000 318 // CHECK-TRAP: %[[GE:.*]] = fcmp ogt x86_fp80 %[[F:.*]], 0xKC01E800000010000000 319 // CHECK-TRAP: %[[LE:.*]] = fcmp olt x86_fp80 %[[F]], 0xK401E800000000000000 331 // CHECK: %[[GE:.*]] = fcmp ogt float %[[F:.*]], -1.{{0*}}e+00 332 // CHECK: %[[LE:.*]] = fcmp olt float %[[F]], 0x41F000000000000 [all...] |
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/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/Transforms/SimplifyCFG/ |
speculate-math.ll | 11 %cmp.i = fcmp olt float %a, 0.000000e+00 29 %cmp.i = fcmp olt float %a, 0.000000e+00 46 %cmp.i = fcmp olt float %a, 0.000000e+00
|
/external/llvm/test/CodeGen/PowerPC/ |
crbits.ll | 8 %cmp = fcmp oge float %v1, %v2 9 %cmp2 = fcmp ole float %v2, 0.000000e+00 28 %cmp = fcmp oge float %v1, %v2 29 %cmp2 = fcmp ole float %v2, 0.000000e+00 48 %cmp = fcmp oge float %v1, %v2 49 %cmp2 = fcmp ole float %v2, 0.000000e+00
|