Searched refs:cmp34 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | atom-cmpb.ll | 20 %cmp34 = icmp ult i8 %ld2, %ld1 21 br i1 %cmp34, label %if.then3, label %if.else
|
D | 2009-09-16-CoalescerBug.ll | 51 %cmp34 = icmp eq i32 %and12, 1 ; <i1> [#uses=1] 52 br i1 %cmp34, label %if.then35, label %for.inc38
|
D | block-placement.ll | 834 %cmp34 = fcmp une float %val34, undef 835 br i1 %cmp34, label %35, label %34
|
/external/llvm/test/CodeGen/PowerPC/ |
D | cmpb-ppc32.ll | 32 %cmp34 = icmp eq i32 %3, 0 36 %conv47 = select i1 %cmp34, i32 16711680, i32 0
|
D | cmpb.ll | 89 %cmp34 = icmp eq i32 %3, 0 93 %conv47 = select i1 %cmp34, i32 16711680, i32 0 114 %cmp34 = icmp eq i32 %3, 0 118 %conv50 = select i1 %cmp34, i32 458752, i32 0
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-addr-type-promotion.ll | 72 %cmp34 = icmp eq i8 %tmp5, %tmp6 73 br i1 %cmp34, label %return, label %if.then36
|
/external/skia/src/opts/ |
D | SkTextureCompressor_opts.h | 168 const uint8x16_t cmp34 = vceqq_u8(alphaRow3, alphaRow4); in compress_r11eac_blocks() local 171 const uint8x16_t cmp = vandq_u8(vandq_u8(cmp12, cmp34), cmp13); in compress_r11eac_blocks()
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2011-12-04-loserreg.ll | 24 %cmp34 = icmp eq i64 %count, 0 25 br i1 %cmp34, label %for.end29, label %for.body
|
/external/llvm/test/Transforms/LoopReroll/ |
D | nonconst_lb.ll | 15 %cmp34 = icmp slt i32 %m, %n 16 br i1 %cmp34, label %for.body, label %for.end
|
/external/llvm/test/Transforms/LoopInterchange/ |
D | reductions.ll | 62 %cmp34 = icmp sgt i32 %N, 1 63 br i1 %cmp34, label %for.cond4.preheader.preheader, label %for.end19
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_create.ll | 272 %cmp34 = icmp eq i8 %c, 34 273 br i1 %cmp34, label %lor.end, label %lor.lhs.false36
|