Home
last modified time | relevance | path

Searched refs:OpenACCVectorClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp56 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 DStmtProfile.cpp2710 const OpenACCVectorClause &Clause) { in VisitVectorClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp346 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 DSemaOpenACC.cpp178 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 DSemaTemplateInstantiateDecl.cpp1199 const OpenACCVectorClause &C) { in VisitVectorClause()
1201 NewClause = OpenACCVectorClause::Create(SemaRef.getASTContext(), in VisitVectorClause()
H A DTreeTransform.h12240 const OpenACCVectorClause &C) { in VisitVectorClause()
12257 NewClause = OpenACCVectorClause::Create( in VisitVectorClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h712 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 DCIRGenOpenACCClause.cpp728 void VisitVectorClause(const OpenACCVectorClause &clause) { in VisitVectorClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8902 const auto *VC = cast<OpenACCVectorClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12924 return OpenACCVectorClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()