Home
last modified time | relevance | path

Searched refs:emitTargetCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1390 virtual void emitTargetCall(CodeGenFunction &CGF,
2057 void emitTargetCall(CodeGenFunction &CGF, const OMPExecutableDirective &D,
H A DCGOpenMPRuntime.cpp8245 void CGOpenMPRuntime::emitTargetCall(CodeGenFunction &CGF, in emitTargetCall() function in CGOpenMPRuntime
9786 void CGOpenMPSIMDRuntime::emitTargetCall(CodeGenFunction &CGF, in emitTargetCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp4086 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device); in emitCommonOMPTargetDirective()