Home
last modified time | relevance | path

Searched refs:move_operands (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc95 InterpreterState::Moves moves(pm->move_operands()->begin(), in AssembleParallelMove()
96 pm->move_operands()->end()); in AssembleParallelMove()
Dtest-instruction.cc290 const ZoneList<MoveOperands>* move_operands = move->move_operands(); in TEST() local
291 CHECK_EQ(1, move_operands->length()); in TEST()
292 MoveOperands* cur = &move_operands->at(0); in TEST()
/external/v8/src/compiler/
Dregister-allocator.cc716 const ZoneList<MoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local
717 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() local
964 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()
Dgap-resolver.cc41 ZoneList<MoveOperands>* moves = parallel_move->move_operands(); in Resolve()
Dinstruction.cc115 for (ZoneList<MoveOperands>::iterator move = pm.move_operands()->begin(); in operator <<()
116 move != pm.move_operands()->end(); ++move) { in operator <<()
Dinstruction.h357 ZoneList<MoveOperands>* move_operands() { return &move_operands_; } in INSTRUCTION_OPERAND_LIST()
358 const ZoneList<MoveOperands>* move_operands() const { in INSTRUCTION_OPERAND_LIST()
/external/v8/src/
Dlithium-allocator.cc735 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local
736 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() local
899 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()
Dlithium.h346 ZoneList<LMoveOperands>* move_operands() { return &move_operands_; } in LITHIUM_OPERAND_LIST()
/external/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc75 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc51 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/x87/
Dlithium-gap-resolver-x87.cc56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()