Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.h641 ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences);
HDCGOpenMPRuntime.cpp2106 ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences) { in emitTaskCall() argument
2302 unsigned DependencesNumber = Dependences.size(); in emitTaskCall()
2303 if (!Dependences.empty()) { in emitTaskCall()
2324 KmpDependInfoTy, llvm::APInt(/*numBits=*/64, Dependences.size()), in emitTaskCall()
2329 auto Addr = CGF.EmitLValue(Dependences[i].second); in emitTaskCall()
2332 C.getTypeSizeInChars(Dependences[i].second->getType()).getQuantity()); in emitTaskCall()
2348 switch (Dependences[i].first) { in emitTaskCall()
HDCGStmtOpenMP.cpp1533 Dependences; in EmitOMPTaskDirective() local
1537 Dependences.push_back(std::make_pair(C->getDependencyKind(), IRef)); in EmitOMPTaskDirective()
1611 FirstprivateCopies, FirstprivateInits, Dependences); in EmitOMPTaskDirective()