Home
last modified time | relevance | path

Searched refs:IsUnallocated (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dlocations.h372 bool IsUnallocated() const { in IsUnallocated() function
406 DCHECK(IsUnallocated()); in GetPolicy()
575 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
594 DCHECK(temps_[at].IsUnallocated() || temps_[at].IsInvalid()); in SetTempAt()
689 && output_.IsUnallocated() in OutputUsesSameAs()
Dregister_allocation_resolver.cc131 if (location.IsUnallocated()) { in Resolve()
133 if (locations->InAt(0).IsUnallocated()) { in Resolve()
346 if (expected_location.IsUnallocated()) { in ConnectSiblings()
Dregister_allocator_linear_scan.cc330 DCHECK(temp.IsUnallocated()); in CheckForTempLiveIntervals()
427 if (output.IsUnallocated() && output.GetPolicy() == Location::kSameAsFirstInput) { in CheckForFixedOutput()
460 DCHECK(output.IsUnallocated() || output.IsConstant()); in CheckForFixedOutput()
728 if (!locations->OutputCanOverlapWithInputs() && locations->Out().IsUnallocated()) { in TryAllocateFreeReg()
Dssa_liveness_analysis.cc457 if (out.IsUnallocated() && out.GetPolicy() == Location::kSameAsFirstInput) { in FindHintAtDefinition()
Dssa_liveness_analysis.h145 return location.IsUnallocated() && location.RequiresRegisterKind(); in RequiresRegister()
959 if (location.IsUnallocated()) { in DefinitionRequiresRegister()
Dcode_generator.cc74 || (location.IsUnallocated() && (location.GetPolicy() == Location::kRequiresFpuRegister))) { in CheckType()
77 (location.IsUnallocated() && (location.GetPolicy() == Location::kRequiresRegister))) { in CheckType()
114 if (locations->Out().IsUnallocated() in CheckTypeConsistency()
Dgraph_visualizer.cc347 } else if (location.IsUnallocated()) { in DumpLocation()