Home
last modified time | relevance | path

Searched refs:IsFloatingPoint (Results 1 – 5 of 5) sorted by relevance

/art/cmdline/detail/
Dcmdline_parser_detail.h48 template <typename TLeft, typename TRight = TLeft, bool IsFloatingPoint = false>
/art/compiler/optimizing/
Dssa_liveness_analysis.cc319 if (IsFloatingPoint()) { in DumpWithContext()
476 if (IsFloatingPoint()) { in SameRegisterKind()
508 if (IsFloatingPoint()) { in ToLocation()
Dssa_liveness_analysis.h795 bool IsFloatingPoint() const { in IsFloatingPoint() function
811 return IsFloatingPoint() == other.IsFloatingPoint(); in SameRegisterKind()
Dregister_allocator_linear_scan.cc467 if (interval->IsFloatingPoint()) { in DumpInterval()
Dregister_allocator_graph_color.cc1102 to->GetInterval()->IsFloatingPoint() ? register_allocator_->physical_fp_nodes_ in AddPotentialInterference()