Home
last modified time | relevance | path

Searched refs:SameRegisterKind (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc391 DCHECK(SameRegisterKind(phi_location)); in FindFirstRegisterHint()
423 DCHECK(SameRegisterKind(expected)); in FindFirstRegisterHint()
449 DCHECK(SameRegisterKind(input_location)); in FindHintAtDefinition()
466 DCHECK(SameRegisterKind(location)); in FindHintAtDefinition()
475 bool LiveInterval::SameRegisterKind(Location other) const { in SameRegisterKind() function in art::LiveInterval
Dssa_liveness_analysis.h809 bool SameRegisterKind(Location other) const;
810 bool SameRegisterKind(const LiveInterval& other) const { in SameRegisterKind() function
891 && interval->SameRegisterKind(*this) in IsUsingInputRegister()
921 && interval->SameRegisterKind(*this) in CanUseInputRegister()
Dregister_allocator_linear_scan.cc646 if (interval->HasRegister() && interval->SameRegisterKind(*current)) { in TryAllocateFreeReg()
Dregister_allocator_graph_color.cc1174 DCHECK(input_interval->SameRegisterKind(*output_interval)); in CheckInputOutputCanOverlap()