Searched refs:DepKind (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp831 OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
838 Clause->setDependencyKind(DepKind);
829 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, OpenMPDependClauseKind DepKind, SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, unsigned NumLoops) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3966 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member in class:clang::final
4002 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; }
4017 /// \param DepKind Dependency type.
4026 OpenMPDependClauseKind DepKind,
4040 OpenMPDependClauseKind getDependencyKind() const { return DepKind; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1301 SDep::Kind DepKind = Dep.getKind(); local
1303 if (DepKind == SDep::Anti && TmpMI->isPHI())
1307 else if (DepKind == SDep::Data && !TmpMI->isPHI() && TmpSU->NumPreds > 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14904 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind,
14909 DepKind != OMPC_DEPEND_source && DepKind != OMPC_DEPEND_sink) {
14915 (DepKind == OMPC_DEPEND_unknown || DepKind == OMPC_DEPEND_source ||
14916 DepKind == OMPC_DEPEND_sink)) {
14928 if (DepKind == OMPC_DEPEND_sink || DepKind == OMPC_DEPEND_source) {
14945 if (DepKind == OMPC_DEPEND_sink) {
15065 if (!CurContext->isDependentContext() && DepKind
[all...]
H A DTreeTransform.h1828 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, argument
1832 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5239 RTLDependenceKindTy DepKind; local
5242 DepKind = DepIn;
5247 DepKind = DepInOut;
5250 DepKind = DepMutexInOutSet;
5259 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10423 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,

Completed in 402 milliseconds