Home
last modified time | relevance | path

Searched refs:kInt32 (Results 51 – 61 of 61) sorted by relevance

123

/art/compiler/optimizing/
Dconstant_folding.cc264 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kInt32, in VisitCompare()
Dregister_allocator_linear_scan.cc138 ? DataType::Type::kInt32 in BlockRegister()
242 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in ProcessInstruction()
1126 case DataType::Type::kInt32: in AllocateSpillSlotFor()
Dgraph_checker.cc963 } else if (DataType::Kind(input->GetType()) != DataType::Type::kInt32) { in HandleBooleanInput()
1057 if (DataType::Kind(rhs_type) != DataType::Type::kInt32) { in VisitBinaryOperation()
1075 if (result_type != DataType::Type::kInt32) { in VisitBinaryOperation()
Dparallel_move_resolver.cc460 DataType::Type type = move->Is64BitMove() ? DataType::Type::kInt64 : DataType::Type::kInt32; in PerformMove()
Dnodes.h1960 case DataType::Type::kInt32: shift = 5; break; in TypeFlag()
2875 (GetType() == DataType::Type::kInt32 && new_type == DataType::Type::kFloat32) || in SetType()
2876 (GetType() == DataType::Type::kInt32 && new_type == DataType::Type::kReference) || in SetType()
3058 : HConstant(kIntConstant, DataType::Type::kInt32, dex_pc), value_(value) { in HConstant() argument
3061 : HConstant(kIntConstant, DataType::Type::kInt32, dex_pc), in HConstant() argument
3420 DataType::Type::kInt32, in HShouldDeoptimizeFlag()
4202 DataType::Type::kInt32, in HCompare()
5381 DCHECK_EQ(DataType::Type::kInt32, DataType::Kind(distance->GetType())); in HBinaryOperation()
5427 DCHECK_EQ(DataType::Type::kInt32, DataType::Kind(distance->GetType())); in HBinaryOperation()
5473 DCHECK_EQ(DataType::Type::kInt32, DataType::Kind(distance->GetType())); in HBinaryOperation()
[all …]
Dregister_allocator_graph_color.cc601 LiveInterval* interval = LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kInt32); in RegisterAllocatorGraphColor()
963 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in CheckForTempLiveIntervals()
1967 case DataType::Type::kInt32: in AllocateSpillSlots()
Dnodes.cc680 Is64BitInstructionSet(instruction_set_) ? DataType::Type::kInt64 : DataType::Type::kInt32, in GetCurrentMethod()
710 case DataType::Type::kInt32: in GetConstant()
1581 case DataType::Type::kInt32: in TryStaticEvaluation()
1593 case DataType::Type::kInt32: in TryStaticEvaluation()
1617 case DataType::Type::kInt32: in TryStaticEvaluation()
Dload_store_elimination.cc531 case DataType::Type::kInt32: in GetDefaultValue()
Dinduction_var_range.cc188 case DataType::Type::kInt32: in GetInductionRange()
673 if (instruction->AsTypeConversion()->GetInputType() == DataType::Type::kInt32 && in GetFetch()
Dcode_generator.cc771 : DataType::Type::kInt32)); in GenerateUnresolvedFieldAccess()
796 case DataType::Type::kInt32: in GenerateUnresolvedFieldAccess()
Dinliner.cc1247 : DataType::Type::kInt32; in TryInlinePolymorphicCallToSameTarget()

123