HomeSort by relevance Sort by last modified time
    Searched full:cmp2 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/test/CodeGen/X86/
vsplit-and.ll 8 %cmp2 = icmp ne <2 x i64> %src2, zeroinitializer
9 %t1 = and <2 x i1> %cmp1, %cmp2
20 %cmp2 = icmp ne <3 x i64> %src2, zeroinitializer
21 %t1 = and <3 x i1> %cmp1, %cmp2
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
2012-02-20-MachineCPBug.ll 37 %cmp2.i = icmp ult i32 %inc.i, %sub.i
38 br i1 %cmp2.i, label %for.body.i, label %if.end.i
  /external/llvm/test/Transforms/InstCombine/
merge-icmp.ll 8 %cmp2 = icmp eq i16 %and, 17664
9 %or = and i1 %cmp1, %cmp2
22 %cmp2 = icmp eq i8 %trunc, 69
23 %or = and i1 %cmp1, %cmp2
2012-03-10-InstCombine.ll 18 %cmp2 = icmp ule i8* %d, %f
20 %.cmp2 = and i1 %cmp2, %not.cmp1
21 %land.ext = zext i1 %.cmp2 to i32
  /external/llvm/test/CodeGen/ARM/
thumb2-it-block.ll 15 %cmp2 = icmp slt i32 %b, 0
17 %abs2 = select i1 %cmp2, i32 %sub2, i32 %b
commute-movcc.ll 38 %cmp2 = icmp eq i32 %sub, %Pref
39 br i1 %cmp2, label %if.else, label %if.then
sub-cmp-peephole.ll 59 %cmp2 = icmp sgt i32 %b, %a
60 %sel = select i1 %cmp2, i32 %sub, i32 %a
  /external/llvm/test/Transforms/GVN/
commute.ll 19 %cmp2 = icmp ugt i32 %y, %x
20 call void @vse(i1 %cmp1, i1 %cmp2)
condprop.ll 121 %cmp2 = icmp ne i32 %x, %y
123 ret i1 %cmp2
133 %cmp2 = icmp ne i32 %x, %y
140 ret i1 %cmp2
153 %cmp2 = icmp sle i32 %x, %y
155 ret i1 %cmp2
165 %cmp2 = icmp sle i32 %x, %y
172 ret i1 %cmp2
225 %cmp2 = icmp eq i32 %x, %v0
226 br i1 %cmp2, label %cond_true2, label %next
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
sink-common-code.ll 19 %cmp2 = icmp ule i32 %add, %blksA
20 %frombool3 = zext i1 %cmp2 to i8
45 %cmp2 = icmp uge i32 %blksA, %add
46 %frombool3 = zext i1 %cmp2 to i8
2008-12-16-DCECond.ll 16 %cmp2 = icmp ne i32 %x, 8 ; <i1> [#uses=1]
17 br i1 %cmp2, label %ifthen3, label %ifend5
  /external/llvm/test/Analysis/ScalarEvolution/
2008-07-29-SMinExpr.ll 7 %cmp2 = icmp slt i32 %y, %x
8 %cond3 = select i1 %cmp2, i32 %y, i32 %x
trip-count12.ll 9 %cmp2 = icmp sgt i32 %len, 1
10 br i1 %cmp2, label %for.body.preheader, label %for.end
trip-count8.ll 9 %cmp2 = icmp eq i32 %ecx, 0 ; <i1> [#uses=1]
10 br i1 %cmp2, label %for.end, label %bb.nph
  /external/llvm/test/CodeGen/Thumb2/
thumb2-cbnz.ll 15 %cmp2 = icmp ne i32 %c, 0
16 br i1 %cmp2, label %bb7, label %bb5
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
range.ll 59 %cmp2 = icmp eq i32 %c, 2
61 br i1 %cmp2, label %if.then4, label %if.end6
115 %cmp2 = icmp eq i32 %c, 3
120 ; CHECK: ret i1 %cmp2
121 ret i1 %cmp2
141 %cmp2 = icmp eq i32 %c, 6
143 ret i1 %cmp2
  /external/llvm/test/CodeGen/PowerPC/
cr1eq-no-extra-moves.ll 11 %cmp2 = icmp sgt i32 %count, 0
12 br i1 %cmp2, label %for.body, label %for.end
  /external/llvm/test/Transforms/LoopUnroll/
scevunroll.ll 41 ; CHECK: br i1 %cmp2, label %loop, label %exit2
57 %cmp2 = icmp ne i64 %val, 0
58 br i1 %cmp2, label %loop, label %exit2
89 %cmp2 = icmp slt i32 %iv2, 10
90 br i1 %cmp2, label %l1, label %exit2
120 %cmp2 = icmp slt i32 %iv2, 10
121 br i1 %cmp2, label %l3, label %exit2
  /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
  /external/v8/test/mjsunit/
deep-recursion.js 47 var cmp2 = newdeep("b", default_depth);
49 assertEquals(-1, cmp1.localeCompare(cmp2), "ab");
  /external/llvm/test/Transforms/GlobalOpt/
load-store-global.ll 29 %cmp2 = icmp eq i8* null, %b
  /external/llvm/test/Transforms/LoopRotate/
multiple-exits.ll 19 %cmp2 = icmp ult i32 %i.1, 100
20 br i1 %cmp2, label %land.rhs, label %for.cond
43 ; CHECK: %cmp2 = icmp ult i32 %i.1, 100
44 ; CHECK: br i1 %cmp2, label %land.rhs, label %for.cond.loopexit
92 %cmp2 = icmp eq i32 0, %x
93 br i1 %cmp2, label %try.cont.loopexit, label %for.body.lr.ph
  /external/llvm/test/Analysis/BranchProbabilityInfo/
loop.ll 101 %cmp2 = icmp slt i32 %inc, %b
102 br i1 %cmp2, label %do.body1, label %if.end
137 %cmp2 = icmp slt i32 %inc, %b
138 br i1 %cmp2, label %do.body1, label %do.end
181 %cmp2 = icmp slt i32 %inc, %b
182 br i1 %cmp2, label %do.body1, label %do.end
225 %cmp2 = icmp slt i32 %inc, %b
226 br i1 %cmp2, label %do.body1, label %do.end

Completed in 465 milliseconds

1 2 3