Home
last modified time | relevance | path

Searched refs:noinline (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc152 static uint32_t GetEBP() __attribute__((noinline));
168 static uint32_t GetESP() __attribute__((noinline));
189 static uint32_t GetEIP() __attribute__((noinline));
209 static uint32_t GetSP() __attribute__((noinline));
225 static uint32_t GetPC() __attribute__((noinline));
246 static uint32_t GetSP() __attribute__((noinline));
263 static uint32_t GetFP() __attribute__((noinline));
278 static uint32_t GetPC() __attribute__((noinline));
313 static unsigned int CountCallerFrames() __attribute__((noinline));
387 __attribute__((noinline));
[all …]
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/src/
Dgraph.c3 __attribute__((noinline)) float E(float c) { in E()
6 __attribute__((noinline)) float D(float c) { in D()
9 __attribute__((noinline)) float C(float c) { in C()
12 __attribute__((noinline)) float B(float c) { in B()
15 __attribute__((noinline)) float A(float c) { in A()
/external/compiler-rt/test/cfi/
Dstats.cpp15 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall()
20 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall()
25 extern "C" __attribute__((noinline)) A *dcast(A *a) { in dcast()
30 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast()
35 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable()
/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp18 extern "C" __attribute__((noinline)) void vcall(A *a) { in vcall()
23 extern "C" __attribute__((noinline)) void nvcall(A *a) { in nvcall()
30 extern "C" __attribute__((noinline)) A *dcast(A *a) { in dcast()
35 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast()
40 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Df128-compare.ll8 ; Function Attrs: noinline nounwind optnone
22 ; Function Attrs: noinline nounwind optnone
36 ; Function Attrs: noinline nounwind optnone
51 ; Function Attrs: noinline nounwind optnone
66 ; Function Attrs: noinline nounwind optnone
80 ; Function Attrs: noinline nounwind optnone
95 ; Function Attrs: noinline nounwind optnone
110 ; Function Attrs: noinline nounwind optnone
126 ; Function Attrs: noinline nounwind optnone
142 ; Function Attrs: noinline nounwind optnone
[all …]
/external/compiler-rt/test/asan/TestCases/
Ddeep_tail_call.cc9 void __attribute__((noinline)) call4(int i) { global[i+10]++; } in call4()
11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3()
13 void __attribute__((noinline)) call2(int i) { call3(i); } in call2()
15 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-update.ll30 ; CHECK: Function Attrs: noinline nounwind readnone
32 define void @test1_g() noinline {
39 ; CHECK: Function Attrs: noinline nounwind readnone
41 define void @test1_h() noinline {
62 ; CHECK: Function Attrs: noinline nounwind readnone
64 define void @test2_g() noinline {
72 ; CHECK: Function Attrs: noinline nounwind readnone
74 define void @test2_h() noinline {
155 ; CHECK: Function Attrs: noinline nounwind readnone
157 define void @test4_f1() noinline {
[all …]
/external/clang/test/CodeGen/
Darm64-arguments.c273 __attribute__ ((noinline))
296 __attribute__ ((noinline))
326 __attribute__ ((noinline))
349 __attribute__ ((noinline))
381 __attribute__ ((noinline))
404 __attribute__ ((noinline))
436 __attribute__ ((noinline))
459 __attribute__ ((noinline))
493 __attribute__ ((noinline))
516 __attribute__ ((noinline))
[all …]
Dpragma-weak.c87 void __declfirstattr(void) __attribute((noinline));
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
130 void __a1(void) __attribute((noinline));
136 __attribute((pure,noinline,const)) void __xxx(void) { } in __xxx()
Darm64-abi-vector.c308 __attribute__((noinline)) double args_vec_3c(int fixed, __char3 c3) { in args_vec_3c()
324 __attribute__((noinline)) double args_vec_5c(int fixed, __char5 c5) { in args_vec_5c()
340 __attribute__((noinline)) double args_vec_9c(int fixed, __char9 c9) { in args_vec_9c()
356 __attribute__((noinline)) double args_vec_19c(int fixed, __char19 c19) { in args_vec_19c()
370 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) { in args_vec_3s()
386 __attribute__((noinline)) double args_vec_5s(int fixed, __short5 c5) { in args_vec_5s()
402 __attribute__((noinline)) double args_vec_3i(int fixed, __int3 c3) { in args_vec_3i()
418 __attribute__((noinline)) double args_vec_5i(int fixed, __int5 c5) { in args_vec_5i()
432 __attribute__((noinline)) double args_vec_3d(int fixed, __double3 c3) { in args_vec_3d()
/external/compiler-rt/test/tsan/
Dsimple_stack2.cc6 void __attribute__((noinline)) foo1() { in foo1()
10 void __attribute__((noinline)) bar1() { in bar1()
17 void __attribute__((noinline)) foo2() { in foo2()
23 void __attribute__((noinline)) bar2() { in bar2()
Dsimple_stack.c6 void __attribute__((noinline)) foo1() { in foo1()
10 void __attribute__((noinline)) bar1() { in bar1()
15 void __attribute__((noinline)) foo2() { in foo2()
19 void __attribute__((noinline)) bar2() { in bar2()
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/
D2011-01-11-CC.ll5 define i32 @test_addx(i64 %a, i64 %b, i64 %c) nounwind readnone noinline {
21 define i32 @test_select_int_icc(i32 %a, i32 %b, i32 %c) nounwind readnone noinline {
36 define float @test_select_fp_icc(i32 %a, float %f1, float %f2) nounwind readnone noinline {
50 define double @test_select_dfp_icc(i32 %a, double %f1, double %f2) nounwind readnone noinline {
64 define i32 @test_select_int_fcc(float %f, i32 %a, i32 %b) nounwind readnone noinline {
79 define float @test_select_fp_fcc(float %f, float %f1, float %f2) nounwind readnone noinline {
93 define double @test_select_dfp_fcc(double %f, double %f1, double %f2) nounwind readnone noinline {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlimited-prec.ll8 define float @f1(float %x) nounwind noinline {
17 define float @f2(float %x) nounwind noinline {
26 define float @f3(float %x) nounwind noinline {
35 define float @f4(float %x) nounwind noinline {
44 define float @f5(float %x) nounwind noinline {
53 define float @f6(float %x) nounwind noinline {
/external/llvm/test/CodeGen/X86/
Dlimited-prec.ll8 define float @f1(float %x) nounwind noinline {
17 define float @f2(float %x) nounwind noinline {
26 define float @f3(float %x) nounwind noinline {
35 define float @f4(float %x) nounwind noinline {
44 define float @f5(float %x) nounwind noinline {
53 define float @f6(float %x) nounwind noinline {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlimited-prec.ll8 define float @f1(float %x) nounwind noinline {
17 define float @f2(float %x) nounwind noinline {
26 define float @f3(float %x) nounwind noinline {
35 define float @f4(float %x) nounwind noinline {
44 define float @f5(float %x) nounwind noinline {
53 define float @f6(float %x) nounwind noinline {
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_noinline.c58 static __attribute__ ((noinline))
95 static __attribute__ ((noinline))
105 static __attribute__ ((noinline))
242 static __attribute__ ((noinline))
264 static __attribute__ ((noinline))
288 static __attribute__ ((noinline))
331 static __attribute__ ((noinline))
385 static __attribute__ ((noinline))
406 static __attribute__ ((noinline))
424 static __attribute__ ((noinline))
[all …]
/external/clang/test/Sema/
Dattr-noinline.c3 int a __attribute__((noinline)); // expected-warning {{'noinline' attribute only applies to functio…
5 void t1() __attribute__((noinline));
7 void t2() __attribute__((noinline(2))); // expected-error {{'noinline' attribute takes no arguments…
/external/compiler-rt/test/asan/TestCases/Linux/
Dclang_gcc_abi.cc11 __attribute__((noinline))
19 __attribute__((naked, noinline)) void gcc_abi() { in gcc_abi()
32 __attribute__((naked, noinline)) void clang_abi() { in clang_abi()
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll22 ; Function Attrs: noinline nounwind
47 ; Function Attrs: noinline nounwind
69 ; Function Attrs: noinline nounwind
93 ; Function Attrs: noinline nounwind
118 ; Function Attrs: noinline nounwind
139 ; Function Attrs: noinline nounwind
162 ; Function Attrs: noinline nounwind
187 ; Function Attrs: noinline nounwind
209 ; Function Attrs: noinline nounwind
232 ; Function Attrs: noinline nounwind
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll22 ; Function Attrs: noinline nounwind
47 ; Function Attrs: noinline nounwind
69 ; Function Attrs: noinline nounwind
93 ; Function Attrs: noinline nounwind
118 ; Function Attrs: noinline nounwind
139 ; Function Attrs: noinline nounwind
162 ; Function Attrs: noinline nounwind
187 ; Function Attrs: noinline nounwind
209 ; Function Attrs: noinline nounwind
232 ; Function Attrs: noinline nounwind
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-indexed-memory.ll3 define void @store64(i64** nocapture %out, i64 %index, i64 %spacing) nounwind noinline ssp {
14 define void @store32(i32** nocapture %out, i32 %index, i32 %spacing) nounwind noinline ssp {
25 define void @store16(i16** nocapture %out, i16 %index, i16 %spacing) nounwind noinline ssp {
36 define void @store8(i8** nocapture %out, i8 %index, i8 %spacing) nounwind noinline ssp {
47 define void @truncst64to32(i32** nocapture %out, i32 %index, i64 %spacing) nounwind noinline ssp {
59 define void @truncst64to16(i16** nocapture %out, i16 %index, i64 %spacing) nounwind noinline ssp {
71 define void @truncst64to8(i8** nocapture %out, i8 %index, i64 %spacing) nounwind noinline ssp {
95 define void @storef32(float** nocapture %out, float %index, float %spacing) nounwind noinline ssp {
106 define void @storef64(double** nocapture %out, double %index, double %spacing) nounwind noinline ss…
117 define double * @pref64(double** nocapture %out, double %spacing) nounwind noinline ssp {
[all …]
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-fork.cc12 __attribute__((noinline))
15 __attribute__((noinline))
18 __attribute__((noinline))
Dcoverage-fork-direct.cc13 __attribute__((noinline))
16 __attribute__((noinline))
19 __attribute__((noinline))
/external/compiler-rt/test/msan/
Dchained_origin.cc23 __attribute__((noinline))
28 __attribute__((noinline))
33 __attribute__((noinline))

12345678910>>...36