Searched refs:emitOutlinedFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.h | 330 void emitOutlinedFunctionCall(
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1496 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitTeamsCall() 2466 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction() 2699 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction() 2905 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction() 3401 void CGOpenMPRuntimeGPU::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntimeGPU 3424 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall() 3553 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args); in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.h | 1791 emitOutlinedFunctionCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntime.cpp | 2130 RT.emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitParallelCall() 3660 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction() 5209 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry, in emitTaskCall() 10245 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall() 10393 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall() 10407 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall() 12105 void CGOpenMPRuntime::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntime
|
| H A D | CGStmtOpenMP.cpp | 683 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs); in GenerateOpenMPCapturedStmtFunction() 4437 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in EmitOMPTaskBasedDirective() 4708 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in EmitOMPTargetTaskBasedDirective() 5332 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPOrderedDirective()
|