Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1737 virtual void emitTargetDataStandAloneCall(CodeGenFunction &CGF,
2494 void emitTargetDataStandAloneCall(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp6698 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device); in EmitOMPTargetEnterDataDirective()
6719 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device); in EmitOMPTargetExitDataDirective()
7111 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device); in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp11220 void CGOpenMPRuntime::emitTargetDataStandAloneCall( in emitTargetDataStandAloneCall() function in CGOpenMPRuntime
13027 void CGOpenMPSIMDRuntime::emitTargetDataStandAloneCall( in emitTargetDataStandAloneCall() function in CGOpenMPSIMDRuntime