Home
last modified time | relevance | path

Searched refs:OpenACCLoopConstruct (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp34 if (auto *accLoop{parser::Unwrap<parser::OpenACCLoopConstruct>(*it)}) { in Post()
110 void RewriteOpenACCLoopConstruct(parser::OpenACCLoopConstruct &x, in RewriteOpenACCLoopConstruct()
141 CheckDoConcurrentClauseRestriction<parser::OpenACCLoopConstruct, in RewriteOpenACCLoopConstruct()
143 CheckTileClauseRestriction<parser::OpenACCLoopConstruct, in RewriteOpenACCLoopConstruct()
H A Dcheck-acc-structure.h50 void Enter(const parser::OpenACCLoopConstruct &);
51 void Leave(const parser::OpenACCLoopConstruct &);
H A Dcheck-acc-structure.cpp201 void AccStructureChecker::Enter(const parser::OpenACCLoopConstruct &x) { in Enter()
207 void AccStructureChecker::Leave(const parser::OpenACCLoopConstruct &x) { in Leave()
H A Dresolve-directives.cpp138 bool Pre(const parser::OpenACCLoopConstruct &);
139 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post() argument
215 void PrivatizeAssociatedLoopIndex(const parser::OpenACCLoopConstruct &);
682 bool AccAttributeVisitor::Pre(const parser::OpenACCLoopConstruct &x) { in Pre()
864 const parser::OpenACCLoopConstruct &x) { in PrivatizeAssociatedLoopIndex()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp141 construct<OpenACCLoopConstruct>(sourced(Parser<AccBeginLoopDirective>{})))
225 construct<OpenACCConstruct>(Parser<OpenACCLoopConstruct>{}),
H A Dunparse.cpp1901 void Unparse(const OpenACCLoopConstruct &x) { in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp338 const Fortran::parser::OpenACCLoopConstruct &loopConstruct) { in genACC()
1029 [&](const Fortran::parser::OpenACCLoopConstruct &loopConstruct) { in genOpenACCConstruct()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h4105 struct OpenACCLoopConstruct { struct
4106 TUPLE_CLASS_BOILERPLATE(OpenACCLoopConstruct);
4107 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct() argument
4121 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCCacheConstruct, argument
H A Ddump-parse-tree.h543 NODE(parser, OpenACCLoopConstruct) in NODE()