HomeSort by relevance Sort by last modified time
    Searched full:sext (Results 101 - 125 of 461) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
bfx.ll 8 %t3 = sext i11 %t2 to i32
smul.ll 12 %tmp2 = sext i16 %tmp1 to i32 ; <i32> [#uses=1]
30 %tmp = sext i16 %x to i32 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/Mips/
mips64ext.ll 16 %conv = sext i32 %a to i64
  /external/llvm/test/CodeGen/Thumb2/
bfx.ll 8 %t3 = sext i11 %t2 to i32
thumb2-rev.ll 21 %tmp5.upgrd.2 = sext i16 %tmp5 to i32
2010-06-19-ITBlockCrash.ll 11 %0 = sext i8 0 to i32 ; <i32> [#uses=1]
28 %7 = sext i8 %4 to i32 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/X86/
2009-01-26-WrongCheck.ll 12 %t814 = sext i32 %t711 to i64 ; <i64> [#uses=1]
2011-07-13-BadFrameIndexDisplacement.ll 16 %tmp10 = sext i8 %tmp9 to i32
alldiv-divdi3.ll 10 %conv4 = sext i32 %argc to i64
allrem-moddi3.ll 12 %conv4 = sext i32 %argc to i64
extend.ll 15 %tmp.3 = sext i8 %tmp.0 to i16 ; <i16> [#uses=1]
opt-ext-uses.ll 6 %tmp180181 = sext i16 %tmp180 to i32 ; <i32> [#uses=1]
shl_elim.ll 10 %tmp456 = sext i16 %tmp45 to i32 ; <i32> [#uses=1]
vfcmp.ll 7 sext <2 x i1> %A to <2 x i64>
zext-sext.ll 12 %tmp105 = sext i16 %tmp104 to i32
16 %tmp109 = sext i32 %tmp107 to i64
19 %tmp112 = sext i16 %tmp111 to i32
32 %tmp11 = sext i32 %tmp4 to i64
2009-03-05-burr-list-crash.ll 20 %8 = sext i32 %5 to i64 ; <i64> [#uses=1]
21 %9 = sext i32 %7 to i64 ; <i64> [#uses=1]
bswap.ll 56 %sext = shl i32 %or, 16
57 %conv3 = ashr exact i32 %sext, 16
  /external/llvm/test/Feature/
paramattrs.ll 20 %retVal = sext i16 %two to i32
  /external/llvm/test/Transforms/GlobalOpt/
deadfunction.ll 12 %idxprom = sext i32 %n to i64
  /external/llvm/test/Transforms/IndVarSimplify/
no-iv-rewrite.ll 23 ; sext should be eliminated while preserving gep inboundsness.
24 ; CHECK-NOT: sext
30 %ofs = sext i32 %i.02 to i64
62 ; %ofs sext should be eliminated while preserving gep inboundsness.
63 ; CHECK-NOT: sext
65 ; %vall sext should obviously not be eliminated
66 ; CHECK: sext
71 %ofs = sext i32 %i.02 to i64
74 %vall = sext i32 %val to i64
95 ; CHECK-NOT: sext
    [all...]
  /external/llvm/test/Transforms/InstCombine/
srem1.ll 9 %conv = sext i32 %call to i64 ; <i64> [#uses=1]
  /external/llvm/test/Transforms/SimplifyCFG/
PhiEliminate2.ll 10 %V5 = sext i16 %V3 to i32 ; <i32> [#uses=1]
  /external/clang/test/CodeGen/
annotations-builtin.c 38 // CHECK: sext i16 {{.*}} to i32
43 // CHECK: sext i8 {{.*}} to i32
  /external/llvm/test/CodeGen/PowerPC/
small-arguments.ll 6 %Y = sext i16 %X to i32 ;; dead
11 %Y = sext i16 %X to i32
  /external/llvm/test/CodeGen/Thumb/
long.ll 56 %tmp = sext i32 %a to i64 ; <i64> [#uses=1]
57 %tmp1 = sext i32 %b to i64 ; <i64> [#uses=1]

Completed in 81 milliseconds

1 2 3 45 6 7 8 91011>>