Lines Matching refs:IsUnallocated
37 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()
48 return hint_ != NULL && !hint_->IsUnallocated(); in HasHint()
141 DCHECK(!operand->IsUnallocated()); in SetSpillOperand()
217 DCHECK(!op->IsUnallocated()); in CreateAssignedOperand()
671 if (!operand->IsUnallocated()) return NULL; in LookupPhi()
682 if (operand->IsUnallocated()) { in LiveRangeFor()
708 if (operand->IsUnallocated()) { in Define()
721 if (operand->IsUnallocated()) { in Use()
735 if (from->IsUnallocated()) { in AddConstraintsGapMove()
740 if (cur_to->IsUnallocated()) { in AddConstraintsGapMove()
913 if (to->IsUnallocated()) { in ProcessInstructions()
926 if (from->IsUnallocated()) { in ProcessInstructions()
937 if (output->IsUnallocated()) { in ProcessInstructions()
973 if (input->IsUnallocated() && in ProcessInstructions()
981 if (input->IsUnallocated()) { in ProcessInstructions()
990 if (temp->IsUnallocated()) { in ProcessInstructions()
1000 if (temp->IsUnallocated()) { in ProcessInstructions()
1291 if (to->IsUnallocated() && in BuildLiveRanges()