/external/llvm/test/Transforms/Inline/ |
inline-byval-bonus.ll | 93 %62 = fcmp olt double %61, 0.000000e+00 104 %71 = fcmp olt double %68, 1.000000e-06 105 %72 = fcmp olt double %70, 1.000000e-06 110 %74 = fcmp ogt double %68, 1.000000e+00 111 %75 = fcmp ogt double %70, 1.000000e+00 122 %79 = fcmp olt double %t1.0, %t2.0
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 30 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in 53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in 147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
|
/external/llvm/test/CodeGen/ARM/ |
vfp.ll | 119 %tmp.upgrd.1 = fcmp oeq float %tmp, %tmp4 ; <i1> [#uses=1] 120 %tmp5 = fcmp uno float %tmp, %tmp4 ; <i1> [#uses=1] 146 %tmp.upgrd.3 = fcmp ogt float %tmp, 0.000000e+00 ; <i1> [#uses=1]
|
cse-libcalls.ll | 10 %tmp6.i = fcmp olt double %tmp19.i.i, 1.000000e+00 ; <i1> [#uses=1]
|
fast-isel-cmp-imm.ll | 9 %cmp = fcmp oeq float %a, 0.000000e+00 29 %cmp = fcmp oeq float %a, -0.000000e+00 48 %cmp = fcmp oeq double %a, 0.000000e+00 66 %cmp = fcmp oeq double %a, -0.000000e+00
|
debug-info-sreg2.ll | 25 %cmp7 = fcmp olt float %call, %call16, !dbg !12 33 %cmp = fcmp olt float %inc, %call1, !dbg !12
|
vceq.ll | 38 %tmp3 = fcmp oeq <2 x float> %tmp1, %tmp2 78 %tmp3 = fcmp oeq <4 x float> %tmp1, %tmp2
|
/external/llvm/test/Transforms/JumpThreading/ |
select.ll | 164 %cmp = fcmp ogt double %sub, 1.000000e+01 169 %cmp1 = fcmp ogt double %add, 1.000000e+01 175 %cmp6 = fcmp oeq double %cond5, 0.000000e+00
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
Invariant.ll | 27 %cmp7 = fcmp ogt float %add, %g
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-indexed-vector-ldst-2.ll | 20 %cmp168 = fcmp olt double %6, undef
|
/external/llvm/test/CodeGen/Mips/msa/ |
llvm-stress-s2090927243-simplified.ll | 22 %Cmp32 = fcmp ueq float undef, 0x3CDA6E5E40000000
|
/external/llvm/test/CodeGen/PowerPC/ |
2009-11-25-ImpDefBug.ll | 20 %0 = fcmp olt float undef, 0.000000e+00 ; <i1> [#uses=2]
|
fast-isel-cmp-imm.ll | 6 %cmp = fcmp oeq float %a, 0.000000e+00 25 %cmp = fcmp oeq float %a, -0.000000e+00 42 %cmp = fcmp oeq double %a, 0.000000e+00 59 %cmp = fcmp oeq double %a, -0.000000e+00
|
/external/llvm/test/CodeGen/X86/ |
2009-03-12-CPAlignBug.ll | 28 %9 = fcmp olt x86_fp80 %.reload6, 0xK00000000000000000000 ; <i1> [#uses=1]
|
avx512-vbroadcast.ll | 59 %1 = fcmp uno <16 x float> undef, zeroinitializer
|
fabs.ll | 28 %Y = fcmp oge double %X, -0.0
|
v-binop-widen2.ll | 37 %expcmp = fcmp oeq float %elem, %expected
|
fast-isel-select-pseudo-cmov.ll | 13 %1 = fcmp one float %a, %b 24 %1 = fcmp one double %a, %b
|
fma.ll | 54 %b = fcmp ueq float %acc, 0.0 70 %cmp = fcmp oeq double %vecext, 0.000000e+00
|
/external/llvm/test/DebugInfo/ARM/ |
selectiondag-deadcode.ll | 5 br i1 fcmp oeq (float fadd (float fadd (float fmul (float undef, float undef), float fmul (float undef, float undef)), float fmul (float undef, float undef)), float 0.000000e+00), label %_ZN7Vector39NormalizeEv.exit, label %1
|
/external/llvm/test/Transforms/InstCombine/ |
select-crash.ll | 15 %cmp86 = fcmp ogt double %highlights, 0.000000e+00
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
phi3.ll | 24 %cmp = fcmp ogt double %div.i, %div.i16
|
/external/llvm/lib/Transforms/Scalar/ |
PartiallyInlineLibCalls.cpp | 144 Value *FCmp = Builder.CreateFCmpOEQ(Call, Call); 145 Builder.CreateCondBr(FCmp, JoinBB, LibCallBB);
|
/external/llvm/test/CodeGen/R600/ |
vselect.ll | 34 %cmp = fcmp une <2 x float> %0, %1 72 %cmp = fcmp une <4 x float> %0, %1
|
/external/llvm/test/CodeGen/Mips/ |
mips64-f128.ll | 480 %cmp = fcmp olt fp128 %a, %b 490 %cmp = fcmp ole fp128 %a, %b 500 %cmp = fcmp ogt fp128 %a, %b 510 %cmp = fcmp oge fp128 %a, %b 520 %cmp = fcmp oeq fp128 %a, %b 530 %cmp = fcmp une fp128 %a, %b 669 %cmp = fcmp ogt fp128 %a, %b
|