Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h78 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 Dacc-wait.f906 integer :: async = 1 local
H A Dacc-update.f906 integer :: async = 1 local
H A Dacc-exit-data.f906 integer :: async = 1 local
H A Dacc-kernels.f908 integer :: async = 1 local
H A Dacc-serial.f9028 integer :: async = 1 local
H A Dacc-parallel.f9028 integer :: async = 1 local
[all...]
H A Dacc-kernels-loop.f908 integer :: async = 1 local
H A Dacc-serial-loop.f9029 integer :: async = 1 local
H A Dacc-parallel-loop.f9010 integer :: async = 1 local
H A Dacc-enter-data.f906 integer :: async = 1 local
/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp41 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 Dunused-return-value.cpp9 async, enumerator
H A Dunused-local-non-trivial-variable.cpp5 namespace async { namespace
[all...]
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp85 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 DBalancedPartitioning.cpp29 void BalancedPartitioning::BPThreadPool::async(Func &&F) { async() function in BalancedPartitioning::BPThreadPool
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.h280 HandlePacketCallback async; // Function to call when inferior is running member
/llvm-project/mlir/utils/vscode/
H A Dpackage-lock.json465 "async": "^3.2.3", string
2116 "async": { object
2341 "async": "^3.2.3", string
/llvm-project/lldb/source/Target/
H A DTarget.cpp3432 const bool async = attach_info.GetAsync(); Attach() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp7618 Pre(const parser::IoControlSpec::Asynchronous & async) Pre() argument