Searched refs:DepKind (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member 111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() 112 : DepKind(DepKind), IteratorExpr(IteratorExpr) {} in DependData()
|
H A D | CGOpenMPRuntime.cpp | 4004 RTLDependenceKindTy DepKind; in translateDependencyKind() local 4007 DepKind = RTLDependenceKindTy::DepIn; in translateDependencyKind() 4012 DepKind = RTLDependenceKindTy::DepInOut; in translateDependencyKind() 4015 DepKind = RTLDependenceKindTy::DepMutexInOutSet; in translateDependencyKind() 4018 DepKind = RTLDependenceKindTy::DepInOutSet; in translateDependencyKind() 4021 DepKind = RTLDependenceKindTy::DepOmpAllMem; in translateDependencyKind() 4030 return DepKind; in translateDependencyKind() 4126 RTLDependenceKindTy DepKind = translateDependencyKind(Data.DepKind); in emitDependData() local 4132 llvm::ConstantInt::get(LLVMFlagsTy, static_cast<unsigned int>(DepKind)), in emitDependData() 4149 assert(Data.DepKind == OMPC_DEPEND_depobj && in emitDepobjElementsSizes() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1202 omp::RTLDependenceKindTy DepKind = omp::RTLDependenceKindTy::DepUnknown; member 1206 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() 1208 : DepKind(DepKind), DepValueType(DepValueType), DepVal(DepVal) {} in DependData()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19804 OpenMPDependClauseKind DepKind = Data.DepKind; in ActOnOpenMPDependClause() local 19807 DepKind != OMPC_DEPEND_source && DepKind != OMPC_DEPEND_sink) { in ActOnOpenMPDependClause() 19813 DepKind == OMPC_DEPEND_mutexinoutset) { in ActOnOpenMPDependClause() 19819 (DepKind == OMPC_DEPEND_unknown || DepKind == OMPC_DEPEND_source || in ActOnOpenMPDependClause() 19820 DepKind == OMPC_DEPEND_sink || in ActOnOpenMPDependClause() 19823 DepKind == OMPC_DEPEND_depobj))) { in ActOnOpenMPDependClause() 19843 (DepKind == OMPC_DEPEND_source || DepKind == OMPC_DEPEND_sink)) { in ActOnOpenMPDependClause() 19856 if (DepKind == OMPC_DEPEND_sink || DepKind == OMPC_DEPEND_source) { in ActOnOpenMPDependClause() 19858 SemaRef, DepKind == OMPC_DEPEND_source, VarList, DSAStack, EndLoc); in ActOnOpenMPDependClause() 19873 if (DepKind != OMPC_DEPEND_sink && DepKind != OMPC_DEPEND_source) { in ActOnOpenMPDependClause() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1064 Clause->setDependencyKind(Data.DepKind); in Create() 2292 OpenMPDependClauseKind DepKind = Node->getDependencyKind(); in VisitOMPDependClause() local 2293 OpenMPDependClauseKind PrintKind = DepKind; in VisitOMPDependClause()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1811 SDep::Kind DepKind = Dep.getKind(); in apply() local 1813 if (DepKind == SDep::Anti && TmpMI->isPHI()) in apply() 1817 else if (DepKind == SDep::Data && !TmpMI->isPHI() && TmpSU->NumPreds > 0) in apply()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 4930 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member 4975 void setDependencyKind(OpenMPDependClauseKind K) { Data.DepKind = K; } in setDependencyKind() 5016 OpenMPDependClauseKind getDependencyKind() const { return Data.DepKind; } in getDependencyKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1771 static_cast<unsigned int>(Dep.DepKind)), in emitTaskDependencies() 1934 static_cast<unsigned int>(Dep.DepKind)), in createTask()
|