| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 155 DiagGangWorkerVectorSeqConflict(SemaOpenACC::OpenACCParsedClause &Clause) { in DiagGangWorkerVectorSeqConflict() 178 CheckModifierList(SemaOpenACC::OpenACCParsedClause &Clause, in CheckModifierList() 254 SemaOpenACC::OpenACCParsedClause &Clause) { in CheckValidRoutineNewClauseHelper() 338 SemaOpenACC::OpenACCParsedClause &Clause) { in CheckValidRoutineGangWorkerVectorSeqNewClause() 355 CheckValidRoutineBindNewClause(SemaOpenACC::OpenACCParsedClause &Clause) { in CheckValidRoutineBindNewClause() 369 bool DisallowSinceLastDeviceType(SemaOpenACC::OpenACCParsedClause &Clause) { in DisallowSinceLastDeviceType() 481 OpenACCClause *Visit(SemaOpenACC::OpenACCParsedClause &Clause) { in Visit() 520 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitDefaultClause() 531 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitTileClause() 554 SemaOpenACC::OpenACCParsedClause &Clause) { in VisitIfClause() [all …]
|
| H A D | SemaOpenMP.cpp | 844 OMPOrderedClause *Clause) { in setOrderedRegion() 2868 auto FinalizeLastprivate = [&](OMPLastprivateClause *Clause) { in EndOpenMPDSABlock() 2905 auto FinalizeNontemporal = [&](OMPNontemporalClause *Clause) { in EndOpenMPDSABlock() 2929 auto FinalizeAllocators = [&](OMPUsesAllocatorsClause *Clause) { in EndOpenMPDSABlock() 2975 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 2977 } else if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) { in EndOpenMPDSABlock() local 2979 } else if (auto *Clause = dyn_cast<OMPUsesAllocatorsClause>(C)) { in EndOpenMPDSABlock() local 4568 for (const OMPClause *Clause : Clauses) { in checkOrderedOrderSpecified() local 10383 for (const OMPClause *Clause : Clauses) { in checkSimdlenSafelenSpecified() local 10824 for (const OMPClause *Clause : Clauses) { in ActOnOpenMPSingleDirective() local [all …]
|
| H A D | SemaHLSL.cpp | 1154 } else if (const auto *Clause = in handleRootSignatureElements() local 1216 } else if (const auto *Clause = in handleRootSignatureElements() local
|
| H A D | TreeTransform.h | 9491 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local 9564 OMPClause *Clause = getDerived().TransformOMPClause(C); in TransformOMPInformationalDirective() local 12481 for (const auto *Clause : OldClauses) { in TransformOpenACCClauseList() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1337 for (const auto *Clause : ClauseList) { in InstantiateOpenACCClauseList() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 2532 for (const OpenACCClause *Clause : Clauses) { in VisitOpenACCClauseList() local 2539 void VisitClauseWithVarList(const OpenACCClauseWithVarList &Clause) { in VisitClauseWithVarList() 2552 const OpenACCDefaultClause &Clause) {} in VisitDefaultClause() 2554 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause() 2560 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause() 2564 void OpenACCClauseProfiler::VisitLinkClause(const OpenACCLinkClause &Clause) { in VisitLinkClause() 2569 const OpenACCDeviceResidentClause &Clause) { in VisitDeviceResidentClause() 2574 const OpenACCCopyInClause &Clause) { in VisitCopyInClause() 2579 const OpenACCCopyOutClause &Clause) { in VisitCopyOutClause() 2584 const OpenACCCreateClause &Clause) { in VisitCreateClause() [all …]
|
| H A D | OpenMPClause.cpp | 350 auto *Clause = in Create() local 362 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() local 408 auto *Clause = in Create() local 423 auto *Clause = new (Mem) OMPUpdateClause(/*IsExtended=*/true); in CreateEmpty() local 440 OMPPrivateClause *Clause = in Create() local 471 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 | StmtPrinter.cpp | 742 for (auto *Clause : Clauses) in PrintOMPExecutableDirective() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | RootSignatureMetadata.cpp | 60 [this](const DescriptorTableClause &Clause) -> MDNode * { in BuildRootSignature() 144 const DescriptorTableClause &Clause) { in BuildDescriptorTableClause()
|
| H A D | HLSLRootSignature.cpp | 165 raw_ostream &operator<<(raw_ostream &OS, const DescriptorTableClause &Clause) { in operator <<() 222 [&OS](const DescriptorTableClause &Clause) { OS << Clause; }, in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 1051 for (const Clause Clause : DirLang.getClauses()) { in generateFlangClauseParserClass() local 1078 Clause Clause(C); in generateFlangClauseParserClassList() local 1090 for (const Clause Clause : DirLang.getClauses()) { in generateFlangClauseDump() local 1106 for (const Clause Clause : DirLang.getClauses()) { in generateFlangClauseUnparse() local 1160 for (const Clause Clause : DirLang.getClauses()) { in generateFlangClauseCheckPrototypes() 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/Parse/ |
| H A D | ParseOpenMP.cpp | 482 OMPClause *Clause = in ParseOpenMPDeclareMapperDirective() local 1601 OMPClause *Clause = in ParseOpenMPClauses() local 2025 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2064 OMPClause *Clause = ParseOpenMPClause(OMPD_requires, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2359 OMPClause *Clause = in ParseOpenMPExecutableDirective() local 2465 OMPClause *Clause = in ParseOpenMPInformationalDirective() local 2753 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeOrExecutableDirective() local 3006 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
| H A D | ParseHLSLRootSignature.cpp | 298 auto Clause = parseDescriptorTableClause(); in parseDescriptorTable() local 358 DescriptorTableClause Clause; in parseDescriptorTableClause() local
|
| H A D | ParseOpenACC.cpp | 653 Parser::OpenACCClauseParseResult Parser::OpenACCSuccess(OpenACCClause *Clause) { in OpenACCSuccess() 748 if (OpenACCClause *Clause = Result.getPointer()) { in ParseOpenACCClauseList() local
|
| /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/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 282 Clause(const Record *Def) : BaseRecord(Def) {} in Clause() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaConcept.h | 179 using Clause = llvm::SmallVector<Literal>; variable
|
| /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/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 1276 for (const OpenACCClause *Clause : List) in VisitClauseList() local 1321 for (const OpenACCClause *Clause : List) { in VisitClauseList() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1157 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1216 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2296 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 2795 for (const auto *Clause : S.getClausesOfKind<OMPAlignedClause>()) { in GetAlignedMapping() local 4863 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 4877 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 7909 if (const auto *Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 7915 } else if (const auto *Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2245 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 332 RuntimeFunction Clause; member
|