Searched refs:getOrCreateRuntimeFunction (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1295 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitTaskOutlinedFunction() 1452 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), in getThreadID() 1685 OMPBuilder.getOrCreateRuntimeFunction( in getAddrOfThreadPrivate() 1697 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit() 1706 OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit() 1990 OMPBuilder.getOrCreateRuntimeFunction( in getAddrOfArtificialThreadPrivate() 2058 OMPBuilder.getOrCreateRuntimeFunction(M, OMPRTL___kmpc_fork_call); in emitParallelCall() 2068 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 2096 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 2195 OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1062 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog() 1102 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog() 1132 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog() 1143 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog() 1239 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall() 1258 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in syncCTAThreads() 1275 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitBarrierCall() 1293 llvm::Value *Mask = CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() 1336 (void)CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion() 1407 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), ShuffleFn), in createRuntimeShuffleFunction() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1596 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC() 1612 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC() 3796 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper() 3810 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in insertInstructionGuardsHelper() 3932 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in forceSingleThreadPerWorkgroupHelper() 4220 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4223 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4261 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4280 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine() 4365 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 383 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() function in OpenMPIRBuilder 442 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr() 836 getOrCreateRuntimeFunction(M, OMPRTL___tgt_target_kernel), in emitTargetKernel() 2109 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType() 2112 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType() 2138 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticWorkshareLoop() 2226 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticChunkedWorkshareLoop() 2406 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType() 2409 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType() 2422 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 915 FunctionCallee getOrCreateRuntimeFunction(Module &M,
|