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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h319 void emitOutlinedFunctionCall(
H A DCGOpenMPRuntimeGPU.cpp1165 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
2161 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
2398 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
2608 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
3105 void CGOpenMPRuntimeGPU::emitOutlinedFunctionCall( function in class:CGOpenMPRuntimeGPU
3128 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs);
3257 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args);
H A DCGOpenMPRuntime.h1524 emitOutlinedFunctionCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp690 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs);
4802 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
5087 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
5900 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(),
H A DCGOpenMPRuntime.cpp2092 RT.emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
3276 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction,
4790 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry,
9850 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars);
11705 void CGOpenMPRuntime::emitOutlinedFunctionCall( function in class:CGOpenMPRuntime

Completed in 280 milliseconds