Lines Matching refs:CreateRuntimeFunction

1066     RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");  in createRuntimeFunction()
1074 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num"); in createRuntimeFunction()
1085 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached"); in createRuntimeFunction()
1096 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
1107 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical_with_hint"); in createRuntimeFunction()
1130 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register"); in createRuntimeFunction()
1141 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical"); in createRuntimeFunction()
1150 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier"); in createRuntimeFunction()
1158 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_barrier"); in createRuntimeFunction()
1166 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_for_static_fini"); in createRuntimeFunction()
1176 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_num_threads"); in createRuntimeFunction()
1185 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_serialized_parallel"); in createRuntimeFunction()
1194 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_serialized_parallel"); in createRuntimeFunction()
1202 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush"); in createRuntimeFunction()
1210 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_master"); in createRuntimeFunction()
1218 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_master"); in createRuntimeFunction()
1227 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_taskyield"); in createRuntimeFunction()
1235 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_single"); in createRuntimeFunction()
1243 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_single"); in createRuntimeFunction()
1257 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_alloc"); in createRuntimeFunction()
1267 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task"); in createRuntimeFunction()
1282 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_copyprivate"); in createRuntimeFunction()
1298 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce"); in createRuntimeFunction()
1315 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_reduce_nowait"); in createRuntimeFunction()
1326 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce"); in createRuntimeFunction()
1338 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_end_reduce_nowait"); in createRuntimeFunction()
1349 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_begin_if0"); in createRuntimeFunction()
1359 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createRuntimeFunction()
1368 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered"); in createRuntimeFunction()
1376 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_ordered"); in createRuntimeFunction()
1384 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_omp_taskwait"); in createRuntimeFunction()
1392 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_taskgroup"); in createRuntimeFunction()
1400 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_taskgroup"); in createRuntimeFunction()
1409 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_proc_bind"); in createRuntimeFunction()
1422 CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_task_with_deps"); in createRuntimeFunction()
1434 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_omp_wait_deps"); in createRuntimeFunction()
1443 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancellationpoint"); in createRuntimeFunction()
1452 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel"); in createRuntimeFunction()
1462 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_num_teams"); in createRuntimeFunction()
1472 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_teams"); in createRuntimeFunction()
1492 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_taskloop"); in createRuntimeFunction()
1504 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_doacross_init"); in createRuntimeFunction()
1512 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_doacross_fini"); in createRuntimeFunction()
1522 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_doacross_post"); in createRuntimeFunction()
1532 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name=*/"__kmpc_doacross_wait"); in createRuntimeFunction()
1548 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target"); in createRuntimeFunction()
1566 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target_teams"); in createRuntimeFunction()
1576 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_register_lib"); in createRuntimeFunction()
1586 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_unregister_lib"); in createRuntimeFunction()
1600 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target_data_begin"); in createRuntimeFunction()
1614 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target_data_end"); in createRuntimeFunction()
1628 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target_data_update"); in createRuntimeFunction()
1659 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
1681 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
1698 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
1721 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchNextFunction()