/external/llvm/test/Transforms/LoopSimplify/ |
merge-exits.ll | 2 ; RUN: not grep sext %t 18 %t1 = sext i32 %hiPart.0 to i64 ; <i64> [#uses=1] 23 %t6 = sext i32 %t5 to i64 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2009-04-28-no-reduce-mul.ll | 3 ; The multiply in bb2 must not be reduced to an add, as the sext causes the 6 ; CHECK: sext i8 22 %1 = sext i8 %0 to i32 ; <i32> [#uses=1]
|
/external/llvm/test/Analysis/CostModel/ARM/ |
cast.ll | 8 ; CHECK: cost of 1 {{.*}} sext 9 %r0 = sext i1 undef to i8 12 ; CHECK: cost of 1 {{.*}} sext 13 %r2 = sext i1 undef to i16 16 ; CHECK: cost of 1 {{.*}} sext 17 %r4 = sext i1 undef to i32 20 ; CHECK: cost of 1 {{.*}} sext 21 %r6 = sext i1 undef to i64 26 ; CHECK: cost of 1 {{.*}} sext 27 %r9 = sext i8 undef to i1 [all...] |
/external/llvm/test/Analysis/ScalarEvolution/ |
sext-inreg.ll | 2 ; RUN: grep "sext i57 {0,+,199}<%bb> to i64" %t | count 1 3 ; RUN: grep "sext i59 {0,+,199}<%bb> to i64" %t | count 1
|
2012-05-18-LoopPredRecurse.ll | 22 %conv = sext i8 %storemerge to i32
|
trip-count4.ll | 2 ; RUN: | grep "sext.*trunc.*Exits: 11"
|
/external/llvm/test/CodeGen/AArch64/ |
cond-sel.ll | 16 %rhs64 = sext i32 %rhs32 to i64 75 %rhs3 = sext i32 %rhs32 to i64 115 %rhs3 = sext i32 %rhs32 to i64 155 %rhs3 = sext i32 %rhs32 to i64 186 %rhs64 = sext i32 %rhs to i64 200 %val1 = sext i1 %tst1 to i32 205 %rhs64 = sext i32 %rhs to i64 207 %val2 = sext i1 %tst2 to i64
|
fp-cond-sel.ll | 16 %rhs64 = sext i32 %rhs32 to i64
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-fold.ll | 66 %2 = sext i16 %1 to i32 78 %2 = sext i8 %1 to i32
|
long.ll | 68 %tmp = sext i32 %a to i64 ; <i64> [#uses=1] 69 %tmp1 = sext i32 %b to i64 ; <i64> [#uses=1]
|
mulhi.ll | 14 %tmp = sext i32 %x to i64 ; <i64> [#uses=1] 15 %tmp1 = sext i32 %y to i64 ; <i64> [#uses=1]
|
trunc_ldr.ll | 22 %tmp57 = sext i8 %tmp56 to i32
|
/external/llvm/test/CodeGen/PowerPC/ |
mem_update.ll | 25 %B = sext i16 %A to i32 41 %B = sext i16 %A to i64
|
/external/llvm/test/CodeGen/X86/ |
2009-09-21-NoSpillLoopCount.ll | 17 %4 = sext i16 %3 to i32 ; <i32> [#uses=1] 21 %8 = sext i16 %7 to i32 ; <i32> [#uses=1]
|
2011-10-12-MachineCSE.ll | 22 %idxprom = sext i32 %bf.clear to i64 32 %idxprom1 = sext i32 %4 to i64 39 %idxprom4 = sext i32 %4 to i64 54 %idxprom10 = sext i32 %4 to i64 61 %idxprom15 = sext i32 %4 to i64 76 %idxprom24 = sext i32 %4 to i64 83 %idxprom29 = sext i32 %4 to i64 101 %idxprom37 = sext i32 %4 to i64
|
vec_compare-2.ll | 16 %cmp318.i = sext <4 x i1> zeroinitializer to <4 x i32> ; <<4 x i32>> [#uses=1] 19 %cmp323.i = sext <4 x i1> %cmp323.x to <4 x i32> ; <<4 x i32>> [#uses=1]
|
/external/llvm/test/CodeGen/XCore/ |
addsub64.ll | 36 %0 = sext i32 %b to i64 37 %1 = sext i32 %c to i64
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-promote.ll | 19 %1 = sext i32 %i.01 to i64 ; <i64> [#uses=1] 23 %5 = sext i32 %i.01 to i64 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/LoopUnroll/ |
2011-10-01-NoopTrunc.ll | 13 ; CHECK: %conv = sext i8 %0 to i32 26 %conv = sext i8 %0 to i32
|
pr11361.ll | 34 %sext = shl i32 %l_1264.04, 24 35 %conv.i = ashr exact i32 %sext, 24
|
/external/llvm/test/Analysis/BasicAA/ |
2003-05-21-GEP-Problem.ll | 14 %tmp.25 = sext i32 0 to i64 ; <i64> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
2005-12-01-Crash.ll | 13 %tmp17 = sext i8 %a13 to i32 ; <i32> [#uses=1]
|
MachineBranchProb.ll | 7 %conv = sext i32 %x to i64
|
badFoldGEP.ll | 21 %cann-indvar-idxcast = sext i32 %argc to i64 ; <i64> [#uses=1]
|
/external/llvm/test/CodeGen/Mips/ |
misha.ll | 5 %sext = shl i32 %0, 16 6 %conv = ashr exact i32 %sext, 16 41 %sext = shl i32 %0, 16 42 %conv = ashr exact i32 %sext, 16
|