Home
last modified time | relevance | path

Searched refs:kFloat32 (Results 26 – 33 of 33) sorted by relevance

12

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc613 LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kFloat32); in RegisterAllocatorGraphColor()
1963 case DataType::Type::kFloat32: in AllocateSpillSlots()
Dnodes.cc1563 case DataType::Type::kFloat32: in TryStaticEvaluation()
1583 case DataType::Type::kFloat32: in TryStaticEvaluation()
1633 case DataType::Type::kFloat32: in TryStaticEvaluation()
Dssa_liveness_analysis.h796 return type_ == DataType::Type::kFloat32 || type_ == DataType::Type::kFloat64; in IsFloatingPoint()
Dinduction_var_analysis_test.cc166 parameter_, subscript, float_constant0_, DataType::Type::kFloat32, 0), d); in InsertArrayStore()
Dnodes.h1962 case DataType::Type::kFloat32: shift = 7; break; in TypeFlag()
2875 (GetType() == DataType::Type::kInt32 && new_type == DataType::Type::kFloat32) || in SetType()
3150 : HConstant(kFloatConstant, DataType::Type::kFloat32, dex_pc), in HConstant() argument
3154 : HConstant(kFloatConstant, DataType::Type::kFloat32, dex_pc), in HConstant() argument
6181 return ((value_type == DataType::Type::kFloat32) || (value_type == DataType::Type::kFloat64)) in GetComponentType()
Dinduction_var_analysis.cc1227 case DataType::Type::kFloat32: constant = graph_->GetFloatConstant(value); break; in CreateConstant()
Dinduction_var_range.cc1146 if (info->type == DataType::Type::kFloat32 || info->type == DataType::Type::kFloat64) { in GenerateLastValuePeriodic()
Dbounds_check_elimination.cc1981 case DataType::Type::kFloat32: zero = graph->GetFloatConstant(0); break; in NewPhi()

12