Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 807) sorted by relevance

12345678910>>...33

/external/llvm/test/CodeGen/X86/
Dwin32_sret.ll181 %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
Drounding-ops.ll82 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/
Dwin32_sret.ll181 %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/
Dwarn-loop-analysis.cpp156 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()
Dlong-virtual-inheritance-chain.cpp10 class test7 : virtual test6 { virtual void f(); }; class
11 class test8 : virtual test7 { virtual void f(); };
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
Dvector_promote.ll100 %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/
Dppc64-align-struct.c11 struct test7 { int x[17]; } __attribute__((aligned (32))); struct
47 void test7 (int x, struct test7 y) in test7() function
Dconditional.c29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c125 void test7() { } in test7() function
126 void test7();
/external/clang/test/CodeGenCXX/
Dthrow-expressions.cpp85 void test7(bool cond) { in test7() function
97 cond ? throw test7 : val; in test7()
/external/clang/test/Sema/
Dattr-visibility.c21 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/
Dmacros-darwin.s65 .macro test7 .a macro
70 test7 zed3 label
Dmacros-gas.s65 .macro test7 .a macro
70 test7 zed3
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s65 .macro test7 .a macro
70 test7 zed3 label
Dmacros-gas.s65 .macro test7 .a macro
70 test7 zed3
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp105 namespace test7 { namespace
107 using test7::foo;
/external/llvm/test/Transforms/BBVectorize/
Dsimple-tst.ll6 define ppc_fp128 @test7(ppc_fp128 %A1, ppc_fp128 %A2, ppc_fp128 %B1, ppc_fp128 %B2) {
7 ; CHECK-LABEL: @test7(
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp131 void test7 () in test7() function
210 test7(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Drename-section-multiple.test20 - Name: .test7
35 # CHECK: Name: .test7
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp116 test7() in test7() function
141 test7(); in main()
/external/compiler-rt/test/asan/TestCases/
Dstrtoll_strict.c81 void test7(char *array, char *endptr) { in test7() function
114 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
Dstrtol_strict.c97 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/
Dtest_log.py76 def test7(): function
97 test7()
/external/llvm/test/Transforms/BBVectorize/X86/
Dsh-types.ll4 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/
Dcgroup_fj_function.sh142 test7() function
206 test7

12345678910>>...33