Searched refs:emitCall (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 356 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1146 emitCall(CGF, WST.Loc, WST.WorkerFn); in emitNonSPMDEntryHeader() 1412 emitCall(CGF, WST.Loc, W, in emitWorkerLoop() 1432 emitCall(CGF, WST.Loc, {ParallelFnTy, WorkFnCast}, in emitWorkerLoop()
|
| H A D | CGOpenMPRuntime.cpp | 11930 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11948 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|