/external/llvm/test/CodeGen/X86/ |
2012-08-28-UnsafeMathCrash.ll | 10 %cmp2 = fcmp ult float %f.0, 3.000000e+00 11 %f.1 = select i1 %cmp2, float %f.0, float 0x4007EB8520000000
|
code_placement_outline_optional_branches.ll | 46 %cmp2 = icmp eq i32 %t2, 0 47 br i1 %cmp2, label %if.then2, label %if.end2, !prof !1
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
constants.ll | 34 %cmp2 = icmp ne i8 addrspace(1)* %p, null 35 br i1 %cmp2, label %taken, label %dead
|
/external/llvm/test/Transforms/SafeStack/ |
escape-phi-call.ll | 23 %cmp2 = fcmp ogt double %call, 1.000000e+00 24 br i1 %cmp2, label %if.then3, label %if.end4
|
/external/llvm/test/Transforms/Scalarizer/ |
cache-bug.ll | 25 %cmp2 = icmp slt i32 %new.i, 1 26 br i1 %cmp2, label %loop, label %exit
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_quantize_intrin_sse2.c | 54 __m128i coeffs, cmp1, cmp2; local 58 cmp2 = _mm_cmpgt_epi32(coeffs, nzbins[i != 0]); 59 cmp1 = _mm_and_si128(cmp1, cmp2); 142 __m128i coeffs, cmp1, cmp2; local 146 cmp2 = _mm_cmpgt_epi32(coeffs, nzbins[i != 0]); 147 cmp1 = _mm_and_si128(cmp1, cmp2);
|
/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-assume-hang.ll | 17 %cmp2 = icmp ne i64 %i.ext, %a2 18 call void @llvm.assume(i1 %cmp2) 39 %cmp2 = icmp ne i64 %i.ext, %a2 61 %cmp2 = icmp ne i64 %i.ext, %a2 83 %cmp2 = icmp ne i64 %i.ext, %a2 105 %cmp2 = icmp ne i64 %i.ext, %a2
|
trip-count12.ll | 9 %cmp2 = icmp sgt i32 %len, 1 10 br i1 %cmp2, label %for.body.preheader, label %for.end
|
trip-count8.ll | 10 %cmp2 = icmp eq i32 %ecx, 0 ; <i1> [#uses=1] 11 br i1 %cmp2, label %for.end, label %bb.nph
|
/external/llvm/test/Transforms/InstCombine/ |
compare-alloca.ll | 56 %cmp2 = icmp eq i64* %r, %s 57 call void @check_compares(i1 %cmp1, i1 %cmp2) 61 ; CHECK: call void @check_compares(i1 %cmp1, i1 %cmp2)
|
/external/llvm/test/CodeGen/PowerPC/ |
crbits.ll | 9 %cmp2 = fcmp ole float %v2, 0.000000e+00 10 %and5 = and i1 %cmp, %cmp2 29 %cmp2 = fcmp ole float %v2, 0.000000e+00 30 %xor5 = xor i1 %cmp, %cmp2 49 %cmp2 = fcmp ole float %v2, 0.000000e+00 51 %and7 = and i1 %cmp2, %cmp4
|
sj-ctr-loop.ll | 28 %cmp2 = icmp slt i32 %inc, undef 29 br i1 %cmp2, label %for.body, label %for.end
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
Invariant.ll | 30 %cmp2 = icmp slt i32 %add8, 40 31 br i1 %cmp2, label %for.body3, label %for.inc9
|
/external/llvm/test/CodeGen/AArch64/ |
combine-comparisons-by-cse.ll | 29 %cmp2 = icmp sgt i32 %0, 9 30 br i1 %cmp2, label %land.lhs.true3, label %if.end 66 %cmp2 = icmp slt i32 %0, 5 67 br i1 %cmp2, label %land.lhs.true3, label %if.end 103 %cmp2 = icmp slt i32 %0, 6 104 br i1 %cmp2, label %land.lhs.true3, label %if.end 140 %cmp2 = icmp sgt i32 %0, 5 141 br i1 %cmp2, label %land.lhs.true3, label %if.end 177 %cmp2 = icmp slt i32 %0, -5 178 br i1 %cmp2, label %land.lhs.true3, label %if.en [all...] |
dag-combine-select.ll | 15 %cmp2 = icmp sgt i32 %v1, 0 17 %sel1 = select i1 %cmp2, i32 %v1, i32 %sel0
|
eliminate-trunc.ll | 25 %cmp2.us = icmp slt i32 %2, %conv 26 br i1 %cmp2.us, label %for.body4.us, label %for.cond1.for.inc13_crit_edge.us
|
ifcvt-select.ll | 24 %cmp2 = icmp slt i32 %inc, %b 25 br i1 %cmp2, label %if.then, label %if.else
|
/external/llvm/test/CodeGen/Hexagon/ |
ifcvt-edge-weight.ll | 37 %cmp2 = call i1 @pred() 38 br i1 %cmp2, label %if.end2, label %if.else2, !prof !2
|
/external/llvm/test/CodeGen/Mips/ |
addressing-mode.ll | 30 %cmp2 = icmp slt i32 %add8, 64 31 br i1 %cmp2, label %for.body3, label %for.inc9
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2011-11-15-multiexit.ll | 29 %cmp2 = icmp eq i32* %incdec.ptr2, %last 30 br i1 %cmp2, label %if.end, label %do.body
|
lcssa-preservation.ll | 29 %cmp2 = icmp slt i32 %inner.iv, %outer.iv 30 br i1 %cmp2, label %inner.header, label %exit
|
/external/llvm/test/Transforms/JumpThreading/ |
assume.ll | 20 %cmp2 = icmp sgt i32 %a, 3 21 br i1 %cmp2, label %if.then3, label %return
|
phi-known.ll | 41 %cmp2 = icmp eq i8* %p2, null 42 br i1 %cmp2, label %exit, label %loop
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2008-12-16-DCECond.ll | 16 %cmp2 = icmp ne i32 %x, 8 ; <i1> [#uses=1] 17 br i1 %cmp2, label %ifthen3, label %ifend5
|
/external/v8/test/mjsunit/ |
deep-recursion.js | 47 var cmp2 = newdeep("b", default_depth); 49 assertEquals(-1, cmp1.localeCompare(cmp2), "ab");
|