Searched refs:AddGapMove (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 1394 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::RegisterAllocationData 1677 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock() 1734 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter() 1762 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore() 1778 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore() 1818 MoveOperands* move = data()->AddGapMove( in ResolvePhis() 3814 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow() 3973 data()->AddGapMove(spill_block->first_instruction_index(), in CommitSpillsInDeferredBlocks()
|
D | register-allocator.h | 824 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 384 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove() function in v8::internal::LChunk
|
D | lithium.h | 653 void AddGapMove(int index, LOperand* from, LOperand* to);
|
D | lithium-allocator.cc | 800 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween() 1040 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()
|