Home
last modified time | relevance | path

Searched refs:TOPN (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-profdata/
H A Dsample-hot-func-list.test24 …le-hot-func-list.proftext | FileCheck %s --match-full-lines --strict-whitespace --check-prefix=TOPN
26 ; TOPN:8 out of 10 functions with profile (80.00%) are considered hot functions (max sample >=…
27 ; TOPN-NEXT:355251 out of 356026 profile counts (99.78%) are from hot functions.
28 ; TOPN-NEXT: Total sample (%) Max sample Entry sample Function name
29 ; TOPN-NEXT: 184019 (51.69%) 2300 534 main
30 ; TOPN-NEXT: 97401 (27.36%) 10640 3035 Func3
32 …uts/cs-sample.proftext | FileCheck %s --match-full-lines --strict-whitespace --check-prefix=CS-TOPN
34 ; CS-TOPN:2 out of 8 functions with profile (25.00%) are considered hot functions (max sample …
35 ; CS-TOPN-NEXT:1968152 out of 1968919 profile counts (99.96%) are from hot functions.
36 ; CS-TOPN-NEXT: Total sample (%) Max sample Entry sample Function name
[all …]
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm.inc90 TOPN(0) = val;
111 val = TOPN(0);
174 TOPN(0) = val;
195 val = TOPN(0);
284 TOPN(0) = val;
318 TOPN(0) = val;
337 obj = TOPN(0);
385 TOPN(0) = val;
406 val = TOPN(0);
1369 TOPN(i) = v0;
[all …]
H A Dinsns.def603 VALUE v1 = TOPN(i);
605 TOPN(i) = v0;
628 val = TOPN(n);
639 TOPN(n) = val;
748 calling.recv = TOPN(calling.argc = ci->orig_argc);
764 vm_search_method(ci, cc, calling.recv = TOPN(calling.argc = ci->orig_argc));
834 calling.recv = TOPN(calling.argc = ci->orig_argc);
1295 TOPN(0) = rb_str_resurrect(key);
H A Dvm_insnhelper.c2012 sym = TOPN(i); in vm_call_opt_send()
2018 rb_long2int(calling->argc), &TOPN(i), in vm_call_opt_send()
2022 TOPN(i) = rb_str_intern(sym); in vm_call_opt_send()
2029 MEMMOVE(&TOPN(i), &TOPN(i-1), VALUE, i); in vm_call_opt_send()
2053 if (argc > 0) MEMMOVE(&TOPN(argc), &TOPN(argc-1), VALUE, argc); in vm_invoke_block_opt_call()
2779 TOPN(0) = rb_struct_aref(GET_SELF(), TOPN(0)); in FUNC_FASTCALL()
2786 rb_struct_aset(GET_SELF(), TOPN(0), TOPN(1)); in FUNC_FASTCALL()
3941 VM_TRACE_HOOK(RUBY_EVENT_END | RUBY_EVENT_RETURN | RUBY_EVENT_B_RETURN, TOPN(0)); in vm_trace()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Ddtpthread.h43 #define TOPN 3 macro
51 char top_locked_name[TOPN][256];
52 double top_locked_sum[TOPN];
53 char top_wait_name[TOPN][256];
54 double top_wait_sum[TOPN];
74 printf("[mutex] top %d lockers :\n", TOPN); in dt_pthread_mutex_destroy()
77 printf("[mutex] top %d waiters :\n", TOPN); in dt_pthread_mutex_destroy()
122 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_lock_with_caller()
151 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_trylock_with_caller()
177 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_unlock_with_caller()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Ddtpthread.h43 #define TOPN 3 macro
51 char top_locked_name[TOPN][256];
52 double top_locked_sum[TOPN];
53 char top_wait_name[TOPN][256];
54 double top_wait_sum[TOPN];
74 printf("[mutex] top %d lockers :\n", TOPN); in dt_pthread_mutex_destroy()
77 printf("[mutex] top %d waiters :\n", TOPN); in dt_pthread_mutex_destroy()
122 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_lock_with_caller()
151 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_trylock_with_caller()
177 for(int k = 0; k < TOPN; k++) in dt_pthread_mutex_unlock_with_caller()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm90/llvm-9.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm80/llvm-8.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/devel/llvm70/llvm-7.0.1.src/test/tools/llvm-profdata/
H A Dc-general.test12 RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN
25 TOPN: boolean_operators, max count = 100
26 TOPN-NEXT: simple_loops, max count = 100
27 TOPN-NEXT: conditionals, max count = 100
/dports/lang/ruby26/ruby-2.6.9/tool/ruby_vm/views/
H A D_insn_entry.erb31 <%= pop[:name] %> = <%= insn.cast_from_VALUE pop, "TOPN(#{i})"%>;
53 TOPN(<%= i %>) = <%= insn.cast_to_VALUE ret %>;
H A D_mjit_compile_insn_body.erb63 % # TOPN(n) = ...
96 % # #define TOPN(n) (*(GET_SP()-(n)-1))
99 … (status->local_stack_p ? "*(stack + (stack_size - (<%= num %>) - 1))" : "TOPN(<%= num %>)"));
H A Dmjit_compile.inc.erb39 % # TOPN(): refers to `reg_cfp->sp`, or `*(stack + (stack_size - num - 1))` if local_stack_p

12