/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 355 SemaOpenACC::OpenACCParsedClause &Clause) { in checkAlreadyHasClauseOfKind() 448 OpenACCClause *Visit(SemaOpenACC::OpenACCParsedClause &Clause) { in Visit() 494 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitDefaultClause() 518 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitIfClause() 551 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitSelfClause() 584 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitNumGangsClause() 639 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitNumWorkersClause() 660 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitVectorLengthClause() 681 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitAsyncClause() 703 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitPrivateClause() [all …]
|
H A D | SemaOpenMP.cpp | 864 OMPOrderedClause *Clause) { in setOrderedRegion() 2893 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 2931 if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) { in EndOpenMPDSABlock() local 2954 if (auto *Clause = dyn_cast<OMPUsesAllocatorsClause>(C)) { in EndOpenMPDSABlock() local 4571 for (const OMPClause *Clause : Clauses) { in checkOrderedOrderSpecified() local 10295 for (const OMPClause *Clause : Clauses) { in checkSimdlenSafelenSpecified() local 10759 for (const OMPClause *Clause : Clauses) { in ActOnOpenMPSingleDirective() local 15234 auto GetEnclosingRegion = [&](int EndIdx, OpenMPClauseKind Clause) { in getOpenMPCaptureRegionForClause() 15646 auto *Clause = in ActOnOpenMPOrderedClause() local 19224 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()
|
H A D | SemaTemplate.cpp | 3159 static void collectConjunctionTerms(Expr *Clause, in collectConjunctionTerms()
|
H A D | TreeTransform.h | 9131 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local 11646 for (const auto *Clause : OldClauses) { in TransformOpenACCClauseList() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 349 auto *Clause = in Create() local 361 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() local 407 auto *Clause = in Create() local 422 auto *Clause = new (Mem) OMPUpdateClause(/*IsExtended=*/true); in CreateEmpty() local 439 OMPPrivateClause *Clause = in Create() local 470 OMPFirstprivateClause *Clause = in Create() local 520 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause( in Create() local 543 OMPSharedClause *Clause = in Create() local 596 OMPLinearClause *Clause = in Create() local 637 OMPAlignedClause *Clause = new (Mem) in Create() local [all …]
|
H A D | StmtProfile.cpp | 2483 for (const OpenACCClause *Clause : Clauses) { in VisitOpenACCClauseList() local 2498 const OpenACCDefaultClause &Clause) {} in VisitDefaultClause() 2500 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause() 2506 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause() 2511 const OpenACCCopyInClause &Clause) { in VisitCopyInClause() 2517 const OpenACCCopyOutClause &Clause) { in VisitCopyOutClause() 2523 const OpenACCCreateClause &Clause) { in VisitCreateClause() 2528 void OpenACCClauseProfiler::VisitSelfClause(const OpenACCSelfClause &Clause) { in VisitSelfClause() 2534 const OpenACCNumGangsClause &Clause) { in VisitNumGangsClause() 2540 const OpenACCNumWorkersClause &Clause) { in VisitNumWorkersClause() [all …]
|
H A D | StmtPrinter.cpp | 731 for (auto *Clause : Clauses) in PrintOMPExecutableDirective() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 880 Clause Clause{C}; in GenerateFlangClauseParserClass() local 907 Clause Clause{C}; in GenerateFlangClauseParserClassList() local 920 Clause Clause{C}; in GenerateFlangClauseDump() local 936 Clause Clause{C}; in GenerateFlangClauseUnparse() local 987 Clause Clause{C}; in GenerateFlangClauseCheckPrototypes() local 1002 Clause Clause{C}; in GenerateFlangClauseParserKindMap() local 1035 Clause Clause{C}; in GenerateFlangClausesParser() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 146 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 607 Parser::OpenACCClauseParseResult Parser::OpenACCSuccess(OpenACCClause *Clause) { in OpenACCSuccess() 644 if (OpenACCClause *Clause = Result.getPointer()) { in ParseOpenACCClauseList() local
|
H A D | ParseOpenMP.cpp | 616 OMPClause *Clause = in ParseOpenMPDeclareMapperDirective() local 1655 OMPClause *Clause = in ParseOpenMPClauses() local 2121 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2160 OMPClause *Clause = ParseOpenMPClause(OMPD_requires, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2500 OMPClause *Clause = in ParseOpenMPExecutableDirective() local 2840 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeOrExecutableDirective() local 3082 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 437 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() 448 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 324 llvm::ArrayRef<Literal> Clause = CNF.clauseLiterals(LitWatcher); in watchedByUnitClause() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 857 for (const OpenACCClause *Clause : List) in VisitClauseList() local 900 for (const OpenACCClause *Clause : List) { in VisitClauseList() local
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 251 enum Clause { enum 723 enum Clause { enum
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1082 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad() local
|
H A D | Verifier.cpp | 4484 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1211 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2249 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 2664 for (const auto *Clause : S.getClausesOfKind<OMPAlignedClause>()) { in GetAlignedMapping() local 4663 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 4677 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 7689 if (const auto *Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 7693 } else if (const auto *Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local
|
H A D | CGOpenMPRuntimeGPU.cpp | 2248 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
|
H A D | CGOpenMPRuntime.cpp | 10076 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 319 RuntimeFunction Clause; member
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8117 for (const OpenACCClause *Clause : Clauses) in writeOpenACCClauseList() local
|