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;
602 const OMPTaskDataTy::DependData &Data);
605 LValue PosLVal, const OMPTaskDataTy::DependData &Data,
1640 ArrayRef<OMPTaskDataTy::DependData> Dependencies,
1648 const OMPTaskDataTy::DependData &Dependencies,
H A DCGOpenMPRuntime.cpp4051 const OMPTaskDataTy::DependData &Data, in emitDependData()
4122 const OMPTaskDataTy::DependData &Data) { in emitDepobjElementsSizes()
4161 const OMPTaskDataTy::DependData &Data, in emitDepobjElements()
4195 CodeGenFunction &CGF, ArrayRef<OMPTaskDataTy::DependData> Dependencies, in emitDependClause()
4197 if (llvm::all_of(Dependencies, [](const OMPTaskDataTy::DependData &D) { in emitDependClause()
4207 [](unsigned V, const OMPTaskDataTy::DependData &D) { in emitDependClause()
4221 for (const OMPTaskDataTy::DependData &D : Dependencies) { in emitDependClause()
4291 for (const OMPTaskDataTy::DependData &Dep : Dependencies) { in emitDependClause()
4300 for (const OMPTaskDataTy::DependData &Dep : Dependencies) { in emitDependClause()
4307 for (const OMPTaskDataTy::DependData &Dep : Dependencies) { in emitDependClause()
[all …]
H A DCGStmtOpenMP.cpp4833 OMPTaskDataTy::DependData &DD = in buildDependences()
4847 OMPTaskDataTy::DependData &DD = in buildDependences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1292 struct DependData { struct
1296 explicit DependData() = default; argument
1297 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() argument
1325 SmallVector<DependData> Dependencies = {}, bool Mergeable = false,
2517 const SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies,
3111 const SmallVector<DependData> &Dependencies, bool HasNowait = false);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1843 const SmallVectorImpl<OpenMPIRBuilder::DependData> &Dependencies) { in emitTaskDependencies()
1908 SmallVector<DependData> Dependencies, bool Mergeable, Value *EventHandle, in createTask()
7374 const SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies, in emitTargetTask()
7779 const SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies, in emitTargetCall()
7970 const SmallVector<DependData> &Dependencies, bool HasNowait) { in createTarget()