Searched refs:emitOutlinedFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.h | 344 void emitOutlinedFunctionCall(
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2445 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitTeamsCall() 2482 emitOutlinedFunctionCall(CGF, Loc, Fn, OutlinedFnArgs); in emitNonSPMDParallelCall() 2650 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitSPMDParallelCall() 3537 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction() 4036 void CGOpenMPRuntimeNVPTX::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntimeNVPTX 4060 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall() 4184 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args); in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.h | 1558 emitOutlinedFunctionCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGStmtOpenMP.cpp | 619 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, S.getBeginLoc(), in GenerateOpenMPCapturedStmtFunction() 2929 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPTaskBasedDirective() 3148 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPTargetTaskBasedDirective() 3533 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPOrderedDirective()
|
| H A D | CGOpenMPRuntime.cpp | 2879 RT.emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs); in emitParallelCall() 4463 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction() 5208 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry, in emitTaskCall() 8377 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall() 8391 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars); in emitTargetCall() 9549 void CGOpenMPRuntime::emitOutlinedFunctionCall( in emitOutlinedFunctionCall() function in CGOpenMPRuntime
|