/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 355 checkAlreadyHasClauseOfKind(SemaOpenACC & S,ArrayRef<const OpenACCClause * > ExistingClauses,SemaOpenACC::OpenACCParsedClause & Clause) checkAlreadyHasClauseOfKind() argument 448 Visit(SemaOpenACC::OpenACCParsedClause & Clause) Visit() argument 494 VisitDefaultClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitDefaultClause() argument 518 VisitIfClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitIfClause() argument 551 VisitSelfClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitSelfClause() argument 584 VisitNumGangsClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitNumGangsClause() argument 639 VisitNumWorkersClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitNumWorkersClause() argument 660 VisitVectorLengthClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitVectorLengthClause() argument 681 VisitAsyncClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitAsyncClause() argument 703 VisitPrivateClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitPrivateClause() argument 722 VisitFirstPrivateClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitFirstPrivateClause() argument 739 VisitNoCreateClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitNoCreateClause() argument 755 VisitPresentClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitPresentClause() argument 771 VisitCopyClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitCopyClause() argument 787 VisitCopyInClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitCopyInClause() argument 803 VisitCopyOutClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitCopyOutClause() argument 819 VisitCreateClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitCreateClause() argument 835 VisitAttachClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitAttachClause() argument 856 VisitDevicePtrClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitDevicePtrClause() argument 878 VisitWaitClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitWaitClause() argument 891 VisitDeviceTypeClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitDeviceTypeClause() argument 910 VisitAutoClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitAutoClause() argument 934 VisitIndependentClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitIndependentClause() argument 957 VisitSeqClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitSeqClause() argument 998 VisitReductionClause(SemaOpenACC::OpenACCParsedClause & Clause) VisitReductionClause() argument 1070 ActOnClause(ArrayRef<const OpenACCClause * > ExistingClauses,OpenACCParsedClause & Clause) ActOnClause() argument
|
H A D | SemaOpenMP.cpp | 863 setOrderedRegion(bool IsOrdered,const Expr * Param,OMPOrderedClause * Clause) setOrderedRegion() argument 2892 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { EndOpenMPDSABlock() local 2930 if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) { EndOpenMPDSABlock() local 2953 if (auto *Clause = dyn_cast<OMPUsesAllocatorsClause>(C)) { EndOpenMPDSABlock() local 4568 for (const OMPClause *Clause : Clauses) { checkOrderedOrderSpecified() local 10292 for (const OMPClause *Clause : Clauses) { checkSimdlenSafelenSpecified() local 10756 for (const OMPClause *Clause : Clauses) { ActOnOpenMPSingleDirective() local 16132 auto *Clause = ActOnOpenMPOrderedClause() local 19709 FinishOpenMPLinearClause(OMPLinearClause & Clause,DeclRefExpr * IV,Expr * NumIterations,Sema & SemaRef,Scope * S,DSAStackTy * Stack) FinishOpenMPLinearClause() argument [all...] |
H A D | TreeTransform.h | 9122 OMPClause *Clause = getDerived().TransformOMPClause(*I); TransformOMPExecutableDirective() local 11615 for (const auto *Clause : OldClauses) { TransformOpenACCClauseList() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 349 auto *Clause = Create() local 361 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); CreateEmpty() local 407 auto *Clause = Create() local 422 auto *Clause = new (Mem) OMPUpdateClause(/*IsExtended=*/true); CreateEmpty() local 439 OMPPrivateClause *Clause = Create() local 470 OMPFirstprivateClause *Clause = Create() local 520 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause( Create() local 543 OMPSharedClause *Clause = Create() local 596 OMPLinearClause *Clause = Create() local 637 OMPAlignedClause *Clause = new (Mem) Create() local 684 OMPCopyinClause *Clause = Create() local 725 OMPCopyprivateClause *Clause = Create() local 804 auto *Clause = new (Mem) Create() local 834 auto *Clause = new (Mem) OMPReductionClause(N); CreateEmpty() local 874 OMPTaskReductionClause *Clause = new (Mem) OMPTaskReductionClause( Create() local 936 OMPInReductionClause *Clause = new (Mem) OMPInReductionClause( Create() local 960 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); Create() local 977 OMPFullClause *Clause = CreateEmpty(C); Create() local 992 OMPPartialClause *Clause = CreateEmpty(C); Create() local 1011 auto *Clause = new (Mem) OMPAllocateClause(StartLoc, LParenLoc, Allocator, Create() local 1029 OMPFlushClause *Clause = Create() local 1045 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc); Create() local 1062 OMPDependClause *Clause = new (Mem) Create() local 1170 OMPMapClause *Clause = new (Mem) Create() local 1192 OMPMapClause *Clause = new (Mem) OMPMapClause(Sizes); CreateEmpty() local 1227 auto *Clause = new (Mem) OMPToClause(MotionModifiers, MotionModifiersLoc, Create() local 1277 auto *Clause = Create() local 1339 OMPUseDevicePtrClause *Clause = new (Mem) OMPUseDevicePtrClause(Locs, Sizes); Create() local 1388 auto *Clause = new (Mem) OMPUseDeviceAddrClause(Locs, Sizes); Create() local 1435 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); Create() local 1482 auto *Clause = new (Mem) OMPHasDeviceAddrClause(Locs, Sizes); Create() local 1508 auto *Clause = Create() local 1532 auto *Clause = Create() local 1550 auto *Clause = Create() local 1612 auto *Clause = new (Mem) Create() local 1632 auto *Clause = new (Mem) Create() local 1654 auto *Clause = new (Mem) OMPInitClause( Create() local 1686 OMPDoacrossClause *Clause = new (Mem) Create() local [all...] |
H A D | StmtProfile.cpp | 2519 for (const OpenACCClause *Clause : Clauses) { in VisitSelfClause() argument 2474 for (const OpenACCClause *Clause : Clauses) { VisitOpenACCClauseList() local 2489 VisitDefaultClause(const OpenACCDefaultClause & Clause) VisitDefaultClause() argument 2491 VisitIfClause(const OpenACCIfClause & Clause) VisitIfClause() argument 2497 VisitCopyClause(const OpenACCCopyClause & Clause) VisitCopyClause() argument 2502 VisitCopyInClause(const OpenACCCopyInClause & Clause) VisitCopyInClause() argument 2508 VisitCopyOutClause(const OpenACCCopyOutClause & Clause) VisitCopyOutClause() argument 2514 VisitCreateClause(const OpenACCCreateClause & Clause) VisitCreateClause() argument 2525 VisitNumGangsClause(const OpenACCNumGangsClause & Clause) VisitNumGangsClause() argument 2531 VisitNumWorkersClause(const OpenACCNumWorkersClause & Clause) VisitNumWorkersClause() argument 2537 VisitPrivateClause(const OpenACCPrivateClause & Clause) VisitPrivateClause() argument 2543 VisitFirstPrivateClause(const OpenACCFirstPrivateClause & Clause) VisitFirstPrivateClause() argument 2549 VisitAttachClause(const OpenACCAttachClause & Clause) VisitAttachClause() argument 2555 VisitDevicePtrClause(const OpenACCDevicePtrClause & Clause) VisitDevicePtrClause() argument 2561 VisitNoCreateClause(const OpenACCNoCreateClause & Clause) VisitNoCreateClause() argument 2567 VisitPresentClause(const OpenACCPresentClause & Clause) VisitPresentClause() argument 2573 VisitVectorLengthClause(const OpenACCVectorLengthClause & Clause) VisitVectorLengthClause() argument 2579 VisitAsyncClause(const OpenACCAsyncClause & Clause) VisitAsyncClause() argument 2584 VisitWaitClause(const OpenACCWaitClause & Clause) VisitWaitClause() argument 2592 VisitDeviceTypeClause(const OpenACCDeviceTypeClause & Clause) VisitDeviceTypeClause() argument 2594 VisitAutoClause(const OpenACCAutoClause & Clause) VisitAutoClause() argument 2597 VisitIndependentClause(const OpenACCIndependentClause & Clause) VisitIndependentClause() argument 2599 VisitSeqClause(const OpenACCSeqClause & Clause) VisitSeqClause() argument 2602 VisitReductionClause(const OpenACCReductionClause & Clause) VisitReductionClause() argument [all...] |
H A D | StmtPrinter.cpp | 731 for (auto *Clause : Clauses) PrintOMPExecutableDirective() local
|
/llvm-project/clang-tools-extra/clang-tidy/openmp/ |
H A D | UseDefaultNoneCheck.cpp | 38 if (const auto *Clause = Result.Nodes.getNodeAs<OMPDefaultClause>("clause")) { in check() local
|
/llvm-project/offload/include/Shared/ |
H A D | Requirements.h | 51 llvm::StringRef Clause) { in checkConsistency()
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp |
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 146 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} Clause() function
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 607 OpenACCSuccess(OpenACCClause * Clause) OpenACCSuccess() argument 644 if (OpenACCClause *Clause = Result.getPointer()) { 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 in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2500 OMPClause *Clause = ParseOpenMPExecutableDirective() local 2840 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, ParseOpenMPDeclarativeOrExecutableDirective() local 3080 OMPClause *Clause = nullptr; ParseOpenMPClause() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 439 CounterPropagateAddr(*Clause.first, CfCount); in EmitFetchClause() argument 450 CounterPropagateAddr(*Clause.first, CfCount); in EmitALUClause() argument [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 324 llvm::ArrayRef<Literal> Clause = CNF.clauseLiterals(LitWatcher); in watchedByUnitClause() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 857 for (const OpenACCClause *Clause : List) VisitClauseList() local 900 for (const OpenACCClause *Clause : List) { VisitClauseList() local [all...] |
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 251 enum Clause { enum 723 enum Clause { enum
|
/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1082 Constant *Clause = LP->getClause(I); canUnwindPastLandingPad() local
|
H A D | Verifier.cpp | 4469 Constant *Clause = LPI.getClause(i); visitLandingPadInst() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1211 Constant *Clause = LPI->getClause(I); runEHOnFunction() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2244 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { emitAlignedClause() local 2659 for (const auto *Clause : S.getClausesOfKind<OMPAlignedClause>()) { GetAlignedMapping() local 4645 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { EmitOMPTaskBasedDirective() local 4659 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { EmitOMPTaskBasedDirective() local 7671 if (const auto *Clause = S.getSingleClause<OMPGrainsizeClause>()) { EmitOMPTaskLoopBasedDirective() local 7675 } else if (const auto *Clause = S.getSingleClause<OMPNumTasksClause>()) { EmitOMPTaskLoopBasedDirective() local [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 2247 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 174 using Clause = tomp::ClauseT<TypeTy, IdTy, ExprTy>; typedef [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 3502 for (auto *Clause : C->clauses()) VisitOpenACCComputeConstruct() local 3508 for (auto *Clause : C->clauses()) VisitOpenACCLoopConstruct() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 319 RuntimeFunction Clause; global() member
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8113 for (const OpenACCClause *Clause : Clauses) writeOpenACCClauseList() local
|