Searched refs:DepobjLVal (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 890 LValue DepobjLVal, 1878 void emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, 1884 void emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal,
|
D | CGOpenMPRuntime.cpp | 4580 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() argument 4588 DepobjLVal.getAddress(CGF), in getDepobjElements() 4687 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElementsSizes() local 4689 DepobjLVal.getAddress(CGF), in emitDepobjElementsSizes() 4746 LValue DepobjLVal = CGF.EmitLValue(E->IgnoreParenImpCasts()); in emitDepobjElements() local 4748 DepobjLVal.getAddress(CGF), in emitDepobjElements() 4990 void CGOpenMPRuntime::emitDestroyClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitDestroyClause() argument 4996 DepobjLVal.getAddress(CGF), in emitDestroyClause() 5017 void CGOpenMPRuntime::emitUpdateClause(CodeGenFunction &CGF, LValue DepobjLVal, in emitUpdateClause() argument 5028 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()
|