Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1765 OMPBuilder.getOrCreateRuntimeFunction( in emitThreadPrivateVarInit()
2253 OMPBuilder.getOrCreateRuntimeFunction( in emitCriticalRegion()
4346 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
4368 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
4508 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskInit()
5664 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
5707 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
6172 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskReductionInit()
6201 OMPBuilder.getOrCreateRuntimeFunction( in emitTaskReductionFini()
11127 OMPBuilder.getOrCreateRuntimeFunction( in emitTargetDataCalls()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1400 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog()
1436 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsProlog()
1463 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog()
1474 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitGenericVarsEpilog()
1562 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitParallelCall()
1581 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in syncCTAThreads()
1598 CGF.EmitRuntimeCall(OMPBuilder.getOrCreateRuntimeFunction( in emitBarrierCall()
3242 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
3292 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
3328 OMPBuilder.getOrCreateRuntimeFunction( in emitReduction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp75 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() function in OpenMPIRBuilder
134 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr()
1256 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
1259 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
1289 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in createStaticWorkshareLoop()
1374 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
1377 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
1390 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
1393 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h502 FunctionCallee getOrCreateRuntimeFunction(Module &M,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1471 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC()
1486 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction( in splitTargetDataBeginRTC()
3208 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3225 OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()
3308 CallInst::Create(OMPInfoCache.OMPBuilder.getOrCreateRuntimeFunction( in buildCustomStateMachine()