Home | History | Annotate | Download | only in compiler

Lines Matching refs:instr_index

1596 void ConstraintBuilder::MeetConstraintsAfter(int instr_index) {
1597 Instruction* first = code()->InstructionAt(instr_index);
1601 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false);
1609 range->SetSpillStartIndex(instr_index + 1);
1626 AllocateFixed(first_output, instr_index, is_tagged);
1633 range->SetSpillStartIndex(instr_index + 1);
1636 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output,
1642 range->RecordSpillLocation(allocation_zone(), instr_index + 1,
1644 range->SetSpillStartIndex(instr_index + 1);
1650 void ConstraintBuilder::MeetConstraintsBefore(int instr_index) {
1651 Instruction* second = code()->InstructionAt(instr_index);
1663 AllocateFixed(cur_input, instr_index, is_tagged);
1664 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input);
1680 MoveOperands* gap_move = data()->AddGapMove(instr_index, Instruction::END,