Searched refs:AddGapMove (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 1393 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::RegisterAllocationData 1682 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock() 1740 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter() 1769 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore() 1787 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore() 1828 MoveOperands* move = data()->AddGapMove( in ResolvePhis() 3832 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow() 3994 data()->AddGapMove(spill_block->first_instruction_index(), in CommitSpillsInDeferredBlocks()
|
D | register-allocator.h | 812 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|