Lines Matching refs:LUnallocated
38 LUnallocated* unalloc = LUnallocated::cast(operand_); in UsePosition()
219 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE); in CreateAssignedOperand()
594 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed()
672 int index = LUnallocated::cast(operand)->virtual_register(); in LookupPhi()
683 return LiveRangeFor(LUnallocated::cast(operand)->virtual_register()); in LiveRangeFor()
709 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Define()
722 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Use()
741 if (LUnallocated::cast(cur_to)->virtual_register() == in AddConstraintsGapMove()
742 LUnallocated::cast(from)->virtual_register()) { in AddConstraintsGapMove()
776 LUnallocated* temp = LUnallocated::cast(it.Current()); in MeetConstraintsBetween()
785 LUnallocated* first_output = LUnallocated::cast(first->Output()); in MeetConstraintsBetween()
789 LUnallocated* output_copy = first_output->CopyUnconstrained( in MeetConstraintsBetween()
821 LUnallocated* cur_input = LUnallocated::cast(it.Current()); in MeetConstraintsBetween()
823 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
833 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
853 LUnallocated* second_output = LUnallocated::cast(second->Output()); in MeetConstraintsBetween()
855 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); in MeetConstraintsBetween()
859 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
914 if (live->Contains(LUnallocated::cast(to)->virtual_register())) { in ProcessInstructions()
916 live->Remove(LUnallocated::cast(to)->virtual_register()); in ProcessInstructions()
927 live->Add(LUnallocated::cast(from)->virtual_register()); in ProcessInstructions()
938 live->Remove(LUnallocated::cast(output)->virtual_register()); in ProcessInstructions()
974 LUnallocated::cast(input)->IsUsedAtStart()) { in ProcessInstructions()
982 live->Add(LUnallocated::cast(input)->virtual_register()); in ProcessInstructions()
991 LUnallocated* temp_unalloc = LUnallocated::cast(temp); in ProcessInstructions()
1001 LUnallocated* temp_unalloc = LUnallocated::cast(temp); in ProcessInstructions()
1021 LUnallocated* phi_operand = in ResolvePhis()
1022 new (chunk()->zone()) LUnallocated(LUnallocated::NONE); in ResolvePhis()
1032 LUnallocated* unalloc = in ResolvePhis()
1033 new(chunk()->zone()) LUnallocated(LUnallocated::ANY); in ResolvePhis()
1292 LUnallocated::cast(to)->virtual_register() == phi->id()) { in BuildLiveRanges()