Searched refs:AddGapMove (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-jump-threading.cc | 60 AddGapMove(index, AllocatedOperand(LocationOperand::REGISTER, in RedundantMoves() 69 AddGapMove(index, ConstantOperand(11), in NonRedundantMoves() 99 void AddGapMove(int index, const InstructionOperand& from, in AddGapMove() function in v8::internal::compiler::TestCode
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1393 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::RegisterAllocationData 1674 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock() 1731 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter() 1759 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore() 1775 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore() 1815 MoveOperands* move = data()->AddGapMove( in ResolvePhis() 3603 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow() 3764 data()->AddGapMove(spill_block->first_instruction_index(), in CommitSpillsInDeferredBlocks()
|
D | register-allocator.h | 807 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()
|