Home
last modified time | relevance | path

Searched refs:SV (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/elfutils/src/backends/
Daarch64_cfi.c57 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in aarch64_abi_cfi() macro
59 SV (19), SV (20), SV (21), SV (22), SV (23), in aarch64_abi_cfi()
60 SV (24), SV (25), SV (26), SV (27), SV (28), in aarch64_abi_cfi()
63 SV (29), SV (30), in aarch64_abi_cfi()
66 SV (72), SV (73), SV (74), SV (75), in aarch64_abi_cfi()
67 SV (76), SV (77), SV (78), SV (79), in aarch64_abi_cfi()
68 #undef SV in aarch64_abi_cfi()
Dppc_cfi.c53 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in ppc_abi_cfi() macro
54 SV (2), /* r2 is TOC pointer. */ in ppc_abi_cfi()
55 SV (13), /* Reserved as system thread id (is it for CFI?). */ in ppc_abi_cfi()
57 SV (14), SV (15), SV (16), SV (17), SV (18), SV (19), SV (20), SV (21), in ppc_abi_cfi()
58 SV (22), SV (23), SV (24), SV (25), SV (26), SV (27), SV (28), SV (29), in ppc_abi_cfi()
59 SV (30), SV (31) in ppc_abi_cfi()
63 #undef SV in ppc_abi_cfi()
Darm_cfi.c60 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in arm_abi_cfi() macro
62 SV (4), SV (5), SV (6), SV (7), SV (8), SV (10), SV (11), in arm_abi_cfi()
65 SV (14), in arm_abi_cfi()
67 #undef SV in arm_abi_cfi()
72 #define SV(n) DW_CFA_same_value, ULEB128_8_2 (n) in arm_abi_cfi() macro
73 SV (264), SV (265), SV (266), SV (267), in arm_abi_cfi()
74 SV (268), SV (269), SV (270), SV (271), in arm_abi_cfi()
81 #undef SV in arm_abi_cfi()
Ds390_cfi.c50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in s390_abi_cfi() macro
51 SV (6), SV (7), SV (8), SV (9), SV (10), /* r6-r13, r15 */ in s390_abi_cfi()
52 SV (11), SV (12), SV (13), SV (15), in s390_abi_cfi()
53 SV (16 + 8), SV (16 + 9), SV (16 + 10), SV (16 + 11), /* f8-f15 */ in s390_abi_cfi()
54 SV (16 + 12), SV (16 + 13), SV (16 + 14), SV (16 + 15) in s390_abi_cfi()
55 #undef SV in s390_abi_cfi()
/external/llvm/test/CodeGen/Thumb2/
D2009-11-11-ScavengerAssert.ll4 %struct.SV = type { i8*, i32, i32 }
6 declare void @Perl_mg_set(%struct.SV*) nounwind
10 %0 = load %struct.SV*, %struct.SV** null, align 4 ; <%struct.SV*> [#uses=2]
20 %1 = getelementptr inbounds %struct.SV, %struct.SV* %0, i32 0, i32 0 ; <i8**> [#uses=1]
26 call void @Perl_sv_setiv(%struct.SV* undef, i32 %storemerge5) nounwind
27 %6 = getelementptr inbounds %struct.SV, %struct.SV* undef, i32 0, i32 2 ; <i32*> [#uses=1]
37 call void @Perl_mg_set(%struct.SV* undef) nounwind
41 store %struct.SV* undef, %struct.SV** null, align 4
45 %10 = call i32 @Perl_sv_2uv(%struct.SV* %0) nounwind ; <i32> [#uses=0]
49 call void @Perl_sv_setiv(%struct.SV* undef, i32 undef) nounwind
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DObjectMemoryBuffer.h40 ObjectMemoryBuffer(SmallVectorImpl<char> &&SV) in ObjectMemoryBuffer() argument
41 : SV(std::move(SV)), BufferName("<in-memory object>") { in ObjectMemoryBuffer()
42 init(this->SV.begin(), this->SV.end(), false); in ObjectMemoryBuffer()
47 ObjectMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) in ObjectMemoryBuffer() argument
48 : SV(std::move(SV)), BufferName(Name) { in ObjectMemoryBuffer()
49 init(this->SV.begin(), this->SV.end(), false); in ObjectMemoryBuffer()
57 SmallVector<char, 0> SV;
/external/llvm/lib/ExecutionEngine/MCJIT/
DObjectBuffer.h27 ObjectMemoryBuffer(SmallVector<char, N> SV) in ObjectMemoryBuffer() argument
28 : SV(SV), BufferName("<in-memory object>") { in ObjectMemoryBuffer()
29 init(this->SV.begin(), this->SV.end(), false); in ObjectMemoryBuffer()
33 ObjectMemoryBuffer(SmallVector<char, N> SV, StringRef Name) in ObjectMemoryBuffer() argument
34 : SV(SV), BufferName(Name) { in ObjectMemoryBuffer()
35 init(this->SV.begin(), this->SV.end(), false); in ObjectMemoryBuffer()
42 SmallVector<char, 4096> SV;
/external/libcxx/test/std/experimental/string.view/string.view.modifiers/
Dswap.pass.cpp20 typedef std::experimental::basic_string_view<CharT> SV; in test() typedef
22 SV sv1(s); in test()
23 SV sv2; in test()
39 typedef std::experimental::basic_string_view<char> SV; in test_ce() typedef
40 SV sv1{ "ABCDEFGHIJKL", n }; in test_ce()
41 SV sv2 { sv1.data(), k }; in test_ce()
Dclear.pass.cpp20 typedef std::experimental::basic_string_view<CharT> SV; in test() typedef
22 SV sv1 ( s ); in test()
29 assert ( sv1 == SV()); in test()
35 typedef std::experimental::basic_string_view<char> SV; in test_ce() typedef
36 SV sv1{ "ABCDEFGHIJKL", n }; in test_ce()
Dremove_prefix.pass.cpp21 typedef std::experimental::basic_string_view<CharT> SV; in test() typedef
23 SV sv1 ( s ); in test()
42 typedef std::experimental::basic_string_view<char> SV; in test_ce() typedef
43 SV sv1{ "ABCDEFGHIJKL", n }; in test_ce()
Dremove_suffix.pass.cpp20 typedef std::experimental::basic_string_view<CharT> SV; in test() typedef
22 SV sv1 ( s ); in test()
42 typedef std::experimental::basic_string_view<char> SV; in test_ce() typedef
43 SV sv1{ "ABCDEFGHIJKL", n }; in test_ce()
/external/libcxx/test/std/experimental/string.view/string.view.find/
Dfind_first_of_char_size.pass.cpp71 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
72 constexpr SV sv1; in main()
73 constexpr SV sv2 { "abcde", 5 }; in main()
75 static_assert (sv1.find_first_of( 'e', 0 ) == SV::npos, "" ); in main()
76 static_assert (sv1.find_first_of( 'e', 1 ) == SV::npos, "" ); in main()
77 static_assert (sv2.find_first_of( 'q', 0 ) == SV::npos, "" ); in main()
79 static_assert (sv2.find_first_of( 'e', 5 ) == SV::npos, "" ); in main()
Dfind_char_size.pass.cpp71 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
72 constexpr SV sv1; in main()
73 constexpr SV sv2 { "abcde", 5 }; in main()
75 static_assert (sv1.find( 'c', 0 ) == SV::npos, "" ); in main()
76 static_assert (sv1.find( 'c', 1 ) == SV::npos, "" ); in main()
80 static_assert (sv2.find( 'c', 3 ) == SV::npos, "" ); in main()
81 static_assert (sv2.find( 'c', 4 ) == SV::npos, "" ); in main()
Dfind_last_not_of_char_size.pass.cpp71 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
72 constexpr SV sv1; in main()
73 constexpr SV sv2 { "abcde", 5 }; in main()
75 static_assert (sv1.find_last_not_of( 'i', 0 ) == SV::npos, "" ); in main()
76 static_assert (sv1.find_last_not_of( 'i', 1 ) == SV::npos, "" ); in main()
77 static_assert (sv2.find_last_not_of( 'a', 0 ) == SV::npos, "" ); in main()
Drfind_char_size.pass.cpp70 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
71 constexpr SV sv1; in main()
72 constexpr SV sv2 { "abcde", 5 }; in main()
74 static_assert (sv1.rfind( 'b', 0 ) == SV::npos, "" ); in main()
75 static_assert (sv1.rfind( 'b', 1 ) == SV::npos, "" ); in main()
76 static_assert (sv2.rfind( 'b', 0 ) == SV::npos, "" ); in main()
Dfind_first_not_of_char_size.pass.cpp73 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
74 constexpr SV sv1; in main()
75 constexpr SV sv2 { "abcde", 5 }; in main()
77 static_assert (sv1.find_first_not_of( 'q', 0 ) == SV::npos, "" ); in main()
78 static_assert (sv1.find_first_not_of( 'q', 1 ) == SV::npos, "" ); in main()
81 static_assert (sv2.find_first_not_of( 'q', 5 ) == SV::npos, "" ); in main()
Dfind_last_of_char_size.pass.cpp71 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
72 constexpr SV sv1; in main()
73 constexpr SV sv2 { "abcde", 5 }; in main()
75 static_assert (sv1.find_last_of( 'i', 0 ) == SV::npos, "" ); in main()
76 static_assert (sv1.find_last_of( 'i', 1 ) == SV::npos, "" ); in main()
Dfind_last_of_pointer_size.pass.cpp154 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
155 constexpr SV sv1; in main()
156 constexpr SV sv2 { "abcde", 5 }; in main()
158 static_assert (sv1.find_last_of( "", 0) == SV::npos, "" ); in main()
159 static_assert (sv1.find_last_of( "irkhs", 5) == SV::npos, "" ); in main()
160 static_assert (sv2.find_last_of( "", 0) == SV::npos, "" ); in main()
161 static_assert (sv2.find_last_of( "gfsrt", 5) == SV::npos, "" ); in main()
Dfind_first_of_pointer_size.pass.cpp154 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
155 constexpr SV sv1; in main()
156 constexpr SV sv2 { "abcde", 5 }; in main()
158 static_assert (sv1.find_first_of( "", 0) == SV::npos, "" ); in main()
159 static_assert (sv1.find_first_of( "irkhs", 0) == SV::npos, "" ); in main()
160 static_assert (sv2.find_first_of( "", 0) == SV::npos, "" ); in main()
161 static_assert (sv2.find_first_of( "gfsrt", 0) == SV::npos, "" ); in main()
/external/llvm/test/CodeGen/X86/
D2010-02-23-SingleDefPhiJoin.ll72 …%ooffset.2.lcssa.phi.SV.phi203 = phi i32 [ 0, %meshBB122 ], [ %ooffset.2.lcssa.phi.SV.phi233, %mes…
94 ret i32 %ooffset.2.lcssa.phi.SV.phi250
100 …%ooffset.2.lcssa.phi.SV.phi233 = phi i32 [ undef, %bb3 ], [ %ooffset.2.lcssa.phi.SV.phi209, %bb1.i…
107 …%ooffset.2.lcssa.phi.SV.phi239 = phi i32 [ %ooffset.2.lcssa.phi.SV.phi209, %bb1.i.fragment ], [ %o…
120 …%ooffset.2.lcssa.phi.SV.phi250 = phi i32 [ 0, %bb13.fragment ], [ %ooffset.2.lcssa.phi.SV.phi239, …
124 …%ooffset.2.lcssa.phi.SV.phi209 = phi i32 [ undef, %bb2.fragment15 ], [ %ooffset.2.lcssa.phi.SV.phi…
D2008-07-16-CoalescerCrash.ll3 %struct.SV = type { i8*, i64, i64 }
6 declare void @Perl_sv_catpvf(%struct.SV*, i8*, ...) nounwind
10 define fastcc i8* @Perl_pv_uni_display(%struct.SV* %dsv, i8* %spv, i64 %len, i64 %pvlim, i64 %flags…
29 …tail call void (%struct.SV*, i8*, ...) @Perl_sv_catpvf( %struct.SV* %dsv, i8* getelementptr ([8 x …
D2009-04-27-CoalescerAssert.ll105 …%26 = getelementptr %struct.Macroblock, %struct.Macroblock* %.load17.SV.phi, i64 %.load36.SV.phi, …
107 store i32 %27, i32* %.load67.SV.phi, align 4
120 …%31 = getelementptr %struct.Macroblock, %struct.Macroblock* %.load16.SV.phi, i64 %.load35.SV.phi, …
122 store i32 %32, i32* %.load66.SV.phi, align 4
150 store i32 %.SV206.phi, i32* %.load81.SV.phi, align 4
151 %44 = add i32 %.load50.SV.phi, %yN ; <i32> [#uses=1]
165 br i1 %.load74.SV.phi, label %bb14, label %meshBB412
225 br i1 %or.cond.not.SV.phi, label %meshBB360, label %bb97
332 store i32 %.SV238.phi, i32* %.load116.SV.phi, align 4
359 store i32 %.SV242.phi, i32* %.load115.SV.phi, align 4
[all …]
/external/libcxx/test/std/experimental/string.view/string.view.comparison/
Dopne.string_view.string_view.pass.cpp53 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
54 constexpr SV sv1; in main()
55 constexpr SV sv2; in main()
56 constexpr SV sv3 { "abcde", 5 }; in main()
Dopeq.string_view.string_view.pass.cpp53 typedef std::experimental::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
54 constexpr SV sv1; in main()
55 constexpr SV sv2; in main()
56 constexpr SV sv3 { "abcde", 5 }; in main()
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2012-01-13-phielim.ll115 %indvars.iv.i.SV.phi = phi i64 [ %indvars.iv.next.i, %meshBB ], [ 0, %for.body3.lr.ph.us.i ]
116 %storemerge13.us.i.SV.phi = phi i32 [ 0, %meshBB ], [ 0, %for.body3.lr.ph.us.i ]
118 %0 = add nsw i64 %indvars.iv.i.SV.phi, %indvars.iv8.i.SV.phi26
121 %arrayidx5.us.i = getelementptr inbounds double, double* %u, i64 %indvars.iv.i.SV.phi
123 %indvars.iv.next.i = add i64 %indvars.iv.i.SV.phi, 1
127 %indvars.iv8.i.SV.phi26 = phi i64 [ undef, %meshBB1 ], [ %indvars.iv8.i.SV.phi24, %meshBB ]
128 %arrayidx.us.i = getelementptr inbounds double, double* undef, i64 %indvars.iv8.i.SV.phi26
129 %3 = add i64 %indvars.iv8.i.SV.phi26, 1
139 %indvars.iv8.i.SV.phi24 = phi i64 [ undef, %for.body3.us.i ], [ %3, %for.inc8.us.i ]

12345678910>>...12