Searched refs:move_operands (Results 1 – 5 of 5) sorted by relevance
757 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local758 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()759 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()907 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local908 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()909 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()1244 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()1245 LOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()1247 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
397 const ZoneList<LMoveOperands>* move_operands() const { in move_operands() function
80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()