Home
last modified time | relevance | path

Searched refs:DepobjLVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h615 LValue DepobjLVal,
1659 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
1665 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
H A DCGOpenMPRuntime.cpp4049 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument
4058 DepobjLVal.getAddress().withElementType( in getDepobjElements()
4162 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local
4164 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElementsSizes()
4201 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local
4203 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElements()
4437 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument
4442 LValue Base = CGF.EmitLoadOfPointerLValue(DepobjLVal.getAddress(), in emitDestroyClause()
4464 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument
4475 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()