Searched refs:OpenACCVectorClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 56 OpenACCVectorClause::classof(C) || OpenACCWorkerClause::classof(C) || in classof() 570 OpenACCVectorClause::OpenACCVectorClause(SourceLocation BeginLoc, in OpenACCVectorClause() function in OpenACCVectorClause 580 OpenACCVectorClause *OpenACCVectorClause::Create(const ASTContext &C, in Create() 586 C.Allocate(sizeof(OpenACCVectorClause), alignof(OpenACCVectorClause)); in Create() 587 return new (Mem) OpenACCVectorClause(BeginLoc, LParenLoc, IntExpr, EndLoc); in Create() 947 void OpenACCClausePrinter::VisitVectorClause(const OpenACCVectorClause &C) { in VisitVectorClause()
|
| H A D | StmtProfile.cpp | 2710 const OpenACCVectorClause &Clause) { in VisitVectorClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 346 OpenACCVectorClause, OpenACCSeqClause>; in CheckValidRoutineGangWorkerVectorSeqNewClause() 739 ExistingClauses, llvm::IsaPred<OpenACCVectorClause>); in VisitVectorLengthClause() 742 if (cast<OpenACCVectorClause>(VC)->hasIntExpr()) { in VisitVectorLengthClause() 1383 return OpenACCVectorClause::Create(Ctx, Clause.getBeginLoc(), in VisitVectorClause() 1661 ExistingClauses, llvm::IsaPred<OpenACCGangClause, OpenACCVectorClause, in VisitSeqClause()
|
| H A D | SemaOpenACC.cpp | 178 auto *Itr2 = llvm::find_if(Clauses, llvm::IsaPred<OpenACCVectorClause>); in AssociatedStmtRAII() 217 auto *Itr2 = llvm::find_if(Clauses, llvm::IsaPred<OpenACCVectorClause>); in AssociatedStmtRAII() 2134 OpenACCVectorClause, OpenACCSeqClause>; in CheckValidRoutineGangWorkerVectorSeqClauses()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1199 const OpenACCVectorClause &C) { in VisitVectorClause() 1201 NewClause = OpenACCVectorClause::Create(SemaRef.getASTContext(), in VisitVectorClause()
|
| H A D | TreeTransform.h | 12240 const OpenACCVectorClause &C) { in VisitVectorClause() 12257 NewClause = OpenACCVectorClause::Create( in VisitVectorClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 712 class OpenACCVectorClause : public OpenACCClauseWithSingleIntExpr { 714 OpenACCVectorClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 722 static OpenACCVectorClause *Create(const ASTContext &Ctx,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 728 void VisitVectorClause(const OpenACCVectorClause &clause) { in VisitVectorClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8902 const auto *VC = cast<OpenACCVectorClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12924 return OpenACCVectorClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|