OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sext
(Results
126 - 150
of
604
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Mips/
lb1.ll
11
%conv =
sext
i8 %0 to i32
lh1.ll
10
%conv =
sext
i16 %0 to i32
mips64ext.ll
16
%conv =
sext
i32 %a to i64
/external/llvm/test/CodeGen/PowerPC/
coalesce-ext.ll
2
; Check that the peephole optimizer knows about
sext
and zext instructions.
vec_extload.ll
8
; Altivec does not provides an
sext
intruction, so it expands
14
%c =
sext
<16 x i4> %b to <16 x i8>
36
%c =
sext
<8 x i8> %b to <8 x i16>
60
%c =
sext
<4 x i16> %b to <4 x i32>
/external/llvm/test/CodeGen/Thumb2/
2013-03-06-vector-sext-operand-scalarize.ll
17
%Se =
sext
<1 x i1> %vec to <1 x i64>
bfx.ll
8
%t3 =
sext
i11 %t2 to i32
thumb2-rev.ll
21
%tmp5.upgrd.2 =
sext
i16 %tmp5 to i32
thumb2-smla.ll
10
%tmp =
sext
i16 %x 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
/external/llvm/test/Feature/
paramattrs.ll
20
%retVal =
sext
i16 %two to i32
/external/llvm/test/MC/Mips/
sext_64_32.ll
9
%conv =
sext
i32 %ival to i64
/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]
zext-bool-add-sub.ll
7
; CHECK: [[TMP1:%.*]] =
sext
i1 %y to i32
/external/llvm/test/Transforms/LoopVectorize/
cpp-new-array.ll
7
;CHECK:
sext
i32
26
%idxprom =
sext
i32 %i.01 to i64
29
%idxprom5 =
sext
i32 %i.01 to i64
33
%idxprom7 =
sext
i32 %i.01 to i64
Completed in 217 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>