Home
last modified time | relevance | path

Searched refs:AddGapMove (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc1393 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()
Dregister-allocator.h812 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,