Home
last modified time | relevance | path

Searched refs:ParallelLoop (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h47 ParallelLoop, enumerator
103 case OpenACCDirectiveKind::ParallelLoop: in printOpenACCDirectiveKind()
159 return K == OpenACCDirectiveKind::ParallelLoop || in isOpenACCCombinedDirectiveKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACCLoop.cpp38 case OpenACCDirectiveKind::ParallelLoop: in updateLoopOpParallelism()
H A DCIRGenStmtOpenACC.cpp54 mlir::acc::CombinedConstructsType::ParallelLoop;
226 case OpenACCDirectiveKind::ParallelLoop: in emitOpenACCCombinedConstruct()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp613 Clause.getDirectiveKind() == OpenACCDirectiveKind::ParallelLoop) in VisitNumGangsClause()
653 Clause.getDirectiveKind() == OpenACCDirectiveKind::ParallelLoop) && in VisitNumGangsClause()
1293 case OpenACCDirectiveKind::ParallelLoop: in VisitVectorClause()
1355 case OpenACCDirectiveKind::ParallelLoop: in VisitVectorClause()
1411 case OpenACCDirectiveKind::ParallelLoop: in VisitWorkerClause()
1444 case OpenACCDirectiveKind::ParallelLoop: in VisitWorkerClause()
1738 Clause.getDirectiveKind() == OpenACCDirectiveKind::ParallelLoop) { in VisitReductionClause()
2046 case OpenACCDirectiveKind::ParallelLoop: in CheckGangExpr()
2062 case OpenACCDirectiveKind::ParallelLoop: in CheckGangExpr()
H A DSemaOpenACC.cpp37 case OpenACCDirectiveKind::ParallelLoop: in diagnoseConstructAppertainment()
75 case OpenACCDirectiveKind::ParallelLoop: in PreserveLoopRAIIDepthInAssociatedStmtRAII()
137 } else if (DirKind == OpenACCDirectiveKind::ParallelLoop || in AssociatedStmtRAII()
365 DirKind == OpenACCDirectiveKind::ParallelLoop || in ~AssociatedStmtRAII()
1976 case OpenACCDirectiveKind::ParallelLoop: in ActOnEndStmtDirective()
2086 case OpenACCDirectiveKind::ParallelLoop: in ActOnAssociatedStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp285 case OpenACCDirectiveKind::ParallelLoop: in isOpenACCDirectiveKind()
468 return OpenACCDirectiveKind::ParallelLoop; in ParseOpenACCDirectiveKind()
592 case OpenACCDirectiveKind::ParallelLoop: in doesDirectiveHaveAssociatedStmt()
613 case OpenACCDirectiveKind::ParallelLoop: in getOpenACCScopeFlags()