HomeSort by relevance Sort by last modified time
    Searched refs:ParallelMove (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
gap-resolver.h 33 void Resolve(ParallelMove* parallel_move);
38 void PerformMove(ParallelMove* moves, MoveOperands* move);
move-optimizer.h 37 void CompressMoves(ParallelMove* left, MoveOpVector* right);
move-optimizer.cc 118 ParallelMove* moves = instr->parallel_moves()[i];
170 ParallelMove* moves = instruction->parallel_moves()[0];
215 ParallelMove* from_moves = from->parallel_moves()[0];
275 ParallelMove to_move(local_zone());
286 ParallelMove* dest =
296 void MoveOptimizer::CompressMoves(ParallelMove* left, MoveOpVector* right) {
341 ParallelMove* first =
343 ParallelMove* last =
476 ParallelMove* moves = instr->GetOrCreateParallelMove(
528 ParallelMove* parallel_moves = instr->parallel_moves()[0]
    [all...]
gap-resolver.cc 26 ParallelMove* moves) {
81 void GapResolver::Resolve(ParallelMove* moves) {
129 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) {
register-allocator-verifier.cc 35 const ParallelMove* moves = instr->GetParallelMove(inner_pos);
276 const ParallelMove* first =
279 const ParallelMove* last =
284 void BlockAssessments::PerformParallelMoves(const ParallelMove* moves) {
instruction.h 730 class V8_EXPORT_PRIVATE ParallelMove final
734 explicit ParallelMove(Zone* zone) : ZoneVector<MoveOperands*>(zone) {
754 // Prepare this ParallelMove to insert move as if it happened in a subsequent
755 // ParallelMove. move->source() may be changed. Any MoveOperands added to
761 DISALLOW_COPY_AND_ASSIGN(ParallelMove);
767 const ParallelMove* parallel_move_;
928 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) {
930 parallel_moves_[pos] = new (zone) ParallelMove(zone);
935 ParallelMove* GetParallelMove(GapPosition pos) {
939 const ParallelMove* GetParallelMove(GapPosition pos) const
    [all...]
register-allocator-verifier.h 151 void PerformParallelMoves(const ParallelMove* moves);
instruction.cc 279 bool ParallelMove::IsRedundant() const {
286 void ParallelMove::PrepareInsertAfter(
296 // insert it into this ParallelMove.
382 const ParallelMove& pm = *printable.parallel_move_;
    [all...]
code-generator.cc 506 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos);
772 ParallelMove* move = instr->GetParallelMove(inner_pos);
    [all...]
register-allocator.cc 241 typedef std::pair<ParallelMove*, InstructionOperand> DelayedInsertionMapKey;
870 ParallelMove* move =
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 923 milliseconds