Lines Matching refs:getOpenMPRuntime
769 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
789 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer()
1270 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
2848 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2862 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
3089 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction()
4387 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction()
4463 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction()
4490 CGM.getOpenMPRuntime().getName({"omp_task_destructor", ""}); in emitDestructorsFunction()
4584 CGM.getOpenMPRuntime().getName({"omp_task_privates_map", ""}); in emitTaskPrivateMappingFunction()
4777 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_dup", ""}); in emitTaskDupFunction()
5194 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitTaskCall()
5208 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry, in emitTaskCall()
5405 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitReductionCombiner()
5682 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5786 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5844 std::string Name = CGM.getOpenMPRuntime().getName( in generateUniqueName()
5870 std::string Name = CGM.getOpenMPRuntime().getName({"red_init", ""}); in emitReduceInitFunction()
5884 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceInitFunction()
5897 CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceInitFunction()
5947 std::string Name = CGM.getOpenMPRuntime().getName({"red_comb", ""}); in emitReduceCombFunction()
5958 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceCombFunction()
5989 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
6017 std::string Name = CGM.getOpenMPRuntime().getName({"red_fini", ""}); in emitReduceFiniFunction()
6031 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceFiniFunction()
6289 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitCancelCall()
7029 BP = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetLink(VD); in generateInfoForComponentList()
7973 std::string Name = CGM.getOpenMPRuntime().getName({"offload_sizes"}); in emitOffloadingArrays()
7989 CGM.getOpenMPRuntime().getName({"offload_maptypes"}); in emitOffloadingArrays()
8780 (void)CGM.getOpenMPRuntime().getAddrOfDeclareTargetLink(VD); in emitDeferredTargetDecls()
8795 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal; in DisableAutoDeclareTargetRAII()
8796 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()
8802 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal; in ~DisableAutoDeclareTargetRAII()