Home
last modified time | relevance | path

Searched refs:AddMove (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.h36 void AddMove(LMoveOperands move);
Dlithium-gap-resolver-x87.cc59 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
130 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.h36 void AddMove(LMoveOperands move);
Dlithium-gap-resolver-ia32.cc58 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
129 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
/external/v8/src/compiler/
Dmove-optimizer.cc280 to_move.AddMove(move->source(), move->destination(), code_zone()); in MigrateMoves()
488 moves->AddMove(move->source(), move->destination()); in OptimizeMerge()
554 slot_1->AddMove(group_begin->destination(), load->destination()); in FinalizeMoves()
Dgap-resolver.cc77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
Dinstruction.h740 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE()
743 return AddMove(from, to, zone); in NON_EXPORTED_BASE()
746 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE()
Dregister-allocator.cc893 move->AddMove(*to_spill->operand, op); in CommitSpillMoves()
1403 return moves->AddMove(from, to); in AddGapMove()
3904 move->AddMove(prev_operand, cur_operand); in ConnectRanges()
/external/skia/gm/
Ddegeneratesegments.cpp38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM
213 AddMove, in onDraw()
/external/v8/src/crankshaft/
Dlithium-allocator.cc744 move->AddMove(cur.source(), to, chunk()->zone()); in AddConstraintsGapMove()
750 move->AddMove(from, to, chunk()->zone()); in AddConstraintsGapMove()
814 move->AddMove(first_output, range->GetSpillOperand(), in MeetConstraintsBetween()
1067 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis()
1172 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow()
1222 move->AddMove(prev_operand, cur_operand, in ConnectRanges()
Dlithium.cc387 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
Dlithium.h352 void AddMove(LOperand* from, LOperand* to, Zone* zone) { in LITHIUM_OPERAND_LIST()