/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 78 auto async(Function &&F, Args &&...ArgList) { in async() function 86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() function 275 inline auto async(Function &&F, Args &&...ArgList) { in async() function
|
/llvm-project/flang/test/Lower/OpenACC/ |
H A D | acc-wait.f90 | 6 integer :: async = 1 local
|
H A D | acc-update.f90 | 6 integer :: async = 1 local
|
H A D | acc-exit-data.f90 | 6 integer :: async = 1 local
|
H A D | acc-kernels.f90 | 8 integer :: async = 1 local
|
H A D | acc-serial.f90 | 28 integer :: async = 1 local
|
H A D | acc-parallel.f90 | 28 integer :: async = 1 local [all...] |
H A D | acc-kernels-loop.f90 | 8 integer :: async = 1 local
|
H A D | acc-serial-loop.f90 | 29 integer :: async = 1 local
|
H A D | acc-parallel-loop.f90 | 10 integer :: async = 1 local
|
H A D | acc-enter-data.f90 | 6 integer :: async = 1 local
|
/llvm-project/lldb/source/API/ |
H A D | SBAttachInfo.cpp | 41 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() 136 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-return-value.cpp | 9 async, enumerator
|
H A D | unused-local-non-trivial-variable.cpp | 5 namespace async { namespace [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 85 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument 326 genDataOperandOperations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,mlir::acc::DataClause dataClause,bool structured,bool implicit,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,bool setDeclareAttr=false) genDataOperandOperations() argument 828 genPrivatizations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,llvm::SmallVector<mlir::Attribute> & privatizations,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes) genPrivatizations() argument 1404 genReductions(const Fortran::parser::AccObjectListWithReduction & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & reductionOperands,llvm::SmallVector<mlir::Attribute> & reductionRecipes,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes) genReductions() argument 1501 genAsyncClause(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Async * asyncClause,mlir::Value & async,bool & addAsyncAttr,Fortran::lower::StatementContext & stmtCtx) genAsyncClause() argument 1515 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 2125 genDataOperandOperationsWithModifier(const Clause * x,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,Fortran::parser::AccDataModifier::Modifier mod,llvm::SmallVectorImpl<mlir::Value> & dataClauseOperands,const mlir::acc::DataClause clause,const mlir::acc::DataClause clauseWithModifier,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,bool setDeclareAttr=false) genDataOperandOperationsWithModifier() argument 2159 dataClauseOperands, numGangs, numWorkers, vectorLength, async; createComputeOp() local 2520 async; genACCDataOp() local 2854 mlir::Value ifCond, async, waitDevnum; genACCEnterDataOp() local 2965 mlir::Value ifCond, async, waitDevnum; genACCExitDataOp() local 3328 mlir::Value ifCond, waitDevnum, async; genACC() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 29 void BalancedPartitioning::BPThreadPool::async(Func &&F) { async() function in BalancedPartitioning::BPThreadPool
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.h | 280 HandlePacketCallback async; // Function to call when inferior is running member
|
/llvm-project/mlir/utils/vscode/ |
H A D | package-lock.json | 465 "async": "^3.2.3", string 2116 "async": { object 2341 "async": "^3.2.3", string
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 3432 const bool async = attach_info.GetAsync(); Attach() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names.cpp | 7618 Pre(const parser::IoControlSpec::Asynchronous & async) Pre() argument
|