/external/llvm/test/CodeGen/X86/ |
machine-combiner.ll | 378 %cmp1 = fcmp olt float %x2, %t0 380 %cmp2 = fcmp olt float %x3, %sel1 402 %cmp1 = fcmp ogt float %x2, %t0 404 %cmp2 = fcmp ogt float %x3, %sel1 426 %cmp1 = fcmp olt double %x2, %t0 428 %cmp2 = fcmp olt double %x3, %sel1 450 %cmp1 = fcmp ogt double %x2, %t0 452 %cmp2 = fcmp ogt double %x3, %sel1 474 %cmp1 = fcmp olt <4 x float> %x2, %t0 476 %cmp2 = fcmp olt <4 x float> %x3, %sel [all...] |
avx512-scalar.ll | 77 %cmp_res = fcmp ogt float %i, %j 88 %cmp_res = fcmp ogt float %i, %j
|
2011-20-21-zext-ui2fp.ll | 16 %bincmp = fcmp olt <8 x float> <float 1.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, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00, float 3.000000e+00>
|
peephole-multiple-folds.ll | 21 %c = fcmp oeq float %vsum1.next.1, 0.0
|
/external/llvm/test/CodeGen/Mips/ |
fcmp.ll | 20 %1 = fcmp false float %a, %b 44 %1 = fcmp oeq float %a, %b 68 %1 = fcmp ogt float %a, %b 92 %1 = fcmp oge float %a, %b 116 %1 = fcmp olt float %a, %b 140 %1 = fcmp ole float %a, %b 166 %1 = fcmp one float %a, %b 192 %1 = fcmp ord float %a, %b 216 %1 = fcmp ueq float %a, %b 240 %1 = fcmp ugt float %a, % [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
big_alu.ll | 15 %7 = fcmp ugt float %6, 0.000000e+00 20 %12 = fcmp ugt float %11, 0.000000e+00 25 %17 = fcmp ugt float %16, 0.000000e+00 78 %70 = fcmp oge float %69, 3.500000e+00 86 %77 = fcmp oge float %76, 2.000000e+00 431 %413 = fcmp oge float 2.200000e+03, %179 468 %441 = fcmp oge float %temp92.0, %440 493 %463 = fcmp olt float 0x3FEFDF3B60000000, %temp92.0 496 %466 = fcmp oge float %446, %462 537 %499 = fcmp oge float %481, %49 [all...] |
selectcc-opt.ll | 12 %0 = fcmp olt float %in, 0.000000e+00 40 %0 = fcmp olt float %in, 0.0
|
m0-spill.ll | 11 %cmp = fcmp ueq float 0.0, %4
|
/external/llvm/test/CodeGen/PowerPC/ |
2008-09-12-CoalescerBug.ll | 36 %17 = fcmp olt float %14, 0.000000e+00 ; <i1> [#uses=0] 37 %18 = fcmp olt float %16, 0.000000e+00 ; <i1> [#uses=1] 41 %19 = fcmp ogt float %16, 6.553500e+04 ; <i1> [#uses=1] 75 %44 = fcmp olt float %41, 0.000000e+00 ; <i1> [#uses=0] 76 %45 = fcmp olt float %43, 0.000000e+00 ; <i1> [#uses=1] 80 %46 = fcmp ogt float %43, 6.553500e+04 ; <i1> [#uses=0] 95 %57 = fcmp olt float %54, 0.000000e+00 ; <i1> [#uses=0] 96 %58 = fcmp olt float %56, 0.000000e+00 ; <i1> [#uses=0] 118 %80 = fcmp olt float %77, 0.000000e+00 ; <i1> [#uses=1] 122 %81 = fcmp ogt float %77, 6.553500e+04 ; <i1> [#uses=1 [all...] |
ppc64-toc.ll | 39 %cmp = fcmp oeq double %a, 2.000000e+00 52 %cmp = fcmp oeq double %0, %a
|
return-val-i128.ll | 11 %tmp2 = fcmp olt float %tmp1, 0.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/Bitcode/ |
compatibility-3.6.ll | [all...] |
compatibility-3.7.ll | [all...] |
/external/llvm/test/CodeGen/ARM/ |
ifcvt11.ll | 28 %5 = fcmp uge double %3, %4 39 %7 = fcmp uge double %3, %6
|
/external/llvm/test/CodeGen/NVPTX/ |
noduplicate-syncthreads.ll | 18 %cmp = fcmp olt double %conv, 1.000000e+01 45 %cmp8 = fcmp olt double %conv7, 1.000000e+01
|
/external/llvm/test/Feature/ |
intrinsics.ll | 42 fcmp uno float 1.000000e+00, 2.000000e+00 ; <i1>:1 [#uses=0] 43 fcmp uno double 3.000000e+00, 4.000000e+00 ; <i1>:2 [#uses=0]
|
/external/llvm/test/Transforms/CodeGenPrepare/AMDGPU/ |
no-sink-addrspacecast.ll | 16 %tmp7 = fcmp olt float %tmp5, 8.388608e+06 38 %tmp21 = fcmp ogt float %tmp5, 1.600000e+01
|
/external/llvm/test/Transforms/InstCombine/ |
fpcast.ll | 45 ; CHECK: fcmp ogt 49 %d = fcmp ogt float %a, %b
|
select-crash.ll | 15 %cmp86 = fcmp ogt double %highlights, 0.000000e+00
|
/external/llvm/test/Transforms/SimplifyCFG/AArch64/ |
prefer-fma.ll | 9 %cmp = fcmp oeq double %0, 0.000000e+00 37 %cmp2 = fcmp oeq double %5, 2.000000e+00
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
diagnostic.s | 55 fcmp d0, #1.0 56 fcmp d0, x0
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2011-03-09-CPSRSpill.ll | 22 %2 = fcmp ult float %1, 0xBF847AE140000000
|
/external/llvm/test/CodeGen/Thumb2/ |
inflate-regs.ll | 39 %cmp = fcmp ogt float %add, 0.000000e+00
|
/external/llvm/test/Transforms/Inline/ |
inline-fast-math-flags.ll | 13 %tobool = fcmp une float %mul, 0.000000e+00
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_binaryop.ll | 34 %tobool = fcmp une double %postadd1, 0.000000e+00
|