Searched defs:waitClause (Results 1 – 1 of 1) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 1579 genWaitClause(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Wait * waitClause,llvm::SmallVectorImpl<mlir::Value> & operands,mlir::Value & waitDevnum,bool & addWaitAttr,Fortran::lower::StatementContext & stmtCtx) genWaitClause() argument 1606 genWaitClauseWithDeviceType(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Wait * waitClause,llvm::SmallVector<mlir::Value> & waitOperands,llvm::SmallVector<mlir::Attribute> & waitOperandsDeviceTypes,llvm::SmallVector<mlir::Attribute> & waitOnlyDeviceTypes,llvm::SmallVector<bool> & hasDevnums,llvm::SmallVector<int32_t> & waitOperandsSegments,llvm::SmallVector<mlir::Attribute> deviceTypeAttrs,Fortran::lower::StatementContext & stmtCtx) genWaitClauseWithDeviceType() argument 2198 } else if (const auto *waitClause = createComputeOp() local 2547 } else if (const auto *waitClause = genACCDataOp() local 2896 } else if (const auto *waitClause = genACCEnterDataOp() local 3009 } else if (const auto *waitClause = genACCExitDataOp() local 3219 } else if (const auto *waitClause = genACCUpdateOp() local [all...] |