Home
last modified time | relevance | path

Searched refs:executeOp (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp162 OpBuilder builder(executeOp); in addExecuteResults()
165 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
171 executeOp.getOperation()->replaceAllUsesWith( in addExecuteResults()
173 executeOp.erase(); in addExecuteResults()
184 void operator()(async::ExecuteOp executeOp) { in operator ()()
208 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
248 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
251 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
279 if (executeOp && areAllUsersExecuteOrAwait(executeOp.token()) && in addAsyncDependencyAfter()
290 void operator()(async::ExecuteOp executeOp) { in operator ()()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp162 OpBuilder builder(executeOp); in addExecuteResults()
165 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
171 executeOp.getOperation()->replaceAllUsesWith( in addExecuteResults()
173 executeOp.erase(); in addExecuteResults()
184 void operator()(async::ExecuteOp executeOp) { in operator ()()
208 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
248 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
251 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
279 if (executeOp && areAllUsersExecuteOrAwait(executeOp.token()) && in addAsyncDependencyAfter()
290 void operator()(async::ExecuteOp executeOp) { in operator ()()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp162 OpBuilder builder(executeOp); in addExecuteResults()
165 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
171 executeOp.getOperation()->replaceAllUsesWith( in addExecuteResults()
173 executeOp.erase(); in addExecuteResults()
184 void operator()(async::ExecuteOp executeOp) { in operator ()()
208 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
248 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
251 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
279 if (executeOp && areAllUsersExecuteOrAwait(executeOp.token()) && in addAsyncDependencyAfter()
290 void operator()(async::ExecuteOp executeOp) { in operator ()()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp162 OpBuilder builder(executeOp); in addExecuteResults()
165 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
171 executeOp.getOperation()->replaceAllUsesWith( in addExecuteResults()
173 executeOp.erase(); in addExecuteResults()
184 void operator()(async::ExecuteOp executeOp) { in operator ()()
208 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
248 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
251 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
279 if (executeOp && areAllUsersExecuteOrAwait(executeOp.token()) && in addAsyncDependencyAfter()
290 void operator()(async::ExecuteOp executeOp) { in operator ()()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp127 void operator()(async::ExecuteOp executeOp) { in operator ()()
128 if (!areAllUsersExecuteOrAwait(executeOp.token())) in operator ()()
179 OpBuilder builder(executeOp); in addAsyncTokenResults()
186 executeOp.dependencies(), executeOp.operands()); in addAsyncTokenResults()
192 executeOp.getOperation()->replaceAllUsesWith( in addAsyncTokenResults()
194 executeOp.erase(); in addAsyncTokenResults()
195 executeOp = newOp; in addAsyncTokenResults()
198 return executeOp.getResults().take_back(count); in addAsyncTokenResults()
230 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
233 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp127 void operator()(async::ExecuteOp executeOp) { in operator ()()
128 if (!areAllUsersExecuteOrAwait(executeOp.token())) in operator ()()
179 OpBuilder builder(executeOp); in addAsyncTokenResults()
186 executeOp.dependencies(), executeOp.operands()); in addAsyncTokenResults()
192 executeOp.getOperation()->replaceAllUsesWith( in addAsyncTokenResults()
194 executeOp.erase(); in addAsyncTokenResults()
195 executeOp = newOp; in addAsyncTokenResults()
198 return executeOp.getResults().take_back(count); in addAsyncTokenResults()
230 .Case<async::ExecuteOp>([&](auto executeOp) { in addAsyncDependencyAfter() argument
233 it = executeOp.getBody()->begin(); in addAsyncDependencyAfter()
[all …]
/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_op.hpp47 virtual int executeOp()=0;
63 virtual int executeOp();
76 virtual int executeOp();
94 virtual int executeOp();
113 virtual int executeOp();
131 virtual int executeOp();
H A Ddavix_op.cpp71 int GetOp::executeOp(){ in executeOp() function in Davix::GetOp
132 int PutOp::executeOp(){ in executeOp() function in Davix::PutOp
191 int DeleteOp::executeOp(){ in executeOp() function in Davix::DeleteOp
364 int ListOp::executeOp(){ in executeOp() function in Davix::ListOp
464 int ListppOp::executeOp(){ in executeOp() function in Davix::ListppOp
H A Ddavix_thread.cpp64 int ret = op->executeOp(); in run()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/server/namenode/
H A DNNThroughputBenchmark.java194 abstract long executeOp(int daemonId, int inputIdx, String arg1) throws IOException; in executeOp() method in NNThroughputBenchmark.OperationStatsBase
392 long stat = statsOp.executeOp(daemonId, idx, arg1); in benchmarkOne()
450 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.CleanAllStats
544 long executeOp(int daemonId, int inputIdx, String clientName) in executeOp() method in NNThroughputBenchmark.CreateFileStats
630 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.OpenFileStats
658 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.DeleteFileStats
699 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.RenameFileStats
951 long executeOp(int daemonId, int inputIdx, String ignore) throws IOException { in executeOp() method in NNThroughputBenchmark.BlockReportStats
1061 blockReportObject.executeOp(idx, 0, null);
1093 long executeOp(int daemonId, int inputIdx, String ignore) throws IOException {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DNNThroughputBenchmark.java422 long stat = statsOp.executeOp(daemonId, idx, arg1); in benchmarkOne()
485 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.CleanAllStats
587 long executeOp(int daemonId, int inputIdx, String clientName) in executeOp() method in NNThroughputBenchmark.CreateFileStats
685 long executeOp(int daemonId, int inputIdx, String clientName) in executeOp() method in NNThroughputBenchmark.MkdirsStats
773 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.OpenFileStats
803 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.DeleteFileStats
833 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.FileStatusStats
877 long executeOp(int daemonId, int inputIdx, String ignore) in executeOp() method in NNThroughputBenchmark.RenameFileStats
1183 long executeOp(int daemonId, int inputIdx, String ignore) throws IOException { in executeOp() method in NNThroughputBenchmark.BlockReportStats
1298 blockReportObject.executeOp(idx, 0, null);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp103 auto executeOp = op.getParentOfType<ExecuteOp>(); in verify() local
104 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp35 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
36 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp35 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
36 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp39 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
40 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp37 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
38 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp37 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
38 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp37 auto executeOp = op->getParentOfType<ExecuteOp>(); in verify() local
38 auto types = llvm::map_range(executeOp.results(), [](const OpResult &result) { in verify()
/dports/www/jitsi-meet/jitsi-meet/libs/
H A Dvideo-blur-effect.min.map1executeOp","executeOp$1","TensorArray","maxSize","elementShape","identicalElementShapes","dynamicS…