Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h49 KernelsLoop, enumerator
109 case OpenACCDirectiveKind::KernelsLoop: in printOpenACCDirectiveKind()
161 K == OpenACCDirectiveKind::KernelsLoop; in isOpenACCCombinedDirectiveKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACCLoop.cpp42 case OpenACCDirectiveKind::KernelsLoop: in updateLoopOpParallelism()
H A DCIRGenStmtOpenACC.cpp62 mlir::acc::CombinedConstructsType::KernelsLoop;
234 case OpenACCDirectiveKind::KernelsLoop: in emitOpenACCCombinedConstruct()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp673 if (Clause.getDirectiveKind() == OpenACCDirectiveKind::KernelsLoop) { in VisitNumGangsClause()
704 if (Clause.getDirectiveKind() == OpenACCDirectiveKind::KernelsLoop) { in VisitNumWorkersClause()
737 if (Clause.getDirectiveKind() == OpenACCDirectiveKind::KernelsLoop) { in VisitVectorLengthClause()
1306 case OpenACCDirectiveKind::KernelsLoop: { in VisitVectorClause()
1330 case OpenACCDirectiveKind::KernelsLoop: { in VisitVectorClause()
1420 case OpenACCDirectiveKind::KernelsLoop: in VisitWorkerClause()
1452 case OpenACCDirectiveKind::KernelsLoop: { in VisitWorkerClause()
2052 case OpenACCDirectiveKind::KernelsLoop: in CheckGangExpr()
2069 case OpenACCDirectiveKind::KernelsLoop: in CheckGangExpr()
H A DSemaOpenACC.cpp41 case OpenACCDirectiveKind::KernelsLoop: in diagnoseConstructAppertainment()
79 case OpenACCDirectiveKind::KernelsLoop: in PreserveLoopRAIIDepthInAssociatedStmtRAII()
139 DirKind == OpenACCDirectiveKind::KernelsLoop) { in AssociatedStmtRAII()
166 if (DirKind == OpenACCDirectiveKind::KernelsLoop && UnInstClauses.empty()) { in AssociatedStmtRAII()
367 DirKind == OpenACCDirectiveKind::KernelsLoop) { in ~AssociatedStmtRAII()
1978 case OpenACCDirectiveKind::KernelsLoop: { in ActOnEndStmtDirective()
2088 case OpenACCDirectiveKind::KernelsLoop: in ActOnAssociatedStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp287 case OpenACCDirectiveKind::KernelsLoop: in isOpenACCDirectiveKind()
474 return OpenACCDirectiveKind::KernelsLoop; in ParseOpenACCDirectiveKind()
594 case OpenACCDirectiveKind::KernelsLoop: in doesDirectiveHaveAssociatedStmt()
615 case OpenACCDirectiveKind::KernelsLoop: in getOpenACCScopeFlags()