Home
last modified time | relevance | path

Searched refs:func2 (Results 1 – 25 of 211) sorted by relevance

123456789

/external/compiler-rt/test/profile/
Dinstrprof-dlopen.test3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c
8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2
24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen…
26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/Inputs/instrprof-dlop…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/external/compiler-rt/test/profile/Linux/
Dinstrprof-dlopen.test3 …en -o %t.d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-s…
8 …-o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs/instrprof-dlopen-func2.c %t.d/main.o
24 …UN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlo…
26 …UN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/../Inputs/instrprof-d…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/external/libaom/libaom/aom_ports/
Dx86.h48 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
51 : "a"(func), "c"(func2));
53 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
59 : "a"(func), "c"(func2));
64 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
71 : "a"(func), "c"(func2));
73 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
80 : "a"(func), "c"(func2));
85 #define cpuid(func, func2, a, b, c, d) \ argument
88 __cpuidex(regs, func, func2); \
[all …]
/external/libvpx/libvpx/vpx_ports/
Dx86.h47 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
50 : "a"(func), "c"(func2));
52 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
58 : "a"(func), "c"(func2));
63 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
70 : "a"(func), "c"(func2));
72 #define cpuid(func, func2, ax, bx, cx, dx) \ argument
79 : "a"(func), "c"(func2));
84 #define cpuid(func, func2, a, b, c, d) \ argument
87 __cpuidex(regs, func, func2); \
[all …]
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMatrixProductMMA.h175 #define MICRO_MMA_TYPE_PEEL(func, func2, type, peel) \ argument
179 MICRO_MMA_UNROLL(func2); \
186 #define MICRO_MMA_UNROLL_TYPE_PEEL(func, func2, type) \ argument
188 MICRO_MMA_TYPE_PEEL(func,func2,type,0); MICRO_MMA_TYPE_PEEL(func,func2,type,1); \
189 MICRO_MMA_TYPE_PEEL(func,func2,type,2); MICRO_MMA_TYPE_PEEL(func,func2,type,3); \
190 MICRO_MMA_TYPE_PEEL(func,func2,type,4); MICRO_MMA_TYPE_PEEL(func,func2,type,5); \
191 MICRO_MMA_TYPE_PEEL(func,func2,type,6); MICRO_MMA_TYPE_PEEL(func,func2,type,7); \
192 MICRO_MMA_TYPE_PEEL(func,func2,type,8); MICRO_MMA_TYPE_PEEL(func,func2,type,9);
194 #define MICRO_MMA_UNROLL_TYPE_ONE(func, func2, type) \ argument
196 MICRO_MMA_TYPE_PEEL(func,func2,type,0);
[all …]
/external/clang/test/CodeGenCXX/
Dstatic-init-1.cpp7 int func2(int c) { return printf("loading the func2(%d)\n", c); }; in func2() function
13 int loader_2 = func2(++count);
20 int loader_4 = func2(++count);
22 int loader_6 = func2(++count);
Doptnone-and-attributes.cpp15 int func2(int a);
17 inline int func2(int a) { in func2() function
25 return val + func2(2); in foo()
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-dlopen-main.c9 void func2(int K);
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); in main() local
36 if (func2 == NULL) { in main()
43 func2(0); in main()
/external/llvm/test/Transforms/MergeFunc/
Dmerge-weak-crash.ll4 ; CHECK: call i32 @func2
7 ; CHECK-LABEL: define i32 @func2
12 ; CHECK: call i32 @func2
36 %sum3 = call i32 @func2(i32 %sum, i32 %sum2)
40 define i32 @func2(i32 %x, i32 %y) {
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
Dp4.cpp6 template<typename> void func2();
7 template<> void func2<int>(); // expected-note {{previous declaration is here}}
8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declara…
/external/llvm/test/MC/ARM/
Deh-directive-section-multiple-func.s13 @ In this example, func1 and func2 should be defined in .TEST1 section.
14 @ It is incorrect if the func2 is in .text, .ARM.extab.TEST1, or
31 .globl func2 symbol
33 .type func2,%function
35 func2: label
130 @ CHECK: Name: func2
Deh-directive-integrated-test.s67 .globl func2 symbol
69 .type func2,%function
70 func2: label
82 .size func2, .Ltmp2-func2
Deh-directive-pad-diagnostics.s29 .globl func2 symbol
31 .type func2,%function
33 func2: label
Deh-directive-personality-diagnostics.s29 .globl func2 symbol
31 .type func2,%function
33 func2: label
Deh-directive-fnstart-diagnostics.s20 .globl func2 symbol
22 .type func2,%function
30 func2: label
Deh-directive-cantunwind-diagnostics.s37 .globl func2 symbol
39 .type func2,%function
41 func2: label
Deh-directive-text-section-multiple-func.s21 .globl func2 symbol
23 .type func2,%function
25 func2: label
78 @ CHECK: Name: func2
Deh-directive-vsave-diagnostics.s31 .globl func2 symbol
33 .type func2,%function
35 func2: label
Deh-directive-save-diagnostics.s31 .globl func2 symbol
33 .type func2,%function
35 func2: label
/external/clang/test/SemaCXX/
Dambig-user-defined-conversions.cpp27 void func2(const char cc); // expected-note {{candidate function}}
28 void func2(const int ci); // expected-note {{candidate function}}
30 func2(b1); // expected-error {{call to 'func2' is ambiguous}} in Test2()
/external/skia/resources/sksl/inliner/
DTrivialArgumentsInlineDirectly.sksl21 half4 func2(half2 h2) {
51 var = func2(s.ah4[0].yw);
52 var = func2(as[0].ah4[0].xy);
64 // var = func2(as[i].h4.yw); // indexing by non-constant expressions disallowed in ES2
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-function.mir18 define i32 @func2() {
55 # CHECK: name: func2
60 name: func2
/external/libabigail/tests/data/test-abidiff-exit/
Dtest-crc-v0.abi4 …<elf-symbol name='func2' type='func-type' binding='global-binding' visibility='default-visibility'…
20 …<function-decl name='func2' mangled-name='func2' visibility='default' binding='global' size-in-bit…
Dtest-crc-v1.abi4 …<elf-symbol name='func2' type='func-type' binding='global-binding' visibility='default-visibility'…
21 …<function-decl name='func2' mangled-name='func2' visibility='default' binding='global' size-in-bit…
/external/llvm/test/tools/llvm-cov/Inputs/
Dprevent_false_instantiations.cpp7 void func2() { in func2() function
13 func2(); in main()

123456789