Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h331 void emitOutlinedFunctionCall(
H A DCGOpenMPRuntimeGPU.cpp1517 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitTeamsCall()
2513 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction()
2750 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction()
2960 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction()
3457 void CGOpenMPRuntimeGPU::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntimeGPU
3480 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall()
3609 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.h1793 emitOutlinedFunctionCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp689 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs); in GenerateOpenMPCapturedStmtFunction()
4749 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in EmitOMPTaskBasedDirective()
5034 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in EmitOMPTargetTaskBasedDirective()
5836 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPOrderedDirective()
H A DCGOpenMPRuntime.cpp2095 RT.emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitParallelCall()
3591 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction()
5103 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry, in emitTaskCall()
10248 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall()
12093 void CGOpenMPRuntime::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntime