HomeSort by relevance Sort by last modified time
    Searched refs:Eliminate (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/compiler/
gap-resolver.cc 79 move->Eliminate();
91 move->Eliminate();
101 move->Eliminate();
move-optimizer.cc 75 move->Eliminate();
134 // Eliminate dead moves.
136 to_eliminate->Eliminate();
283 move->Eliminate();
344 load->Eliminate();
  /external/v8/src/crankshaft/
hydrogen-sce.cc 23 block->loop_information()->stack_check()->Eliminate();
lithium.h 304 void Eliminate() { source_ = destination_ = NULL; }
  /art/compiler/optimizing/
parallel_move_resolver.cc 72 // Eliminate the move, in case following moves need a scratch register.
73 move->Eliminate();
132 move->Eliminate();
188 move->Eliminate();
222 move->Eliminate();
237 move->Eliminate();
332 move->Eliminate();
350 move->Eliminate();
412 // to become a no-op, so we can safely eliminate it. Consider for example
420 move->Eliminate();
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator.h 66 // This is the Eliminate operation, i.e., construct the linear system
169 // this function before calling Eliminate or BackSubstitute. It is
188 virtual void Eliminate(const BlockSparseMatrix* A,
229 virtual void Eliminate(const BlockSparseMatrix* A,
242 // efficiently eliminate a whole chunk out of the least squares
schur_jacobi_preconditioner.cc 95 // SchurEliminator::Eliminate function to allow NULL for the rhs. As
101 eliminator_->Eliminate(&A, b.data(), D, m_.get(), rhs.data());
implicit_schur_complement_test.cc 97 eliminator->Eliminate(A_.get(), b_.get(), D, &blhs, rhs->data());
schur_eliminator_test.cc 157 eliminator->Eliminate(A.get(), b.get(), diagonal.data(), &lhs, rhs.data());
schur_complement_solver.cc 80 eliminator_->Eliminate(A, b, per_solve_options.D, lhs_.get(), rhs_.get());
81 event_logger.AddEvent("Eliminate");
visibility_based_preconditioner.cc 354 // SchurEliminator::Eliminate function to allow NULL for the rhs. As
360 eliminator_->Eliminate(&A, b.data(), D, m_.get(), rhs.data());
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 38 (* Eliminate Common SubExpressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 38 (* Eliminate Common SubExpressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 38 (* Eliminate Common SubExpressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 42 (* Eliminate Common SubExpressions. *)
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 104 moves_[index].Eliminate();
233 moves_[index].Eliminate();
301 moves_[index].Eliminate();
  /system/bt/doc/
directory_layout.md 28 * utils - **Deprecated** *Bluetooth utilities* - Eliminate.
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 134 @ Eliminate values smaller than RSUM_CSUM_THRESH
165 @ Eliminate values smaller than RSUM_CSUM_THRESH >> 2
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 174 moves_[index].Eliminate();
294 moves_[index].Eliminate();
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 173 moves_[index].Eliminate();
289 // The move has been emitted, we can eliminate it.
290 moves_[index].Eliminate();
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 158 moves_[index].Eliminate();
292 moves_[index].Eliminate();
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 158 moves_[index].Eliminate();
293 moves_[index].Eliminate();
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 160 moves_[index].Eliminate();
281 moves_[index].Eliminate();
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 154 moves_[index].Eliminate();
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 153 moves_[index].Eliminate();

Completed in 527 milliseconds

1 2