Searched refs:move_operands (Results 1 – 6 of 6) sorted by relevance
751 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local752 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()753 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()905 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local906 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()907 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()1274 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()1275 LOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()1278 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
395 const ZoneList<LMoveOperands>* move_operands() const { in move_operands() function
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()