Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll8 define internal i32 @test5() {
12 ; This function doesn't use the return value @test5 and tries to lure DAE into
13 ; marking @test5's return value dead because only this call is unused.
15 %DEAD = call i32 @test5()
19 ; This function ensures the retval of @test5 is live.
21 %LIVE = call i32 @test5()
/external/llvm/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll8 define internal i32 @test5() {
12 ; This function doesn't use the return value @test5 and tries to lure DAE into
13 ; marking @test5's return value dead because only this call is unused.
15 %DEAD = call i32 @test5()
19 ; This function ensures the retval of @test5 is live.
21 %LIVE = call i32 @test5()
Dreturned.ll39 ; CHECK-LABEL: define internal void @test5(%Ty* %this)
41 define internal %Ty* @test5(%Ty* %this) {
52 ; CHECK: call void @test5(%Ty* %this)
53 %5 = call %Ty* @test5(%Ty* returned %this)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll8 define internal i32 @test5() {
12 ; This function doesn't use the return value @test5 and tries to lure DAE into
13 ; marking @test5's return value dead because only this call is unused.
15 %DEAD = call i32 @test5()
19 ; This function ensures the retval of @test5 is live.
21 %LIVE = call i32 @test5()
Dreturned.ll39 ; CHECK-LABEL: define internal void @test5(%Ty* %this)
41 define internal %Ty* @test5(%Ty* %this) {
52 ; CHECK: call void @test5(%Ty* %this)
53 %5 = call %Ty* @test5(%Ty* returned %this)
/external/clang/test/SemaCXX/
Dwarn-pessmizing-move.cpp79 void test5(A) { in test5() function
80 test5(A()); in test5()
81 test5(test4()); in test5()
83 test5(std::move(A())); in test5()
88 test5(std::move(test4())); in test5()
Dcondition.cpp61 void test5() { in test5() function
66 test5<int>(); in test5_inst()
/external/clang/test/CodeGen/
Dattr-minsize.cpp59 void test5(T arg) { in test5() function
64 void test5<int>(int arg);
71 void test5<float>(float arg);
Dinline.c109 extern __inline int test5(void) __attribute__ ((__gnu_inline__));
110 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) in test5() function
115 void test_test5() { test5(); } in test_test5()
Dppc64-align-struct.c9 struct test5 { int x[17]; }; struct
34 void test5 (int x, struct test5 y) in test5() function
Dblocks-1.c52 void test5() { in test5() function
76 test5(); in main()
/external/clang/test/CodeGenCXX/
Denable_if.cpp4 int test5(int);
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
9 int (*Ptr)(int) = &test5;
/external/clang/test/Sema/
Dattr-visibility.c14 struct test5;
15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match …
/external/clang/test/Parser/
Dexpressions.c48 int test5(int);
50 return test5( // expected-note {{to match}} in test6()
51 test5(1) in test6()
/external/libcxxabi/test/
Dcatch_const_pointer_nullptr.pass.cpp94 void test5() in test5() function
135 void test5() {} in test5() function
146 test5(); in main()
Dcatch_member_data_pointer_01.pass.cpp131 void test5() in test5() function
174 test5(); in main()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp4.cpp71 void test5() { in test5() function
114 void test5() { in test5() function
161 void test5() { in test5() function
223 namespace test5 { namespace
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp209 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
220 if (*test1 != *test5) in TestConstructionAndEquality()
227 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
241 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
245 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
251 delete test5; in TestConstructionAndEquality()
295 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local
317 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
327 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
339 test5->getText(result5); in TestConstructionAndEqualityUChariter()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcast-set-preserve-signed-dbg-val.ll3 ; CHECK-LABEL: define {{.*}} @test5
4 define i16 @test5(i16 %A) !dbg !34 {
41 !34 = distinct !DISubprogram(name: "test5", linkageName: "test5", scope: null, file: !1, line: 12, …
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp126 void test5() { in test5() function
198 void test5() { in test5() function
274 void test5() { in test5() function
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dv2f32.ll88 define <4 x float> @test5(<4 x float> %A) nounwind {
98 ; X64: test5:
103 ; W64: test5:
109 ; X32: test5:
/external/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll51 %ret = call i8* @test5()
55 define i8* @test5() {
56 ; CHECK: define noalias i8* @test5
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacros-darwin.s51 .macro test5 _a macro
56 test5 zed1 label
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s51 .macro test5 _a macro
56 test5 zed1 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmovbe.ll48 define void @test5(i64* %x, i64 %y) nounwind {
52 ; CHECK-LABEL: test5:
54 ; SLM-LABEL: test5:

12345678910>>...50