HomeSort by: relevance | last modified time | path
    Searched refs:emitOutlinedFunctionCall (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 356 void emitOutlinedFunctionCall(
CGOpenMPRuntimeGPU.cpp 2081 emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
3052 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
3285 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
3491 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
3991 void CGOpenMPRuntimeGPU::emitOutlinedFunctionCall(
4014 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs);
4143 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args);
CGOpenMPRuntime.h 1771 emitOutlinedFunctionCall(CodeGenFunction &CGF, SourceLocation Loc,
CGOpenMPRuntime.cpp 2125 RT.emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
3655 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction,
5199 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskEntry,
10071 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars);
10201 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars);
10215 emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn, CapturedVars);
11945 void CGOpenMPRuntime::emitOutlinedFunctionCall(
CGStmtOpenMP.cpp 677 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs);
4411 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
4682 CGF.CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
5304 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(),

Completed in 80 milliseconds