Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp25 const SemaOpenACC::OpenACCParsedClause &NewClause) { in checkValidAfterDeviceType() argument
33 if (NewClause.getClauseKind() == OpenACCClauseKind::DType || in checkValidAfterDeviceType()
34 NewClause.getClauseKind() == OpenACCClauseKind::DeviceType) in checkValidAfterDeviceType()
40 if (isOpenACCComputeDirectiveKind(NewClause.getDirectiveKind())) { in checkValidAfterDeviceType()
41 switch (NewClause.getClauseKind()) { in checkValidAfterDeviceType()
51 } else if (NewClause.getDirectiveKind() == OpenACCDirectiveKind::Loop) { in checkValidAfterDeviceType()
55 switch (NewClause.getClauseKind()) { in checkValidAfterDeviceType()
68 } else if (isOpenACCCombinedDirectiveKind(NewClause.getDirectiveKind())) { in checkValidAfterDeviceType()
70 switch (NewClause.getClauseKind()) { in checkValidAfterDeviceType()
88 } else if (NewClause.getDirectiveKind() == OpenACCDirectiveKind::Data) { in checkValidAfterDeviceType()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1072 OpenACCClause *NewClause = nullptr; member in __anon3b27a14d0611::OpenACCDeclClauseInstantiator
1082 OpenACCClause *CreatedClause() { return NewClause; } in CreatedClause()
1163 NewClause = SemaRef.OpenACC().CheckGangClause( in CLAUSE_NOT_ON_DECLS()
1170 NewClause = OpenACCSeqClause::Create(SemaRef.getASTContext(), in VisitSeqClause()
1176 NewClause = OpenACCNoHostClause::Create(SemaRef.getASTContext(), in VisitNoHostClause()
1184 NewClause = OpenACCDeviceTypeClause::Create( in VisitDeviceTypeClause()
1193 NewClause = OpenACCWorkerClause::Create(SemaRef.getASTContext(), in VisitWorkerClause()
1201 NewClause = OpenACCVectorClause::Create(SemaRef.getASTContext(), in VisitVectorClause()
1212 NewClause = OpenACCCopyClause::Create( in VisitCopyClause()
1229 NewClause = OpenACCLinkClause::Create( in VisitLinkClause()
[all …]
H A DTreeTransform.h11735 OpenACCClause *NewClause = nullptr; variable
11762 OpenACCClause *CreatedClause() const { return NewClause; } in CreatedClause()
11774 NewClause = OpenACCDefaultClause::Create( in VisitDefaultClause()
11792 NewClause = OpenACCIfClause::Create( in VisitIfClause()
11822 NewClause = OpenACCSelfClause::Create( in VisitSelfClause()
11840 NewClause = OpenACCSelfClause::Create( in VisitSelfClause()
11868 NewClause = OpenACCNumGangsClause::Create( in VisitNumGangsClause()
11880 NewClause = OpenACCPrivateClause::Create( in VisitPrivateClause()
11892 NewClause = OpenACCHostClause::Create( in VisitHostClause()
11904 NewClause = OpenACCDeviceClause::Create( in VisitDeviceClause()
[all …]
H A DSemaOpenACC.cpp348 OpenACCTileClause *NewClause = cast<OpenACCTileClause>(*TileClauseItr); in SetTileInfoBeforeAssociatedStmt() local
349 if (NewClause->getSizeExprs().size() > TileClause->getSizeExprs().size()) in SetTileInfoBeforeAssociatedStmt()
350 TileClause = NewClause; in SetTileInfoBeforeAssociatedStmt()
H A DSemaOpenMP.cpp5908 if (OMPClause *NewClause = S.OpenMP().ActOnOpenMPMapClause( in processImplicitMapsWithDefaultMappers() local
5913 Clauses.push_back(NewClause); in processImplicitMapsWithDefaultMappers()