Searched refs:DepobjLVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 615 LValue DepobjLVal, 1656 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, 1662 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
|
| H A D | CGOpenMPRuntime.cpp | 4034 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument 4043 DepobjLVal.getAddress(CGF).withElementType( in getDepobjElements() 4147 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local 4149 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElementsSizes() 4186 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local 4188 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElements() 4418 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument 4424 DepobjLVal.getAddress(CGF), C.VoidPtrTy.castAs<PointerType>()); in emitDestroyClause() 4445 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument 4456 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()
|