Searched refs:move_operands (Results 1 – 15 of 15) sorted by relevance
95 InterpreterState::Moves moves(pm->move_operands()->begin(), in AssembleParallelMove()96 pm->move_operands()->end()); in AssembleParallelMove()
290 const ZoneList<MoveOperands>* move_operands = move->move_operands(); in TEST() local291 CHECK_EQ(1, move_operands->length()); in TEST()292 MoveOperands* cur = &move_operands->at(0); in TEST()
716 const ZoneList<MoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local717 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()718 MoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()963 const ZoneList<MoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local964 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()965 MoveOperands* cur = &move_operands->at(i); in ProcessInstructions()1313 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()1314 InstructionOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()1317 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
41 ZoneList<MoveOperands>* moves = parallel_move->move_operands(); in Resolve()
115 for (ZoneList<MoveOperands>::iterator move = pm.move_operands()->begin(); in operator <<()116 move != pm.move_operands()->end(); ++move) { in operator <<()
357 ZoneList<MoveOperands>* move_operands() { return &move_operands_; } in INSTRUCTION_OPERAND_LIST()358 const ZoneList<MoveOperands>* move_operands() const { in INSTRUCTION_OPERAND_LIST()
735 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local736 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()737 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()898 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local899 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()900 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()1288 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()1289 LOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()1292 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
346 ZoneList<LMoveOperands>* move_operands() { return &move_operands_; } in LITHIUM_OPERAND_LIST()
75 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
51 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()