Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp1500 genAsyncClause(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Async * asyncClause,mlir::Value & async,bool & addAsyncAttr,Fortran::lower::StatementContext & stmtCtx) genAsyncClause() argument
1514 genAsyncClause(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Async * asyncClause,llvm::SmallVector<mlir::Value> & async,llvm::SmallVector<mlir::Attribute> & asyncDeviceTypes,llvm::SmallVector<mlir::Attribute> & asyncOnlyDeviceTypes,llvm::SmallVector<mlir::Attribute> & deviceTypeAttrs,Fortran::lower::StatementContext & stmtCtx) genAsyncClause() argument
2194 if (const auto *asyncClause = createComputeOp() local
2543 if (const auto *asyncClause = genACCDataOp() local
2871 if (const auto *asyncClause = genACCEnterDataOp() local
2984 if (const auto *asyncClause = genACCExitDataOp() local
3214 if (const auto *asyncClause = genACCUpdateOp() local
3365 } else if (const auto *asyncClause = genACC() local
[all...]