Home
last modified time | relevance | path

Searched refs:OmpLoopDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-omp.cpp40 auto &dir{std::get<parser::OmpLoopDirective>(endDir->t)}; in Post()
77 auto &dir{std::get<parser::OmpLoopDirective>(beginDir.t)}; in RewriteOpenMPLoopConstruct()
H A Dcheck-omp-structure.cpp233 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in HasInvalidDistributeNesting()
377 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()
383 std::get<parser::OmpLoopDirective>(endLoopDir.value().t)}; in Enter()
385 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()
444 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckDoWhile()
536 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckSIMDNest()
723 const auto &dir{std::get<parser::OmpLoopDirective>(x.t)}; in Enter()
2684 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckWorkshareBlockStmts()
H A Dresolve-directives.cpp1178 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp285 TYPE_PARSER(sourced(construct<OmpLoopDirective>(first(
321 sourced(Parser<OmpLoopDirective>{}), Parser<OmpClauseList>{})))
591 sourced("END"_tok >> Parser<OmpLoopDirective>{}),
H A Dunparse.cpp2081 void Unparse(const OmpLoopDirective &x) { in Unparse()
2477 Walk(std::get<OmpLoopDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3748 struct OmpLoopDirective { struct
3749 WRAPPER_CLASS_BOILERPLATE(OmpLoopDirective, llvm::omp::Directive);
3805 std::tuple<OmpLoopDirective, OmpClauseList> t;
3811 std::tuple<OmpLoopDirective, OmpClauseList> t;
H A Ddump-parse-tree.h504 NODE(parser, OmpLoopDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp915 std::get<Fortran::parser::OmpLoopDirective>( in genOMP()