/external/llvm/test/CodeGen/R600/ |
selectcc-opt.ll | 9 %0 = fcmp olt float %in, 0.000000e+00 37 %0 = fcmp olt float %in, 0.0
|
address-space.ll | 24 %cmp = fcmp one float %a, %b
|
/external/llvm/test/CodeGen/X86/ |
cmov-into-branch.ll | 6 %cmp = fcmp olt double %load, %a 18 %cmp = fcmp ogt double %a, %b
|
fp-stack-O0-crash.ll | 16 %cmp = fcmp oeq x86_fp80 %tmp, %tmp1 ; <i1> [#uses=1] 22 %cmp4 = fcmp une x86_fp80 %tmp2, %tmp3 ; <i1> [#uses=1]
|
2011-20-21-zext-ui2fp.ll | 12 %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>
|
constpool.ll | 12 %0 = fcmp oeq float undef, 0x7FF0000000000000 ; <i1> [#uses=1]
|
fast-isel-constpool.ll | 14 %cmp = fcmp olt double %tmp, 8.500000e-01 ; <i1> [#uses=1]
|
fp-une-cmp.ll | 32 %3 = fcmp une double %2, 0.000000e+00
|
unreachable-loop-sinking.ll | 24 %tmp = fcmp oeq double 0xC04FBB2E40000000, undef ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/ConstProp/ |
basictest.ll | 41 %A = fcmp uno double 0x7FF8000000000000, 1.000000e+00 42 %B = fcmp uno double 1.230000e+02, 1.000000e+00
|
/external/llvm/test/Transforms/InstCombine/ |
2012-02-13-FCmp.ll | 12 %cmp.i = fcmp oge double %conv, -1.000000e+00 17 %cmp1.i = fcmp olt double %conv, 1.000000e+00
|
/external/compiler-rt/lib/builtins/arm/ |
aeabi_fcmp.S | 1 //===-- aeabi_fcmp.S - EABI fcmp* implementation ---------------------------===//
|
/external/llvm/test/Assembler/ |
2004-02-27-SelfUseAssertError.ll | 10 %tmp.103 = fcmp olt double 0.000000e+00, 0.000000e+00 ; <i1> [#uses=1]
|
vector-cmp.ll | 10 %cmp = fcmp olt <4 x float> %a, %b ; <4 x i32> [#uses=1]
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2013-01-13-ffast-fcmp.ll | 16 %A = fcmp olt <4 x float> %N0, %N1
|
/external/llvm/test/CodeGen/ARM/ |
2009-08-29-ExtractEltf32.ll | 9 %1 = fcmp une float %tmp28, 4.900000e+01 ; <i1> [#uses=1]
|
2009-08-29-TooLongSplat.ll | 13 %5 = fcmp ogt double %4, 1.000000e-05 ; <i1> [#uses=1]
|
vminmaxnm.ll | 46 %cmp = fcmp olt float %a, %b 57 %cmp = fcmp ult float %a, %b 68 %cmp = fcmp ogt float %a, %b 79 %cmp = fcmp ugt float %a, %b
|
/external/llvm/test/CodeGen/Hexagon/ |
fcmp.ll | 12 %cmp = fcmp ogt float %0, 0x406AD7EFA0000000
|
/external/llvm/test/CodeGen/PowerPC/ |
2008-07-15-Fabs.ll | 8 fcmp olt ppc_fp128 0xM00000000000000000000000000000000, %0 ; <i1>:1 [#uses=1]
|
2011-12-06-SpillAndRestoreCR.ll | 55 %cmp10 = fcmp ogt float %1, %max.235 64 %cmp10.1 = fcmp ogt float %4, %max.3 72 %cmp10.2 = fcmp ogt float %6, %max.3.1 80 %cmp10.3 = fcmp ogt float %8, %max.3.2 88 %cmp10.4 = fcmp ogt float %10, %max.3.3 96 %cmp10.5 = fcmp ogt float %12, %max.3.4 104 %cmp10.6 = fcmp ogt float %14, %max.3.5 112 %cmp10.7 = fcmp ogt float %16, %max.3.6 120 %cmp10.8 = fcmp ogt float %18, %max.3.7 128 %cmp10.9 = fcmp ogt float %20, %max.3. [all...] |
2012-11-16-mischedcall.ll | 26 %cmp5 = fcmp ogt double undef, %t
|
bv-widen-undef.ll | 17 %Cmp24 = fcmp une ppc_fp128 0xM00000000000000000000000000000000, 0xM00000000000000000000000000000000
|
vsx-self-copy.ll | 13 %cmp = fcmp olt double undef, %call
|
/external/llvm/test/Transforms/BBVectorize/ |
simple-sel.ll | 45 %C1 = fcmp ogt double %X1, %A1 46 %C2 = fcmp ogt double %X2, %A2 47 ; CHECK: %C1 = fcmp ogt <2 x double> %X1, %X1.v.i0.2 48 ; CHECK-NB: fcmp ogt double
|