Searched refs:getOrCreateRuntimeFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1292 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitTaskOutlinedFunction() 1456 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), in getThreadID() 1604 OMPBuilder.getOrCreateRuntimeFunction( in getAddrOfThreadPrivate() 1616 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit() 1626 OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit() 1802 OMPBuilder.getOrCreateRuntimeFunction( in getAddrOfArtificialThreadPrivate() 1869 OMPBuilder.getOrCreateRuntimeFunction(M, OMPRTL___kmpc_fork_call); in emitParallelCall() 1879 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 1907 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 2006 OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1067 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog() 1133 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in getKmpcAllocShared() 1146 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in getKmpcFreeShared() 1161 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog() 1172 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog() 1275 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 1294 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in syncCTAThreads() 1311 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitBarrierCall() 1329 llvm::Value *Mask = CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() 1372 (void)CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 592 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() function in OpenMPIRBuilder 649 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr() 1178 getOrCreateRuntimeFunction(M, OMPRTL___tgt_target_kernel), in emitTargetKernel() 2351 getOrCreateRuntimeFunction(M, in getGPUThreadID() 2358 getOrCreateRuntimeFunction(M, OMPRTL___kmpc_get_warp_size), {}); in getGPUWarpSize() 4214 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcDistForStaticInitForType() 4217 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcDistForStaticInitForType() 4230 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType() 4233 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType() 4261 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticWorkshareLoop() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1736 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC() 1752 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC() 4069 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper() 4083 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper() 4206 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in forceSingleThreadPerWorkgroupHelper() 4467 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4470 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4508 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4524 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4612 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2029 LLVM_ABI FunctionCallee getOrCreateRuntimeFunction(Module &M,
|