/external/llvm-project/polly/test/ScopInfo/ |
D | scev-invalidated.ll | 17 %add16 = add nsw i64 %rem7, 1474560 18 %rem7.add16 = select i1 undef, i64 %rem7, i64 %add16 19 store i64 %rem7.add16, i64* %ang2.2.reg2mem
|
/external/llvm-project/llvm/test/Analysis/CostModel/X86/ |
D | interleave-store-i32.ll | 13 ;CHECK: Found an estimated cost of 1 for VF 1 For instruction: store i32 %add16 14 ;CHECK: Found an estimated cost of 5 for VF 2 For instruction: store i32 %add16 15 ;CHECK: Found an estimated cost of 5 for VF 4 For instruction: store i32 %add16 16 ;CHECK: Found an estimated cost of 11 for VF 8 For instruction: store i32 %add16 17 ;CHECK: Found an estimated cost of 22 for VF 16 For instruction: store i32 %add16 38 %add16 = add nsw i32 %0, 3 41 store i32 %add16, i32* %arrayidx19, align 4 74 %add16 = add nsw i32 %0, 3 77 store i32 %add16, i32* %arrayidx19, align 4
|
D | interleaved-load-store-double.ll | 26 %i.028 = phi i32 [ 0, %for.body.lr.ph ], [ %add16, %for.body ] 36 %add16 = add nuw nsw i32 %i.028, 2 37 %cmp = icmp slt i32 %add16, %width_
|
D | interleaved-load-store-i64.ll | 26 %i.028 = phi i32 [ 0, %for.body.lr.ph ], [ %add16, %for.body ] 36 %add16 = add nuw nsw i32 %i.028, 2 37 %cmp = icmp slt i32 %add16, %width_
|
D | interleaved-load-float.ll | 52 %add16 = or i32 %i.073, 3 53 %arrayidx17 = getelementptr inbounds [120 x float], [120 x float]* @src, i32 0, i32 %add16 56 %arrayidx20 = getelementptr inbounds [120 x float], [120 x float]* @dst, i32 0, i32 %add16 113 %i.028 = phi i32 [ 0, %for.body.lr.ph ], [ %add16, %for.body ] 137 %add16 = add nuw nsw i32 %i.028, 3 138 %cmp = icmp slt i32 %add16, %width_
|
/external/llvm-project/polly/test/MaximalStaticExpansion/ |
D | working_deps_between_inners_phi.ll | 74 %tmp.06 = phi double [ 6.000000e+00, %entry.split ], [ %add16.lcssa.lcssa, %for.inc28 ] 92 %tmp.14 = phi double [ %tmp.06, %for.end ], [ %add16.lcssa, %for.inc25 ] 97 %tmp.22 = phi double [ %tmp.14, %for.body7 ], [ %add16, %for.body11 ] 106 %add16 = fadd double %add14, %conv15 109 %mul = fmul double %add16, %4 118 %add16.lcssa = phi double [ %add16, %for.body11 ] 124 %add16.lcssa.lcssa = phi double [ %add16.lcssa, %for.inc25 ]
|
/external/llvm/test/CodeGen/X86/ |
D | MachineSink-CritEdge.ll | 17 %add16.i = mul i32 %xor12.i, 9 18 %shr18.i = ashr i32 %add16.i, 15 19 %xor20.i = xor i32 %shr18.i, %add16.i 33 ; %add16.i should be sinked all the way down to do.body.preheader, but not into the loop.
|
D | 2011-06-19-QuicksortCoalescerBug.ll | 24 %add16 = add i32 %i.0, 2 28 %i.1 = phi i32 [ %add16, %if.then ], [ %add7, %do.body ]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | MachineSink-CritEdge.ll | 17 %add16.i = mul i32 %xor12.i, 9 18 %shr18.i = ashr i32 %add16.i, 15 19 %xor20.i = xor i32 %shr18.i, %add16.i 33 ; %add16.i should be sinked all the way down to do.body.preheader, but not into the loop.
|
D | 2011-06-19-QuicksortCoalescerBug.ll | 24 %add16 = add i32 %i.0, 2 28 %i.1 = phi i32 [ %add16, %if.then ], [ %add7, %do.body ]
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | getelementptr.ll | 39 %sum.0.lcssa = phi i32 [ 0, %entry ], [ %add16, %for.cond.cleanup.loopexit ] 44 %sum.032 = phi i32 [ 0, %for.body.preheader ], [ %add16, %for.body ] 61 %add16 = add nsw i32 %add11, %t12 85 %sum.0.lcssa = phi i32 [ 0, %entry ], [ %add16, %for.cond.cleanup.loopexit ] 90 %sum.032 = phi i32 [ 0, %for.body.preheader ], [ %add16, %for.body ] 107 %add16 = add nsw i32 %add11, %t12
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | long_chains.ll | 32 %add16 = fadd double %mul15, 1.000000e+00 35 %mul19 = fmul double %add16, %add16
|
D | rgb_phi.ll | 72 %add16 = fadd float %add4, %add9 73 %add17 = fadd float %add16, %add14
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ec-input.ll | 88 %add16.1 = add nuw nsw i64 %conv15.1, %conv15 113 %add16.2 = add nuw nsw i64 %conv15.2, %add16.1 137 %add16.3 = add nuw nsw i64 %conv15.3, %add16.2 142 %cmp30 = icmp ult i64 %add16.3, %minFreeRecFifosPerCore.096 143 %minFreeRecFifosPerCore.1 = select i1 %cmp30, i64 %add16.3, i64 %minFreeRecFifosPerCore.096
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ec-input.ll | 88 %add16.1 = add nuw nsw i64 %conv15.1, %conv15 113 %add16.2 = add nuw nsw i64 %conv15.2, %add16.1 137 %add16.3 = add nuw nsw i64 %conv15.3, %add16.2 142 %cmp30 = icmp ult i64 %add16.3, %minFreeRecFifosPerCore.096 143 %minFreeRecFifosPerCore.1 = select i1 %cmp30, i64 %add16.3, i64 %minFreeRecFifosPerCore.096
|
D | VSX-DForm-Scalars.ll | 32 %add16 = fadd double %add15, %4 34 %add17 = fadd double %add16, %call 66 %add16 = fadd float %add15, %4 68 %add17 = fadd float %add16, %call
|
D | scheduling-mem-dependency.ll | 49 %add16 = fadd double %add15, %4 50 ret double %add16
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | long_chains.ll | 51 %add16 = fadd double %mul15, 1.000000e+00 54 %mul19 = fmul double %add16, %add16
|
D | slp-throttle.ll | 28 %add16 = fadd double %2, undef 29 %mul18 = fmul double undef, %add16
|
/external/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | agg-interleave-a2.ll | 30 %add16 = fadd double %mul15, %add 31 %add17 = fadd double %add16, 1.000000e+00
|
/external/llvm-project/llvm/test/Analysis/LoopInfo/ |
D | annotated-parallel-complex.ll | 48 %add16 = add nuw nsw i64 %i.0, %j.0 49 %add17 = add nuw nsw i64 %add16, %k.0
|
/external/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
D | req-regs.ll | 51 %add16 = shl i32 %add15, 1 52 %add17 = add nsw i32 %add16, %i.053
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
D | req-regs.ll | 51 %add16 = shl i32 %add15, 1 52 %add17 = add nsw i32 %add16, %i.053
|
/external/llvm/test/CodeGen/Hexagon/ |
D | csr-func-usedef.ll | 48 %add16 = add nuw nsw i32 %add14, %conv13 49 %add18 = add nuw nsw i32 %add16, %conv15
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | csr-func-usedef.ll | 48 %add16 = add nuw nsw i32 %add14, %conv13 49 %add18 = add nuw nsw i32 %add16, %conv15
|