Searched refs:emitCall (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 275 void emitCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::Value *Callee,
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 1239 emitCall(CGF, WST.Loc, WST.WorkerFn); in emitNonSPMDEntryHeader() 1502 emitCall(CGF, WST.Loc, W, in emitWorkerLoop() 1522 emitCall(CGF, WST.Loc, WorkFnCast, in emitWorkerLoop()
|
| H A D | CGOpenMPRuntime.cpp | 9534 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 9552 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|