Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | |||||
__OMP_RTL(__kmpc_omp_taskyield, false, Int32, IdentPtr, Int32, /* Int */ Int32) | __OMP_RTL(__kmpc_omp_taskyield, false, Int32, IdentPtr, Int32, /* Int */ Int32) | ||||
__OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32, | __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32, | ||||
/* Int */ Int32) | /* Int */ Int32) | ||||
__OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32) | __OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32) | ||||
__OMP_RTL(__kmpc_omp_reg_task_with_affinity, false, Int32, IdentPtr, Int32, | __OMP_RTL(__kmpc_omp_reg_task_with_affinity, false, Int32, IdentPtr, Int32, | ||||
/* kmp_task_t */ VoidPtr, Int32, | /* kmp_task_t */ VoidPtr, Int32, | ||||
/* kmp_task_affinity_info_t */ VoidPtr) | /* kmp_task_affinity_info_t */ VoidPtr) | ||||
__OMP_RTL(__kmpc_get_hardware_num_blocks, false, Int32, ) | |||||
tianshilei1992: Probably worth a separate patch to add them. | |||||
josemonsalve2AuthorUnsubmitted Do you mean just to add these 4 lines? Or should I add these lines to the front end patch D106298? josemonsalve2: Do you mean just to add these 4 lines? Or should I add these lines to the front end patch… | |||||
tianshilei1992Unsubmitted It's better to add them to the patch where they are introduced. tianshilei1992: It's better to add them to the patch where they are introduced. | |||||
__OMP_RTL(__kmpc_get_hardware_num_threads_in_block, false, Int32, ) | |||||
__OMP_RTL(omp_get_thread_num, false, Int32, ) | __OMP_RTL(omp_get_thread_num, false, Int32, ) | ||||
__OMP_RTL(omp_get_num_threads, false, Int32, ) | __OMP_RTL(omp_get_num_threads, false, Int32, ) | ||||
__OMP_RTL(omp_get_max_threads, false, Int32, ) | __OMP_RTL(omp_get_max_threads, false, Int32, ) | ||||
__OMP_RTL(omp_in_parallel, false, Int32, ) | __OMP_RTL(omp_in_parallel, false, Int32, ) | ||||
__OMP_RTL(omp_get_dynamic, false, Int32, ) | __OMP_RTL(omp_get_dynamic, false, Int32, ) | ||||
__OMP_RTL(omp_get_cancellation, false, Int32, ) | __OMP_RTL(omp_get_cancellation, false, Int32, ) | ||||
__OMP_RTL(omp_get_nested, false, Int32, ) | __OMP_RTL(omp_get_nested, false, Int32, ) | ||||
__OMP_RTL(omp_get_schedule, false, Void, Int32Ptr, Int32Ptr) | __OMP_RTL(omp_get_schedule, false, Void, Int32Ptr, Int32Ptr) | ||||
▲ Show 20 Lines • Show All 375 Lines • ▼ Show 20 Lines | |||||
__OMP_RTL_ATTRS(__kmpc_serialized_parallel, InaccessibleArgOnlyAttrs, | __OMP_RTL_ATTRS(__kmpc_serialized_parallel, InaccessibleArgOnlyAttrs, | ||||
AttributeSet(), ParamAttrs(ReadOnlyPtrAttrs)) | AttributeSet(), ParamAttrs(ReadOnlyPtrAttrs)) | ||||
__OMP_RTL_ATTRS(__kmpc_end_serialized_parallel, InaccessibleArgOnlyAttrs, | __OMP_RTL_ATTRS(__kmpc_end_serialized_parallel, InaccessibleArgOnlyAttrs, | ||||
AttributeSet(), ParamAttrs(ReadOnlyPtrAttrs)) | AttributeSet(), ParamAttrs(ReadOnlyPtrAttrs)) | ||||
__OMP_RTL_ATTRS(__kmpc_omp_reg_task_with_affinity, DefaultAttrs, AttributeSet(), | __OMP_RTL_ATTRS(__kmpc_omp_reg_task_with_affinity, DefaultAttrs, AttributeSet(), | ||||
ParamAttrs(ReadOnlyPtrAttrs, AttributeSet(), ReadOnlyPtrAttrs, | ParamAttrs(ReadOnlyPtrAttrs, AttributeSet(), ReadOnlyPtrAttrs, | ||||
AttributeSet(), ReadOnlyPtrAttrs)) | AttributeSet(), ReadOnlyPtrAttrs)) | ||||
__OMP_RTL_ATTRS(__kmpc_get_hardware_num_blocks, GetterAttrs, AttributeSet(), ParamAttrs()) | |||||
__OMP_RTL_ATTRS(__kmpc_get_hardware_num_threads_in_block, GetterAttrs, AttributeSet(), ParamAttrs()) | |||||
__OMP_RTL_ATTRS(omp_get_thread_num, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_thread_num, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_get_num_threads, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_num_threads, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_get_max_threads, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_max_threads, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_in_parallel, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_in_parallel, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_get_dynamic, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_dynamic, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_get_cancellation, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_cancellation, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS(omp_get_nested, GetterAttrs, AttributeSet(), ParamAttrs()) | __OMP_RTL_ATTRS(omp_get_nested, GetterAttrs, AttributeSet(), ParamAttrs()) | ||||
__OMP_RTL_ATTRS( | __OMP_RTL_ATTRS( | ||||
▲ Show 20 Lines • Show All 559 Lines • Show Last 20 Lines |
Probably worth a separate patch to add them.