Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1645 emitDependClause(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp4221 std::pair<llvm::Value *, Address> CGOpenMPRuntime::emitDependClause( in emitDependClause() function in CGOpenMPRuntime
4533 emitDependClause(CGF, Data.Dependences, Loc); in emitTaskCall()
5638 emitDependClause(CGF, Data.Dependences, Loc); in emitTaskwaitCall()
H A DCGStmtOpenMP.cpp7068 CGM.getOpenMPRuntime().emitDependClause(*this, Data.Dependences, in EmitOMPInteropDirective()