Lines Matching refs:RTLFn
1057 llvm::Constant *RTLFn = nullptr; in createRuntimeFunction() local
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()
1337 RTLFn = in createRuntimeFunction()
1348 RTLFn = 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()
1421 RTLFn = 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()
1632 assert(RTLFn && "Unable to find OpenMP runtime function"); in createRuntimeFunction()
1633 return RTLFn; in createRuntimeFunction()
1950 auto RTLFn = RT.createRuntimeFunction(OMPRTL__kmpc_fork_call); in emitParallelCall() local
1951 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitParallelCall()
6026 auto RTLFn = createRuntimeFunction(OMPRTL__kmpc_fork_teams); in emitTeamsCall() local
6027 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitTeamsCall()
6234 OpenMPRTLFunction RTLFn; in emitTargetDataStandAloneCall() local
6240 RTLFn = OMPRTL__tgt_target_data_begin; in emitTargetDataStandAloneCall()
6243 RTLFn = OMPRTL__tgt_target_data_end; in emitTargetDataStandAloneCall()
6246 RTLFn = OMPRTL__tgt_target_data_update; in emitTargetDataStandAloneCall()
6249 CGF.EmitRuntimeCall(RT.createRuntimeFunction(RTLFn), OffloadingArgs); in emitTargetDataStandAloneCall()
6496 llvm::Value *RTLFn; member in __anon50ddb8e63511::DoacrossCleanupTy
6500 DoacrossCleanupTy(llvm::Value *RTLFn, ArrayRef<llvm::Value *> CallArgs) in DoacrossCleanupTy() argument
6501 : RTLFn(RTLFn) { in DoacrossCleanupTy()
6508 CGF.EmitRuntimeCall(RTLFn, Args); in Emit()
6563 llvm::Value *RTLFn = createRuntimeFunction(OMPRTL__kmpc_doacross_init); in emitDoacrossInit() local
6564 CGF.EmitRuntimeCall(RTLFn, Args); in emitDoacrossInit()
6586 llvm::Value *RTLFn; in emitDoacrossOrdered() local
6588 RTLFn = createRuntimeFunction(OMPRTL__kmpc_doacross_post); in emitDoacrossOrdered()
6591 RTLFn = createRuntimeFunction(OMPRTL__kmpc_doacross_wait); in emitDoacrossOrdered()
6593 CGF.EmitRuntimeCall(RTLFn, Args); in emitDoacrossOrdered()