Home
last modified time | relevance | path

Searched refs:input_copy (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1802 UnallocatedOperand input_copy(UnallocatedOperand::REGISTER_OR_SLOT, in MeetConstraintsBefore() local
1805 data()->AddGapMove(instr_index, Instruction::END, input_copy, *slot); in MeetConstraintsBefore()
1812 UnallocatedOperand input_copy(UnallocatedOperand::REGISTER_OR_SLOT, in MeetConstraintsBefore() local
1816 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore()
1830 UnallocatedOperand input_copy(UnallocatedOperand::REGISTER_OR_SLOT, in MeetConstraintsBefore() local
1835 input_copy, *cur_input); in MeetConstraintsBefore()
Dmid-tier-register-allocator.cc2393 UnallocatedOperand input_copy( in AllocateInput() local
2401 data_->AddGapMove(instr_index, Instruction::END, input_copy, *operand); in AllocateInput()