Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4605 for (const Expr *E : Data.DepExprs) { in emitDependData()
4667 for (const Expr *E : Data.DepExprs) { in emitDepobjElementsSizes()
4686 CGF.EmitLoadOfScalar(SizeLVals[I], Data.DepExprs[I]->getExprLoc()); in emitDepobjElementsSizes()
4705 for (unsigned I = 0, End = Data.DepExprs.size(); I < End; ++I) { in emitDepobjElements()
4706 const Expr *E = Data.DepExprs[I]; in emitDepobjElements()
4733 return D.DepExprs.empty(); in emitDependClause()
4745 : (V + (D.IteratorExpr ? 0 : D.DepExprs.size())); in emitDependClause()
4773 Sz, llvm::ConstantInt::get(CGF.IntPtrTy, D.DepExprs.size())); in emitDependClause()
4856 if (Dependencies.DepExprs.empty()) in emitDepobjDependClause()
4861 unsigned NumDependencies = Dependencies.DepExprs.size(); in emitDepobjDependClause()
H A DCGOpenMPRuntime.h109 SmallVector<const Expr *, 4> DepExprs; member
H A DCGStmtOpenMP.cpp4512 DD.DepExprs.push_back(nullptr); in buildDependences()
4524 DD.DepExprs.append(C->varlist_begin(), C->varlist_end()); in buildDependences()
5281 Dependencies.DepExprs.append(DC->varlist_begin(), DC->varlist_end()); in EmitOMPDepobjDirective()
6958 Dependencies.DepExprs.append(DC->varlist_begin(), DC->varlist_end()); in EmitOMPInteropDirective()