Home
last modified time | relevance | path

Searched refs:getOrCreateRuntimeFunction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1690 OMPBuilder.getOrCreateRuntimeFunction( in getAddrOfThreadPrivate()
1711 OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit()
2218 OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion()
2841 OMPBuilder.getOrCreateRuntimeFunction( in emitForStaticFinish()
4272 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
4294 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
4431 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
5556 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
5599 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
6058 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskReductionInit()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1414 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog()
1484 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog()
1495 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog()
1591 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall()
1610 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in syncCTAThreads()
1627 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitBarrierCall()
3297 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
3347 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
3383 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
3551 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in createParallelDataSharingWrapper()
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp421 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr()
820 : getOrCreateRuntimeFunction(M, OMPRTL___tgt_target_kernel), in emitTargetKernel()
2020 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
2023 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
2049 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticWorkshareLoop()
2317 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
2320 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
2333 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
2336 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
2348 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicFiniForType()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1766 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC()
1782 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC()
3520 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in changeToSPMDMode()
3534 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in changeToSPMDMode()
3821 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3824 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3862 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3881 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3966 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h767 FunctionCallee getOrCreateRuntimeFunction(Module &M,