Lines Matching refs:getOrCreateRuntimeFunction
574 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction() function in OpenMPIRBuilder
631 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr()
1063 getOrCreateRuntimeFunction(M, OMPRTL___tgt_target_kernel), in emitTargetKernel()
2217 getOrCreateRuntimeFunction(M, in getGPUThreadID()
2224 getOrCreateRuntimeFunction(M, OMPRTL___kmpc_get_warp_size), {}); in getGPUWarpSize()
3978 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
3981 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForStaticInitForType()
4007 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticWorkshareLoop()
4096 getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_for_static_fini); in applyStaticChunkedWorkshareLoop()
4228 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4231 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4236 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4239 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4244 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4247 return OMPBuilder->getOrCreateRuntimeFunction( in getKmpcForStaticLoopForType()
4278 FunctionCallee RTLNumThreads = OMPBuilder->getOrCreateRuntimeFunction( in createTargetLoopWorkshareCall()
4508 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
4511 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicInitForType()
4524 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
4527 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicNextForType()
4539 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicFiniForType()
4542 return OMPBuilder.getOrCreateRuntimeFunction( in getKmpcForDynamicFiniForType()
6498 return getOrCreateRuntimeFunction(M, Name); in createForStaticInitFunction()
6511 return getOrCreateRuntimeFunction(M, Name); in createDispatchInitFunction()
6524 return getOrCreateRuntimeFunction(M, Name); in createDispatchNextFunction()
6537 return getOrCreateRuntimeFunction(M, Name); in createDispatchFiniFunction()
6541 return getOrCreateRuntimeFunction(M, omp::OMPRTL___kmpc_dispatch_deinit); in createDispatchDeinitFunction()