Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc60 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/
Dregister-allocator.cc1393 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()
Dregister-allocator.h807 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
/external/v8/src/crankshaft/
Dlithium.cc384 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.cc800 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
1040 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()