Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1801 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local
1803 input_vreg); in MeetConstraintsBefore()
1811 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local
1813 input_vreg); in MeetConstraintsBefore()
1814 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore()
1829 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local
1831 input_vreg); in MeetConstraintsBefore()
1837 if (code()->IsReference(input_vreg) && !code()->IsReference(output_vreg)) { in MeetConstraintsBefore()
Dmid-tier-register-allocator.cc1367 VirtualRegisterData& input_vreg,
2544 int input_vreg = input_vreg_data.vreg(); in AllocateSameInputOutput() local
2562 UnallocatedOperand fixed_input(policy, ToRegCode(reg, rep), input_vreg); in AllocateSameInputOutput()
2575 UnallocatedOperand::REGISTER_OR_SLOT_OR_CONSTANT, input_vreg); in AllocateSameInputOutput()