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

1 2 3 4 5

  /external/llvm/test/CodeGen/R600/
setcc-equivalent.ll 8 %cmp2 = icmp eq i32 %b, -1
9 %and = and i1 %cmp1, %cmp2
25 %cmp2 = icmp eq <4 x i32> %b, <i32 -1, i32 -1, i32 -1, i32 -1>
26 %and = and <4 x i1> %cmp1, %cmp2
  /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
statepoint-forward.ll 31 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
32 ret i1 %cmp2
35 ; CHECK-OPT: ret i1 %cmp2
50 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
51 ret i1 %cmp2
54 ; CHECK-OPT: ret i1 %cmp2
77 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
78 ret i1 %cmp2
81 ; CHECK-OPT: ret i1 %cmp2
95 %cmp2 = call i1 @f(i32 addrspace(1)* %after
    [all...]
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
  /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
dom-conditions.ll 14 %cmp2 = icmp ugt i64 %A, 64
15 ret i1 %cmp2
29 %cmp2 = icmp ugt i64 %A, 128
30 ret i1 %cmp2
44 %cmp2 = icmp sgt i32 %A, -1
45 ret i1 %cmp2
131 %cmp2 = icmp ult i32 %x, 7
132 %ret = select i1 %cmp2, i32 %x, i32 0
147 %cmp2 = icmp ult i32 %x, 7
148 %ret = select i1 %cmp2, i32 %x, i32
    [all...]
and2.ll 64 %cmp2 = icmp sgt i32 %i, -1
66 %and2 = and i1 %and1, %cmp2
76 %cmp2 = icmp ult i32 %i, 14
77 %cond = and i1 %cmp1, %cmp2
  /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
149 %cmp2 = fcmp une float %x, %y
156 ret i1 %cmp2
169 %cmp2 = icmp sle i32 %x, %y
171 ret i1 %cmp2
185 %cmp2 = fcmp ule float %x, %y
187 ret i1 %cmp2
    [all...]
  /external/llvm/test/Transforms/Util/
flattencfg.ll 16 %cmp2 = icmp eq i32 %in_a, 0
18 %cond1 = or i1 %cmp2, %cmp3
  /external/llvm/test/Transforms/JumpThreading/
conservative-lvi.ll 23 %cmp2 = icmp sgt i32 %arg2, 0
24 br i1 %cmp2, label %arg2pos, label %end
49 %cmp2 = icmp sgt i32 %arg2, 0
50 br i1 %cmp2, label %arg2pos, label %end
  /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 10 %cmp2 = icmp eq i32 %ecx, 0 ; <i1> [#uses=1]
11 br i1 %cmp2, label %for.end, label %bb.nph
  /external/llvm/test/CodeGen/ARM/
thumb2-it-block.ll 10 %cmp2 = icmp slt i32 %b, 0
12 %abs2 = select i1 %cmp2, i32 %sub2, i32 %b
  /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/Transforms/LoopVectorize/
vect.stats.ll 28 %cmp2 = icmp sgt i64 %indvars.iv.next, %size
29 br i1 %cmp2, label %for.end, label %for.body
54 %cmp2 = icmp sgt i64 %indvars.iv.next, %size
55 br i1 %cmp2, label %for.end, label %for.body
  /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
  /external/llvm/test/CodeGen/AArch64/
machine_cse.ll 31 %cmp2 = icmp sgt i32 %a, %e
32 br i1 %cmp2, label %land.lhs.true3, label %if.end
  /external/llvm/test/CodeGen/Hexagon/
gp-rel.ll 30 %cmp2 = icmp eq i32 %add, %2
31 %sel1 = select i1 %cmp2, i32 %2, i32 %1
  /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
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
  /external/llvm/test/Analysis/DependenceAnalysis/
Invariant.ll 30 %cmp2 = icmp slt i32 %add8, 40
31 br i1 %cmp2, label %for.body3, label %for.inc9

Completed in 436 milliseconds

1 2 3 4 5