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 | 1312 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::RegisterAllocationData 1579 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock() 1636 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter() 1664 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore() 1680 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore() 1720 MoveOperands* move = data()->AddGapMove( in ResolvePhis() 3417 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow()
|
D | register-allocator.h | 803 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 392 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove() function in v8::internal::LChunk
|
D | lithium.h | 646 void AddGapMove(int index, LOperand* from, LOperand* to);
|
D | lithium-allocator.cc | 799 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween() 1039 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()
|