Home
last modified time | relevance | path

Searched refs:DependData (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h106 struct DependData { struct
110 explicit DependData() = default;
111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() function
114 SmallVector<DependData, 4> Dependences;
684 const OMPTaskDataTy::DependData &Data);
687 LValue PosLVal, const OMPTaskDataTy::DependData &Data,
1626 ArrayRef<OMPTaskDataTy::DependData> Dependencies,
1634 const OMPTaskDataTy::DependData &Dependencies,
H A DCGOpenMPRuntime.cpp4265 const OMPTaskDataTy::DependData &Data, in emitDependData()
4336 const OMPTaskDataTy::DependData &Data) { in emitDepobjElementsSizes()
4375 const OMPTaskDataTy::DependData &Data, in emitDepobjElements()
4410 CodeGenFunction &CGF, ArrayRef<OMPTaskDataTy::DependData> Dependencies, in emitDependClause()
4412 if (llvm::all_of(Dependencies, [](const OMPTaskDataTy::DependData &D) { in emitDependClause()
4422 [](unsigned V, const OMPTaskDataTy::DependData &D) { in emitDependClause()
4436 for (const OMPTaskDataTy::DependData &D : Dependencies) { in emitDependClause()
4535 CodeGenFunction &CGF, const OMPTaskDataTy::DependData &Dependencies, in emitDepobjDependClause()
H A DCGStmtOpenMP.cpp4561 OMPTaskDataTy::DependData &DD = in buildDependences()
4575 OMPTaskDataTy::DependData &DD = in buildDependences()
5343 OMPTaskDataTy::DependData Dependencies(DC->getDependencyKind(), in EmitOMPDepobjDirective()
6932 OMPTaskDataTy::DependData Dependencies(DC->getDependencyKind(), in EmitOMPInteropDirective()
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h751 struct DependData { struct
755 explicit DependData() = default; argument
756 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() function
779 SmallVector<DependData> Dependencies = {});
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1286 SmallVector<DependData> Dependencies) { in createTask()
1440 for (const DependData &Dep : Dependencies) { in createTask()