Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h906 LValue DepobjLVal,
1908 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal,
1914 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
H A DCGOpenMPRuntime.cpp4564 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument
4574 DepobjLVal.getAddress(CGF), in getDepobjElements()
4670 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local
4672 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElementsSizes()
4709 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local
4711 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElements()
4938 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument
4944 DepobjLVal.getAddress(CGF), C.VoidPtrTy.castAs<PointerType>()); in emitDestroyClause()
4965 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument
4976 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()