Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h106 struct DependData { struct
110 explicit DependData() = default;
111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() argument
114 SmallVector<DependData, 4> Dependences;
620 const OMPTaskDataTy::DependData &Data);
623 LValue PosLVal, const OMPTaskDataTy::DependData &Data,
1646 ArrayRef<OMPTaskDataTy::DependData> Dependencies,
1654 const OMPTaskDataTy::DependData &Dependencies,
H A DCGOpenMPRuntime.cpp4077 const OMPTaskDataTy::DependData &Data, in emitDependData()
4148 const OMPTaskDataTy::DependData &Data) { in emitDepobjElementsSizes()
4187 const OMPTaskDataTy::DependData &Data, in emitDepobjElements()
4222 CodeGenFunction &CGF, ArrayRef<OMPTaskDataTy::DependData> Dependencies, in emitDependClause()
4224 if (llvm::all_of(Dependencies, [](const OMPTaskDataTy::DependData &D) { in emitDependClause()
4234 [](unsigned V, const OMPTaskDataTy::DependData &D) { in emitDependClause()
4248 for (const OMPTaskDataTy::DependData &D : Dependencies) { in emitDependClause()
4351 CodeGenFunction &CGF, const OMPTaskDataTy::DependData &Dependencies, in emitDepobjDependClause()
H A DCGStmtOpenMP.cpp4633 OMPTaskDataTy::DependData &DD = in buildDependences()
4647 OMPTaskDataTy::DependData &DD = in buildDependences()
5434 OMPTaskDataTy::DependData Dependencies(DC->getDependencyKind(), in EmitOMPDepobjDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1201 struct DependData { struct
1205 explicit DependData() = default; argument
1206 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() function
1229 SmallVector<DependData> Dependencies = {});
2343 SmallVector<OpenMPIRBuilder::DependData> &Dependencies, bool HasNoWait);
2839 SmallVector<DependData> Dependencies = {});
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1717 SmallVectorImpl<OpenMPIRBuilder::DependData> &Dependencies) { in emitTaskDependencies()
1782 SmallVector<DependData> Dependencies) { in createTask()
1911 for (const DependData &Dep : Dependencies) { in createTask()
6792 SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies, in emitTargetTask()
7062 SmallVector<llvm::OpenMPIRBuilder::DependData> Dependencies = {}) { in emitTargetCall()
7125 SmallVector<DependData> Dependencies) { in createTarget()