Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp134 TYPE_PARSER(sourced(construct<AccLoopDirective>(
138 sourced(Parser<AccLoopDirective>{}), Parser<AccClauseList>{}))
H A Dunparse.cpp1910 Walk(std::get<AccLoopDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp203 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Enter()
209 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Leave()
H A Dcanonicalize-acc.cpp125 auto &dir{std::get<parser::AccLoopDirective>(beginDir.t)}; in RewriteOpenACCLoopConstruct()
H A Dresolve-directives.cpp140 void Post(const parser::AccLoopDirective &) { in Post() argument
684 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Pre()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3866 struct AccLoopDirective { struct
3867 WRAPPER_CLASS_BOILERPLATE(AccLoopDirective, llvm::acc::Directive);
4010 std::tuple<AccLoopDirective, AccClauseList> t;
H A Ddump-parse-tree.h99 NODE(parser, AccLoopDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp343 std::get<Fortran::parser::AccLoopDirective>(beginLoopDirective.t); in genACC()