Home
last modified time | relevance | path

Searched refs:asyncDispatch (Results 1 – 17 of 17) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/library-panels/components/LibraryPanelsView/
H A DLibraryPanelsView.tsx44 const asyncDispatch = useMemo(() => asyncDispatcher(dispatch), [dispatch]);
47 asyncDispatch(
59 [searchString, sortDirection, panelFilter, folderFilter, page, asyncDispatch]
62 asyncDispatch(deleteLibraryPanel(uid, { searchString, page, perPage }));
63 const onPageChange = (page: number) => asyncDispatch(changePage({ page }));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp94 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass()
96 this->asyncDispatch = asyncDispatch; in AsyncParallelForPass()
106 AsyncParallelForRewrite(MLIRContext *ctx, bool asyncDispatch, in AsyncParallelForRewrite()
108 : OpRewritePattern(ctx), asyncDispatch(asyncDispatch), in AsyncParallelForRewrite()
115 bool asyncDispatch; member
539 auto asyncDispatch = [&](OpBuilder &nestedBuilder, Location loc) { in doAsyncDispatch() local
562 b.create<scf::IfOp>(TypeRange(), isSingleBlock, syncDispatch, asyncDispatch); in doAsyncDispatch()
712 if (asyncDispatch) { in matchAndRewrite()
736 patterns.add<AsyncParallelForRewrite>(ctx, asyncDispatch, numWorkerThreads, in runOnOperation()
747 std::unique_ptr<Pass> mlir::createAsyncParallelForPass(bool asyncDispatch, in createAsyncParallelForPass() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp94 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass()
96 this->asyncDispatch = asyncDispatch; in AsyncParallelForPass()
106 AsyncParallelForRewrite(MLIRContext *ctx, bool asyncDispatch, in AsyncParallelForRewrite()
108 : OpRewritePattern(ctx), asyncDispatch(asyncDispatch), in AsyncParallelForRewrite()
115 bool asyncDispatch; member
541 auto asyncDispatch = [&](OpBuilder &nestedBuilder, Location loc) { in doAsyncDispatch() local
554 b.create<scf::IfOp>(TypeRange(), isSingleBlock, syncDispatch, asyncDispatch); in doAsyncDispatch()
707 if (asyncDispatch) { in matchAndRewrite()
731 patterns.add<AsyncParallelForRewrite>(ctx, asyncDispatch, numWorkerThreads, in runOnOperation()
743 mlir::createAsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in createAsyncParallelForPass() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp94 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass()
96 this->asyncDispatch = asyncDispatch; in AsyncParallelForPass()
106 AsyncParallelForRewrite(MLIRContext *ctx, bool asyncDispatch, in AsyncParallelForRewrite()
108 : OpRewritePattern(ctx), asyncDispatch(asyncDispatch), in AsyncParallelForRewrite()
115 bool asyncDispatch; member
541 auto asyncDispatch = [&](OpBuilder &nestedBuilder, Location loc) { in doAsyncDispatch() local
554 b.create<scf::IfOp>(TypeRange(), isSingleBlock, syncDispatch, asyncDispatch); in doAsyncDispatch()
707 if (asyncDispatch) { in matchAndRewrite()
731 patterns.add<AsyncParallelForRewrite>(ctx, asyncDispatch, numWorkerThreads, in runOnOperation()
743 mlir::createAsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in createAsyncParallelForPass() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp94 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass()
96 this->asyncDispatch = asyncDispatch; in AsyncParallelForPass()
106 AsyncParallelForRewrite(MLIRContext *ctx, bool asyncDispatch, in AsyncParallelForRewrite()
108 : OpRewritePattern(ctx), asyncDispatch(asyncDispatch), in AsyncParallelForRewrite()
115 bool asyncDispatch; member
541 auto asyncDispatch = [&](OpBuilder &nestedBuilder, Location loc) { in doAsyncDispatch() local
554 b.create<scf::IfOp>(TypeRange(), isSingleBlock, syncDispatch, asyncDispatch); in doAsyncDispatch()
707 if (asyncDispatch) { in matchAndRewrite()
731 patterns.add<AsyncParallelForRewrite>(ctx, asyncDispatch, numWorkerThreads, in runOnOperation()
743 mlir::createAsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in createAsyncParallelForPass() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/library-panels/components/DeleteLibraryPanelModal/
H A DDeleteLibraryPanelModal.tsx23 const asyncDispatch = useMemo(() => asyncDispatcher(dispatch), [dispatch]);
25 asyncDispatch(getConnectedDashboards(libraryPanel));
26 }, [asyncDispatch, libraryPanel]);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Async/
H A DPasses.h22 std::unique_ptr<Pass> createAsyncParallelForPass(bool asyncDispatch,
H A DPasses.td20 Option<"asyncDispatch", "async-dispatch",
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/
H A DPasses.h22 std::unique_ptr<Pass> createAsyncParallelForPass(bool asyncDispatch,
H A DPasses.td20 Option<"asyncDispatch", "async-dispatch",
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/
H A DPasses.h22 std::unique_ptr<Pass> createAsyncParallelForPass(bool asyncDispatch,
H A DPasses.td20 Option<"asyncDispatch", "async-dispatch",
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/
H A DPasses.h22 std::unique_ptr<Pass> createAsyncParallelForPass(bool asyncDispatch,
H A DPasses.td20 Option<"asyncDispatch", "async-dispatch",
/dports/lang/nim/nim-1.6.2/tests/async/
H A Dtestmanyasyncevents.nim9 import asyncDispatch
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D1293.0e38943fa459e872fe93.js.map1asyncDispatch = useMemo(() => asyncDispatcher(dispatch), [dispatch]);\n useEffect(() => {\n as…
H A DDashboardImport.0e38943fa459e872fe93.js.map1asyncDispatch = useMemo(() => asyncDispatcher(dispatch), [dispatch]);\n useEffect(() => {\n as…