Searched refs:input_copy (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 1802 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()
|
D | mid-tier-register-allocator.cc | 2393 UnallocatedOperand input_copy( in AllocateInput() local 2401 data_->AddGapMove(instr_index, Instruction::END, input_copy, *operand); in AllocateInput()
|