Searched refs:AddGapMove (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.h | 49 MoveOperands* AddGapMove(int instr_index, Instruction::GapPosition position,
|
D | mid-tier-register-allocator.cc | 142 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()
|
D | spill-placer.cc | 475 data()->AddGapMove(successor->first_instruction_index(), in CommitSpill()
|
D | register-allocator.cc | 1363 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()
|
D | register-allocator.h | 313 MoveOperands* AddGapMove(int index, Instruction::GapPosition position,
|