Lines Matching refs:LUnallocated

35     LUnallocated* unalloc = LUnallocated::cast(operand_);  in UsePosition()
216 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE); in CreateAssignedOperand()
593 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed()
671 int index = LUnallocated::cast(operand)->virtual_register(); in LookupPhi()
682 return LiveRangeFor(LUnallocated::cast(operand)->virtual_register()); in LiveRangeFor()
708 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Define()
721 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Use()
740 if (LUnallocated::cast(cur_to)->virtual_register() == in AddConstraintsGapMove()
741 LUnallocated::cast(from)->virtual_register()) { in AddConstraintsGapMove()
775 LUnallocated* temp = LUnallocated::cast(it.Current()); in MeetConstraintsBetween()
784 LUnallocated* first_output = LUnallocated::cast(first->Output()); in MeetConstraintsBetween()
788 LUnallocated* output_copy = first_output->CopyUnconstrained( in MeetConstraintsBetween()
820 LUnallocated* cur_input = LUnallocated::cast(it.Current()); in MeetConstraintsBetween()
822 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
832 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
852 LUnallocated* second_output = LUnallocated::cast(second->Output()); in MeetConstraintsBetween()
854 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); in MeetConstraintsBetween()
858 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween()
913 if (live->Contains(LUnallocated::cast(to)->virtual_register())) { in ProcessInstructions()
915 live->Remove(LUnallocated::cast(to)->virtual_register()); in ProcessInstructions()
926 live->Add(LUnallocated::cast(from)->virtual_register()); in ProcessInstructions()
937 live->Remove(LUnallocated::cast(output)->virtual_register()); in ProcessInstructions()
971 LUnallocated::cast(input)->IsUsedAtStart()) { in ProcessInstructions()
979 live->Add(LUnallocated::cast(input)->virtual_register()); in ProcessInstructions()
988 LUnallocated* temp_unalloc = LUnallocated::cast(temp); in ProcessInstructions()
998 LUnallocated* temp_unalloc = LUnallocated::cast(temp); in ProcessInstructions()
1018 LUnallocated* phi_operand = in ResolvePhis()
1019 new (chunk()->zone()) LUnallocated(LUnallocated::NONE); in ResolvePhis()
1029 LUnallocated* unalloc = in ResolvePhis()
1030 new(chunk()->zone()) LUnallocated(LUnallocated::ANY); in ResolvePhis()
1291 LUnallocated::cast(to)->virtual_register() == phi->id()) { in BuildLiveRanges()