Home
last modified time | relevance | path

Searched defs:accClauseList (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp58 const auto &accClauseList = in CheckTileClauseRestriction() local
98 const auto &accClauseList = in CheckDoConcurrentClauseRestriction() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp1715 createLoopOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::DoConstruct & outerDoConstruct,Fortran::lower::pft::Evaluation & eval,const Fortran::parser::AccClauseList & accClauseList,std::optional<mlir::acc::CombinedConstructsType> combinedConstructs=std::nullopt,bool needEarlyReturnHandling=false) createLoopOp() argument
2103 const auto &accClauseList = genACC() local
2150 createComputeOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::lower::pft::Evaluation & eval,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList,std::optional<mlir::acc::CombinedConstructsType> combinedConstructs=std::nullopt) createComputeOp() argument
2263 } else if (const auto *accClauseList = createComputeOp() local
2516 genACCDataOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::lower::pft::Evaluation & eval,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList) genACCDataOp() argument
2712 genACCHostDataOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::lower::pft::Evaluation & eval,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList) genACCHostDataOp() argument
2776 const auto &accClauseList = genACC() local
2812 const auto &accClauseList = genACC() local
2853 genACCEnterDataOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList) genACCEnterDataOp() argument
2964 genACCExitDataOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList) genACCExitDataOp() argument
3076 genACCInitShutdownOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,const Fortran::parser::AccClauseList & accClauseList) genACCInitShutdownOp() argument
3119 genACCSetOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,const Fortran::parser::AccClauseList & accClauseList) genACCSetOp() argument
3189 genACCUpdateOp(Fortran::lower::AbstractConverter & converter,mlir::Location currentLocation,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,const Fortran::parser::AccClauseList & accClauseList) genACCUpdateOp() argument
3292 const auto &accClauseList = genACC() local
3325 const auto &accClauseList = genACC() local
3662 genDeclareInFunction(Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & openAccCtx,mlir::Location loc,const Fortran::parser::AccClauseList & accClauseList) genDeclareInFunction() argument
3806 genDeclareInModule(Fortran::lower::AbstractConverter & converter,mlir::ModuleOp & moduleOp,const Fortran::parser::AccClauseList & accClauseList) genDeclareInModule() argument
3853 const auto &accClauseList = genACC() local
[all...]