Home | History | Annotate | Download | only in src

Lines Matching refs:LUnallocated

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