Lines Matching +full:0 +full:x042
7 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
66 macro (ompt_state_undefined, 0x102) /* undefined thread state */ \
68 /* work states (0..15) */ \
69 macro (ompt_state_work_serial, 0x000) /* working outside parallel */ \
70 macro (ompt_state_work_parallel, 0x001) /* working within parallel */ \
71 macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \
74 macro (ompt_state_wait_barrier, 0x010) /* waiting at a barrier */ \
75 macro (ompt_state_wait_barrier_implicit_parallel, 0x011) \
77 macro (ompt_state_wait_barrier_implicit_workshare, 0x012) \
79 macro (ompt_state_wait_barrier_implicit, 0x013) /* implicit barrier */ \
80 macro (ompt_state_wait_barrier_explicit, 0x014) /* explicit barrier */ \
81 macro (ompt_state_wait_barrier_implementation, 0x015) /* implementation barrier */ \
82 macro (ompt_state_wait_barrier_teams, 0x016) /* teams barrier */ \
85 macro (ompt_state_wait_taskwait, 0x020) /* waiting at a taskwait */ \
86 macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \
89 macro (ompt_state_wait_mutex, 0x040) \
90 macro (ompt_state_wait_lock, 0x041) /* waiting for lock */ \
91 macro (ompt_state_wait_critical, 0x042) /* waiting for critical */ \
92 macro (ompt_state_wait_atomic, 0x043) /* waiting for atomic */ \
93 macro (ompt_state_wait_ordered, 0x044) /* waiting for ordered */ \
96 macro (ompt_state_wait_target, 0x080) /* waiting for target region */ \
97 macro (ompt_state_wait_target_map, 0x081) /* waiting for target data mapping operation */ \
98 macro (ompt_state_wait_target_update, 0x082) /* waiting for target update operation */ \
101 macro (ompt_state_idle, 0x100) /* waiting for work */ \
102 macro (ompt_state_overhead, 0x101) /* overhead excluding wait states */ \
108 macro (kmp_mutex_impl_none, 0) /* unknown implementation */ \
273 ompt_set_error = 0,
360 ompt_native_data_motion_explicit = 0x01,
361 ompt_native_data_motion_implicit = 0x02,
362 ompt_native_kernel_invocation = 0x04,
363 ompt_native_kernel_execution = 0x08,
364 ompt_native_driver = 0x10,
365 ompt_native_runtime = 0x20,
366 ompt_native_overhead = 0x40,
367 ompt_native_idleness = 0x80
371 ompt_task_initial = 0x00000001,
372 ompt_task_implicit = 0x00000002,
373 ompt_task_explicit = 0x00000004,
374 ompt_task_target = 0x00000008,
375 ompt_task_taskwait = 0x00000010,
376 ompt_task_undeferred = 0x08000000,
377 ompt_task_untied = 0x10000000,
378 ompt_task_final = 0x20000000,
379 ompt_task_mergeable = 0x40000000,
380 ompt_task_merged = 0x80000000
406 ompt_parallel_invoker_program = 0x00000001,
407 ompt_parallel_invoker_runtime = 0x00000002,
408 ompt_parallel_league = 0x40000000,
409 ompt_parallel_team = 0x80000000
413 ompt_target_map_flag_to = 0x01,
414 ompt_target_map_flag_from = 0x02,
415 ompt_target_map_flag_alloc = 0x04,
416 ompt_target_map_flag_release = 0x08,
417 ompt_target_map_flag_delete = 0x10,
418 ompt_target_map_flag_implicit = 0x20
439 ompt_cancel_parallel = 0x01,
440 ompt_cancel_sections = 0x02,
441 ompt_cancel_loop = 0x04,
442 ompt_cancel_taskgroup = 0x08,
443 ompt_cancel_activated = 0x10,
444 ompt_cancel_detected = 0x20,
445 ompt_cancel_discarded_task = 0x40
453 ompt_frame_runtime = 0x00,
454 ompt_frame_application = 0x01,
455 ompt_frame_cfa = 0x10,
456 ompt_frame_framepointer = 0x20,
457 ompt_frame_stackaddress = 0x30
461 ompt_state_work_serial = 0x000,
462 ompt_state_work_parallel = 0x001,
463 ompt_state_work_reduction = 0x002,
465 ompt_state_wait_barrier DEPRECATED_51 = 0x010,
466 ompt_state_wait_barrier_implicit_parallel = 0x011,
467 ompt_state_wait_barrier_implicit_workshare = 0x012,
468 ompt_state_wait_barrier_implicit DEPRECATED_51 = 0x013,
469 ompt_state_wait_barrier_explicit = 0x014,
470 ompt_state_wait_barrier_implementation = 0x015,
471 ompt_state_wait_barrier_teams = 0x016,
473 ompt_state_wait_taskwait = 0x020,
474 ompt_state_wait_taskgroup = 0x021,
476 ompt_state_wait_mutex = 0x040,
477 ompt_state_wait_lock = 0x041,
478 ompt_state_wait_critical = 0x042,
479 ompt_state_wait_atomic = 0x043,
480 ompt_state_wait_ordered = 0x044,
482 ompt_state_wait_target = 0x080,
483 ompt_state_wait_target_map = 0x081,
484 ompt_state_wait_target_update = 0x082,
486 ompt_state_idle = 0x100,
487 ompt_state_overhead = 0x101,
488 ompt_state_undefined = 0x102
517 ompd_rc_ok = 0,
1421 #define ompt_id_none 0
1422 #define ompt_data_none {0}
1423 #define ompt_time_none 0
1424 #define ompt_hwid_none 0
1425 #define ompt_addr_none ~0
1426 #define ompt_mutex_impl_none 0
1427 #define ompt_wait_id_none 0
1429 #define ompd_segment_none 0