Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h49 MoveOperands* AddGapMove(int instr_index, Instruction::GapPosition position,
Dmid-tier-register-allocator.cc142 MoveOperands* MidTierRegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::MidTierRegisterAllocationData
152 return AddGapMove(instr_index, position, PendingOperand(), PendingOperand()); in AddPendingOperandGapMove()
681 data->AddGapMove(instr_index, Instruction::END, *spill_operand(), in EmitGapMoveToInputFromSpillSlot()
696 data->AddGapMove(instr_index, Instruction::START, from_operand, in EmitGapMoveToSpillSlot()
2049 data_->AddGapMove(successor->first_instruction_index(), in EmitGapMoveFromOutput()
2053 data_->AddGapMove(instr_index + 1, Instruction::START, from, to); in EmitGapMoveFromOutput()
2372 data_->AddGapMove(instr_index, Instruction::END, from, to); in AllocateUseWithMove()
2401 data_->AddGapMove(instr_index, Instruction::END, input_copy, *operand); in AllocateInput()
2576 MoveOperands* move_ops = data_->AddGapMove( in AllocateSameInputOutput()
Dspill-placer.cc475 data()->AddGapMove(successor->first_instruction_index(), in CommitSpill()
Dregister-allocator.cc1363 MoveOperands* TopTierRegisterAllocationData::AddGapMove( in AddGapMove() function in v8::internal::compiler::TopTierRegisterAllocationData
1695 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock()
1752 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output, in MeetConstraintsAfter()
1805 data()->AddGapMove(instr_index, Instruction::END, input_copy, *slot); in MeetConstraintsBefore()
1816 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore()
1834 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END, in MeetConstraintsBefore()
1867 MoveOperands* move = data()->AddGapMove( in ResolvePhis()
5004 data()->AddGapMove(gap_index, position, pred_op, cur_op); in ResolveControlFlow()
5166 data()->AddGapMove(spill_block->first_instruction_index(), in CommitSpillsInDeferredBlocks()
Dregister-allocator.h313 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,