Searched refs:replace_stmt (Results 1 – 4 of 4) sorted by relevance
/external/leveldb/benchmarks/ |
D | db_bench_sqlite3.cc | 506 sqlite3_stmt *replace_stmt, *begin_trans_stmt, *end_trans_stmt; in Write() local 518 status = sqlite3_prepare_v2(db_, replace_str.c_str(), -1, &replace_stmt, in Write() 549 status = sqlite3_bind_blob(replace_stmt, 1, key, 16, SQLITE_STATIC); in Write() 551 status = sqlite3_bind_blob(replace_stmt, 2, value, value_size, in Write() 557 status = sqlite3_step(replace_stmt); in Write() 561 status = sqlite3_clear_bindings(replace_stmt); in Write() 563 status = sqlite3_reset(replace_stmt); in Write() 578 status = sqlite3_finalize(replace_stmt); in Write()
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | loopnest.cpp | 614 b->replace_stmt(f, IRSimplifier::simplify(new_f)); in vectorize() 1383 par->replace_stmt(for_to_split, alloc<Block>(split_loops)); in optimizeConditionals() 2142 root->replace_stmt(before, newInner); in reorderAxis() 2202 parent->replace_stmt(loops.front(), empty_block); in reorder() 2217 parent->replace_stmt(empty_block, result.front()); in reorder() 2327 p->replace_stmt(f, *unrolled); in fullUnroll() 3189 bb->replace_stmt(f, new_f); in computeAt() 3355 ->replace_stmt(st, st->accept_mutator(&rfac_rewriter)); in rfactor()
|
D | stmt.h | 140 bool replace_stmt(const StmtPtr& old_stmt, StmtPtr new_stmt) { in replace_stmt() function
|
D | cuda_codegen.cpp | 580 v->replace_stmt(stmt, stmt_new); in mutate()
|