Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4091 for (const Expr *E : Data.DepExprs) { in emitDependData()
4159 for (const Expr *E : Data.DepExprs) { in emitDepobjElementsSizes()
4178 CGF.EmitLoadOfScalar(SizeLVals[I], Data.DepExprs[I]->getExprLoc()); in emitDepobjElementsSizes()
4197 for (unsigned I = 0, End = Data.DepExprs.size(); I < End; ++I) { in emitDepobjElements()
4198 const Expr *E = Data.DepExprs[I]; in emitDepobjElements()
4225 return D.DepExprs.empty(); in emitDependClause()
4237 : (V + (D.IteratorExpr ? 0 : D.DepExprs.size())); in emitDependClause()
4271 llvm::ConstantInt::get(CGF.IntPtrTy, D.DepExprs.size())); in emitDependClause()
4353 if (Dependencies.DepExprs.empty()) in emitDepobjDependClause()
4358 unsigned NumDependencies = Dependencies.DepExprs.size(); in emitDepobjDependClause()
H A DCGOpenMPRuntime.h109 SmallVector<const Expr *, 4> DepExprs; member
H A DCGStmtOpenMP.cpp4637 DD.DepExprs.push_back(nullptr); in buildDependences()
4649 DD.DepExprs.append(C->varlist_begin(), C->varlist_end()); in buildDependences()
5436 Dependencies.DepExprs.append(DC->varlist_begin(), DC->varlist_end()); in EmitOMPDepobjDirective()