Searched refs:cmp8 (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/CodeGen/MSP430/ |
D | postinc.ll | 7 %cmp8 = icmp eq i16 %n, 0 ; <i1> [#uses=1] 8 br i1 %cmp8, label %for.end, label %for.body 29 %cmp8 = icmp eq i16 %n, 0 ; <i1> [#uses=1] 30 br i1 %cmp8, label %for.end, label %for.body 51 %cmp8 = icmp eq i16 %n, 0 ; <i1> [#uses=1] 52 br i1 %cmp8, label %for.end, label %for.body 73 %cmp8 = icmp eq i16 %n, 0 ; <i1> [#uses=1] 74 br i1 %cmp8, label %for.end, label %for.body 95 %cmp8 = icmp eq i16 %n, 0 ; <i1> [#uses=1] 96 br i1 %cmp8, label %for.end, label %for.body
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_create.ll | 75 %cmp8 = icmp eq i8 %c, 92 79 %0 = phi i1 [ true, %lor.lhs.false ], [ true, %entry ], [ %cmp8, %lor.rhs ] 295 %cmp8 = icmp eq i32 %bar, 24 296 %or.cond2 = or i1 %or.cond1, %cmp8 361 %cmp8 = icmp eq i32 %x, 4 362 br i1 %cmp8, label %if.then, label %lor.lhs.false9 395 %cmp8 = icmp ne i32 %x, 4 396 br i1 %cmp8, label %lor.lhs.false9, label %if.then
|
D | MagicPointer.ll | 43 %cmp8 = icmp eq i8* %x, inttoptr (i64 3 to i8*) ; <i1> [#uses=1] 44 br i1 %cmp8, label %if.then9, label %if.else11
|
/external/llvm/test/CodeGen/X86/ |
D | optimize-max-3.ll | 56 %cmp8 = icmp sgt i32 %tmp, 0 ; <i1> [#uses=1] 57 br i1 %cmp8, label %bb.nph, label %for.end
|
D | 2012-02-20-MachineCPBug.ll | 70 %cmp8.i = icmp ult i32 %inc21.i, %sub58.i 71 br i1 %cmp8.i, label %for.body9.i, label %_ZNK5APInt4lshrEj.exit
|
D | block-placement.ll | 786 %cmp8 = fcmp une float %val8, undef 787 br i1 %cmp8, label %9, label %8
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | ivchain-stress-X86.ll | 30 %cmp8 = icmp eq i32 %len, 0 31 br i1 %cmp8, label %for.end, label %for.body
|
D | ivchain-X86.ll | 109 %cmp8 = icmp eq i32 %z, 0 110 br i1 %cmp8, label %for.end, label %for.body.lr.ph
|
/external/llvm/test/CodeGen/ARM/ |
D | test-sharedidx.ll | 18 %cmp8 = icmp eq i32 %len, 0 19 br i1 %cmp8, label %for.end, label %for.body
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2012-01-13-CBNZBug.ll | 47 %cmp8.i = icmp eq i8 %2, 42 48 br i1 %cmp8.i, label %if.end3, label %lor.lhs.false.i
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | udiv.ll | 51 %cmp8 = icmp slt i64 %inc, 8193 ; <i1> [#uses=1] 52 br i1 %cmp8, label %for.body, label %for.cond.for.cond12.loopexit_crit_edge
|
/external/webp/src/enc/ |
D | dsp_sse2.c | 775 __m128i cmp8 = _mm_cmpgt_epi16(coeff8, zthresh8); in QuantizeBlockSSE2() local 777 in8 = _mm_and_si128(in8, cmp8); in QuantizeBlockSSE2() 781 out8 = _mm_and_si128(out8, cmp8); in QuantizeBlockSSE2()
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | ivchain-ARM.ll | 89 %cmp8 = icmp eq i32 %z, 0 90 br i1 %cmp8, label %for.end, label %for.body.lr.ph
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | unloop.ll | 75 %cmp8.i = call zeroext i1 @check() 76 br i1 %cmp8.i, label %merge, label %if.else.i
|
/external/llvm/lib/Target/ |
D | README.txt | 2055 %cmp8 = icmp sgt i32 %n, 0 2056 br i1 %cmp8, label %for.body.lr.ph, label %for.end
|