Searched refs:icv_string (Results 1 – 5 of 5) sorted by relevance
/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd_address_space.py | 219 icv_string = ompdModule.call_ompd_get_icv_string_from_scope( 224 if icv_string is None: 230 if ompt_max_threads != int(icv_string.split(",")[0]): 233 % (ompt_max_threads, int(icv_string.split(",")[0])) 350 icv_string = ompdModule.call_ompd_get_icv_string_from_scope( 355 if icv_string is None: 361 if ompt_proc_bind != int(icv_string.split(",")[0]): 364 % (ompt_proc_bind, int(icv_string.split(",")[0]))
|
H A D | ompd.py | 236 icv_string = ompdModule.call_ompd_get_icv_string_from_scope( 241 % (icv_name, ompd_scope_map[scope], icv_string) 255 icv_string = ompdModule.call_ompd_get_icv_string_from_scope( 259 "%-31s %-26s %s" % (icv_name, ompd_scope_map[scope], icv_string)
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 1099 const char **icv_string) { in ompd_get_icv_string_from_scope() argument 1132 return ompd_get_run_schedule((ompd_task_handle_t *)handle, icv_string); in ompd_get_icv_string_from_scope() 1134 return ompd_get_nthreads((ompd_thread_handle_t *)handle, icv_string); in ompd_get_icv_string_from_scope() 1136 return ompd_get_proc_bind((ompd_task_handle_t *)handle, icv_string); in ompd_get_icv_string_from_scope() 1139 icv_string); in ompd_get_icv_string_from_scope() 1142 icv_string); in ompd_get_icv_string_from_scope() 1145 icv_string); in ompd_get_icv_string_from_scope()
|
/llvm-project/openmp/libompd/gdb-plugin/ |
H A D | ompdAPITests.c | 2535 const char *icv_string; in test_ompd_get_icv_string_from_scope() local 2541 &icv_string); in test_ompd_get_icv_string_from_scope() 2551 99 /*wrong value*/, &icv_string); in test_ompd_get_icv_string_from_scope() 2577 &icv_string); in test_ompd_get_icv_string_from_scope()
|
/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1372 const char **icv_string);
|