Home
last modified time | relevance | path

Searched defs:Clause (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp155 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 DSemaOpenMP.cpp844 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 DSemaHLSL.cpp1154 } else if (const auto *Clause = in handleRootSignatureElements() local
1216 } else if (const auto *Clause = in handleRootSignatureElements() local
H A DTreeTransform.h9491 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 DSemaTemplateInstantiateDecl.cpp1337 for (const auto *Clause : ClauseList) { in InstantiateOpenACCClauseList() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2532 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 DOpenMPClause.cpp350 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 DStmtPrinter.cpp742 for (auto *Clause : Clauses) in PrintOMPExecutableDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureMetadata.cpp60 [this](const DescriptorTableClause &Clause) -> MDNode * { in BuildRootSignature()
144 const DescriptorTableClause &Clause) { in BuildDescriptorTableClause()
H A DHLSLRootSignature.cpp165 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 DDirectiveEmitter.cpp1051 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 DR600ControlFlowFinalizer.cpp437 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause()
448 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp482 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 DParseHLSLRootSignature.cpp298 auto Clause = parseDescriptorTableClause(); in parseDescriptorTable() local
358 DescriptorTableClause Clause; in parseDescriptorTableClause() local
H A DParseOpenACC.cpp653 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 DWatchedLiteralsSolver.cpp324 llvm::ArrayRef<Literal> Clause = CNF.clauseLiterals(LitWatcher); in watchedByUnitClause() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h282 Clause(const Record *Def) : BaseRecord(Def) {} in Clause() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h179 using Clause = llvm::SmallVector<Literal>; variable
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h251 enum Clause { enum
723 enum Clause { enum
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h1276 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 DInstruction.cpp1157 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1216 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2296 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 DCGOpenMPRuntimeGPU.cpp2245 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp332 RuntimeFunction Clause; member

12