Searched refs:LMoveOperands (Results 1 – 10 of 10) sorted by relevance
48 LMoveOperands move = moves_[i]; in Resolve()74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()76 LMoveOperands move = moves->at(i); in BuildInitialMoveList()106 LMoveOperands other_move = moves_[i]; in PerformMove()136 LMoveOperands other_move = moves_[i]; in PerformMove()309 LMoveOperands other_move = moves_[i]; in EmitSwap()
69 ZoneList<LMoveOperands> moves_;
61 void AddMove(LMoveOperands move);97 ZoneList<LMoveOperands> moves_;
52 LMoveOperands move = moves_[i]; in Resolve()79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()110 LMoveOperands other_move = moves_[i]; in PerformMove()140 LMoveOperands other_move = moves_[i]; in PerformMove()153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()463 LMoveOperands other_move = moves_[i]; in EmitSwap()
50 LMoveOperands move = moves_[i]; in Resolve()80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()82 LMoveOperands move = moves->at(i); in BuildInitialMoveList()119 LMoveOperands other_move = moves_[i]; in PerformMove()135 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
74 ZoneList<LMoveOperands> moves_;
49 LMoveOperands move = moves_[i]; in Resolve()79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()81 LMoveOperands move = moves->at(i); in BuildInitialMoveList()118 LMoveOperands other_move = moves_[i]; in PerformMove()134 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
208 class LMoveOperands BASE_EMBEDDED {210 LMoveOperands(LOperand* source, LOperand* destination) in LMoveOperands() function390 move_operands_.Add(LMoveOperands(from, to)); in AddMove()395 const ZoneList<LMoveOperands>* move_operands() const { in move_operands()402 ZoneList<LMoveOperands> move_operands_;
751 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove()753 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()905 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions()907 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()