Lines Matching refs:IsUnallocated
265 if (operand_ != nullptr && operand_->IsUnallocated()) { in UsePosition()
557 DCHECK(!op->IsUnallocated()); in GetAssignedOperand()
896 DCHECK(!operand->IsUnallocated() && !operand->IsImmediate()); in SetSpillOperand()
1775 if (!output->IsUnallocated()) continue; in MeetConstraintsBefore()
1970 if (operand->IsUnallocated()) { in LiveRangeFor()
2009 if (!operand->IsUnallocated()) return nullptr; in Define()
2025 if (operand->IsUnallocated()) { in Use()
2058 if (output->IsUnallocated()) { in ProcessInstructions()
2137 if (input->IsUnallocated() && in ProcessInstructions()
2144 if (input->IsUnallocated()) { in ProcessInstructions()
2158 DCHECK_IMPLIES(temp->IsUnallocated(), in ProcessInstructions()
2162 if (temp->IsUnallocated()) { in ProcessInstructions()
2193 if (to.IsUnallocated()) { in ProcessInstructions()
2223 if (from.IsUnallocated()) { in ProcessInstructions()
2284 if (to.IsUnallocated() && in ProcessPhis()
3553 DCHECK(!assigned.IsUnallocated()); in CommitAssignment()