/external/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 181 %struct.test7 = type { i32, i32, i32 } 182 define void @test7_f(%struct.test7* %x) nounwind { 201 %tmp = alloca %struct.test7, align 4 202 call x86_thiscallcc void @test7_g(%struct.test7* %x, %struct.test7* sret %tmp) 206 define x86_thiscallcc void @test7_g(%struct.test7* %in, %struct.test7* sret %out) { 207 %s = getelementptr %struct.test7, %struct.test7* %in, i32 0, i32 0 208 %d = getelementptr %struct.test7, %struct.test7* %out, i32 0, i32 0
|
D | rounding-ops.ll | 82 define float @test7(float %x) nounwind { 86 ; CHECK-SSE-LABEL: test7: 89 ; CHECK-AVX-LABEL: test7:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 181 %struct.test7 = type { i32, i32, i32 } 182 define void @test7_f(%struct.test7* %x) nounwind { 201 %tmp = alloca %struct.test7, align 4 202 call x86_thiscallcc void @test7_g(%struct.test7* %x, %struct.test7* sret %tmp) 206 define x86_thiscallcc void @test7_g(%struct.test7* %in, %struct.test7* sret %out) { 207 %s = getelementptr %struct.test7, %struct.test7* %in, i32 0, i32 0 208 %d = getelementptr %struct.test7, %struct.test7* %out, i32 0, i32 0
|
/external/clang/test/SemaCXX/ |
D | warn-loop-analysis.cpp | 156 void test7() { in test7() function 159 if (true) test7(); in test7() 175 if (true) test7(); in test7() 216 if (true) test7(); in test8() 232 if (true) test7(); in test8()
|
D | long-virtual-inheritance-chain.cpp | 10 class test7 : virtual test6 { virtual void f(); }; class 11 class test8 : virtual test7 { virtual void f(); };
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | vector_promote.ll | 100 %struct.test7 = type { [6 x i32] } 102 define void @test7() { 104 %memtmp = alloca %struct.test7, align 16 105 %0 = bitcast %struct.test7* %memtmp to <4 x i32>* 107 %1 = getelementptr inbounds %struct.test7* %memtmp, i64 0, i32 0, i64 5 110 ; CHECK: @test7
|
/external/clang/test/CodeGen/ |
D | ppc64-align-struct.c | 11 struct test7 { int x[17]; } __attribute__((aligned (32))); struct 47 void test7 (int x, struct test7 y) in test7() function
|
D | conditional.c | 29 void test7(int); 30 void* test8() {return 1 ? test6 : test7;} in test8()
|
D | inline.c | 125 void test7() { } in test7() function 126 void test7();
|
/external/clang/test/CodeGenCXX/ |
D | throw-expressions.cpp | 85 void test7(bool cond) { in test7() function 97 cond ? throw test7 : val; in test7()
|
/external/clang/test/Sema/ |
D | attr-visibility.c | 21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is h… 22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not mat…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 65 .macro test7 .a macro 70 test7 zed3 label
|
D | macros-gas.s | 65 .macro test7 .a macro 70 test7 zed3
|
/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 65 .macro test7 .a macro 70 test7 zed3 label
|
D | macros-gas.s | 65 .macro test7 .a macro 70 test7 zed3
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 105 namespace test7 { namespace 107 using test7::foo;
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-tst.ll | 6 define ppc_fp128 @test7(ppc_fp128 %A1, ppc_fp128 %A2, ppc_fp128 %B1, ppc_fp128 %B2) { 7 ; CHECK-LABEL: @test7(
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 131 void test7 () in test7() function 210 test7(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | rename-section-multiple.test | 20 - Name: .test7 35 # CHECK: Name: .test7
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 116 test7() in test7() function 141 test7(); in main()
|
/external/compiler-rt/test/asan/TestCases/ |
D | strtoll_strict.c | 81 void test7(char *array, char *endptr) { in test7() function 114 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
|
D | strtol_strict.c | 97 void test7(char *array, char *endptr) { in test7() function 130 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
|
/external/u-boot/test/py/tests/ |
D | test_log.py | 76 def test7(): function 97 test7()
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | sh-types.ll | 4 define <4 x float> @test7(<4 x float> %A1, <4 x float> %B1, double %C1, double %C2, double %D1, dou… 21 ; CHECK-LABEL: @test7(
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 142 test7() function 206 test7
|