Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1398 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::RegisterAllocationData
1681 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock()
1738 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter()
1766 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore()
1782 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore()
1822 MoveOperands* move = data()->AddGapMove( in ResolvePhis()
3846 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow()
4005 data()->AddGapMove(spill_block->first_instruction_index(), in CommitSpillsInDeferredBlocks()
Dregister-allocator.h824 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
/external/v8/src/crankshaft/
Dlithium.cc385 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove() function in v8::internal::LChunk
Dlithium.h653 void AddGapMove(int index, LOperand* from, LOperand* to);
Dlithium-allocator.cc801 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
1041 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()