Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1774 UnallocatedOperand* cur_input = UnallocatedOperand::cast(input); in MeetConstraintsBefore() local
1775 if (cur_input->HasSlotPolicy()) { in MeetConstraintsBefore()
1777 data()->GetOrCreateLiveRangeFor(cur_input->virtual_register()); in MeetConstraintsBefore()
1801 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore()
1810 if (cur_input->HasFixedPolicy()) { in MeetConstraintsBefore()
1811 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore()
1815 AllocateFixed(cur_input, instr_index, is_tagged, true); in MeetConstraintsBefore()
1816 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore()
1826 UnallocatedOperand* cur_input = in MeetConstraintsBefore() local
1829 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore()
[all …]