Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 25 of 151) sorted by relevance

1234567

/external/llvm/test/Transforms/LoopInterchange/
Dreductions.ll19 %X.promoted = load i32, i32* @X
24 %add15 = phi i32 [ %X.promoted, %for.body3.lr.ph ], [ %add, %for.body3 ]
44 ;; Loop is interchanged check that the phi nodes are split and the promoted value is used instead o…
49 ; CHECK: %add = add nsw i32 %X.promoted
71 %X.promoted = load i32, i32* @X
72 %Y.promoted = load i32, i32* @Y
77 %add1331 = phi i32 [ %Y.promoted, %for.body6.lr.ph ], [ %add13, %for.body6 ]
78 %add30 = phi i32 [ %X.promoted, %for.body6.lr.ph ], [ %add, %for.body6 ]
108 ;; Loop is interchanged check that the phi nodes are split and the promoted value is used instead o…
113 ; CHECK: %add13 = add nsw i32 %Y.promoted
[all …]
/external/llvm/test/Transforms/LoopVersioning/
Dlcssa.ll8 %ls1.20.promoted = load i8*, i8** %ls1.20
9 %ls2.21.promoted = load i8*, i8** %ls2.21
13 %_tmp302 = phi i8* [ %ls2.21.promoted, %bb1.ph ], [ %_tmp30, %bb1 ]
14 %_tmp281 = phi i8* [ %ls1.20.promoted, %bb1.ph ], [ %_tmp28, %bb1 ]
/external/llvm/test/CodeGen/SystemZ/
Dvec-const-01.ll57 ; Test an all-zeros v2i8 that gets promoted to v16i8.
65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000).
73 ; Test an all-zeros v4i8 that gets promoted to v16i8.
81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000).
89 ; Test an all-zeros v8i8 that gets promoted to v16i8.
97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
Dvec-const-02.ll49 ; Test an all-zeros v2i16 that gets promoted to v8i16.
57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000).
65 ; Test an all-zeros v4i16 that gets promoted to v8i16.
73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
Dvec-sub-01.ll89 ; Test a v2i8 subtraction, which gets promoted to v16i8.
98 ; Test a v4i8 subtraction, which gets promoted to v16i8.
107 ; Test a v8i8 subtraction, which gets promoted to v16i8.
116 ; Test a v2i16 subtraction, which gets promoted to v8i16.
125 ; Test a v4i16 subtraction, which gets promoted to v8i16.
134 ; Test a v2i32 subtraction, which gets promoted to v4i32.
143 ; Test a v2f32 subtraction, which gets promoted to v4f32.
Dint-move-01.ll5 ; Test 8-bit moves, which should get promoted to i32.
13 ; Test 16-bit moves, which again should get promoted to i32.
Dvec-const-03.ll45 ; Test an all-zeros v2i32 that gets promoted to v4i32.
53 ; Test a mixed v2i32 that gets promoted to v4i32 (mask 0xae00).
Dvec-const-05.ll49 ; Test an all-zeros v2f32 that gets promoted to v4f32.
57 ; Test a mixed v2f32 that gets promoted to v4f32 (mask 0xc700).
/external/llvm/test/Transforms/LoopVectorize/
Dmulti-use-reduction-bug.ll21 %n.promoted = load i32, i32* %n, align 4
22 %nf.promoted = load i32, i32* %nf, align 4
27 %inc6 = phi i32 [ %nf.promoted, %entry ], [ undef, %for.body ]
28 %add55 = phi i32 [ %n.promoted, %entry ], [ %add5, %for.body ]
Dno_outside_user.ll22 %b.promoted = load i32, i32* @b, align 4
26 %tmp8 = phi i32 [ %tmp18, %bb16 ], [ %b.promoted, %bb ]
/external/llvm/test/Analysis/BasicAA/
Dzext.ll116 %d.promoted = sext i32 %d.val to i64
125 %i.promoted = sext i32 %i to i64
126 …elementptr inbounds [1 x [2 x i32*]], [1 x [2 x i32*]]* %h, i64 0, i64 %d.promoted, i64 %i.promoted
155 %i.promoted = sext i32 %i to i64
156 %x = getelementptr inbounds [1 x [2 x i32*]], [1 x [2 x i32*]]* %h, i64 0, i64 %i.promoted, i64 0
172 %b.promoted = sext i32 %b to i64
177 %i.promoted = sext i32 %i to i64
178 …elementptr inbounds [1 x [2 x i32*]], [1 x [2 x i32*]]* %h, i64 0, i64 %i.promoted, i64 %b.promoted
/external/llvm/test/Analysis/ScalarEvolution/
Dpr24757.ll3 ; CHECK: Loop %bb1: backedge-taken count is (zext i7 (trunc i8 %a.promoted to i7) to i8)
15 %a.promoted = load i8, i8* @a
19 %tmp = phi i8 [ %tmp2, %bb1 ], [ %a.promoted, %bb ]
D2009-01-02-SignedNegativeStride.ll17 %g_16.promoted = load i16, i16* @g_16 ; <i16> [#uses=1]
21 %g_16.tmp.0 = phi i16 [ %g_16.promoted, %bb.nph ], [ %2, %bb1 ] ; <i16> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-17-StackColoringBug.ll11 %g_72.promoted = load i32* @g_72 ; <i32> [#uses=1]
12 %g_8.promoted = load i32* @g_8 ; <i32> [#uses=1]
16 %g_8.tmp.1 = phi i32 [ %g_8.promoted, %entry ], [ %g_8.tmp.0, %func_40.exit ] ; <i32> [#uses=3]
17 %g_72.tmp.1 = phi i32 [ %g_72.promoted, %entry ], [ %g_72.tmp.0, %func_40.exit ] ; <i32> [#uses=3]
/external/llvm/test/CodeGen/X86/
Dfrem-msvc32.ll1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC.
3 ; MSVC does not have a 32-bit fmodf function, so it must be promoted to
Dtwoaddr-coalesce-3.ll17 %total.promoted = load i32, i32* @total, align 4
30 %add5 = phi i32 [ %total.promoted, %for.body.lr.ph ], [ %add, %for.body ]
54 %total.promoted = load i32, i32* @total, align 4
68 %add5 = phi i32 [ %total.promoted, %for.body.lr.ph ], [ %add, %for.body ]
Dcoalescer-identity.ll17 %s.promoted = load i16, i16* @s, align 2
23 %dec13.us = phi i16 [ %dec12.us, %for.inc.us ], [ %s.promoted, %for.body.lr.ph ]
58 %dec13 = phi i16 [ %dec12, %for.body ], [ %s.promoted, %for.body.lr.ph ]
Dcmov.ll82 %g_96.promoted.i = load i8, i8* @g_96 ; <i8> [#uses=3]
83 %3 = icmp eq i8 %g_96.promoted.i, 0 ; <i1> [#uses=2]
100 %.mux.i = select i1 %2, i8 %g_96.promoted.i, i8 0 ; <i8> [#uses=1]
108 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ] ; <i8> [#uses=2]
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td53 // array at fixed offsets. Integer arguments are promoted to registers when
57 // parameter array at fixed offsets. Float and double parameters are promoted
62 // promoted to both floating point and integer registers when possible. A
114 // structs. These arguments are not promoted to 64 bits, but they can still
118 // All integers are promoted to i64 by the caller.
/external/llvm/test/Transforms/LoopStrengthReduce/
Dpr18165.ll25 …%.promoted.i = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @a, i64 0, i32 2…
26 %f.promoted.i = load i32, i32* @f, align 4, !tbaa !7
31 %or1512.i.ph = phi i32 [ %or15.i, %lor.end.i ], [ %f.promoted.i, %entry ]
32 %or1410.i.ph = phi i32 [ %or14.i, %lor.end.i ], [ %.promoted.i, %entry ]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2009-01-02-SignedNegativeStride.ll14 %g_16.promoted = load i16* @g_16 ; <i16> [#uses=1]
18 %g_16.tmp.0 = phi i16 [ %g_16.promoted, %bb.nph ], [ %2, %bb1 ] ; <i16> [#uses=1]
/external/libcxx/test/std/experimental/filesystem/fs.enum/
Dcheck_bitmask_types.hpp20 static constexpr UT unpromote(decltype((~UZero)) promoted) { return static_cast<UT>(promoted); } in unpromote()
/external/llvm/test/tools/gold/X86/
Dthinlto_alias.ll5 ; copy is handled properly. Specifically, the local copy will be promoted,
6 ; and internalization should be able to use the original non-promoted
/external/llvm/test/CodeGen/PowerPC/
Dppc32-lshrti3.ll12 %.promoted = load i72, i72* inttoptr (i32 1 to i72*), align 4
16 %bf.set3 = phi i72 [ %bf.set, %while.cond ], [ %.promoted, %entry ]
/external/llvm/test/Transforms/LICM/
Dscalar_promote.ll39 ; CHECK-NEXT: %.promoted = load i32, i32* getelementptr inbounds (i32, i32* @X, i64 1)
100 ; Should have promoted 'handle2' accesses.
114 ; Should not have promoted offsetx1 loads.
183 ; CHECK-NEXT: %gi.promoted = load i32, i32* %gi, align 4, !tbaa !0

1234567