Home
last modified time | relevance | path

Searched refs:kInt64 (Results 26 – 45 of 45) sorted by relevance

12

/art/compiler/optimizing/
Dinduction_var_analysis.cc61 case DataType::Type::kInt64: in IsNarrowingIntegralConversion()
945 } else if (type != DataType::Type::kInt32 && type != DataType::Type::kInt64) { in VisitCondition()
1228 case DataType::Type::kInt64: constant = graph_->GetLongConstant(value); break; in CreateConstant()
1319 if (type == DataType::Type::kInt64 && 0 <= value && value < 63) { in GetShiftConstant()
1361 (info->type == DataType::Type::kInt32 && (info->op_a->type == DataType::Type::kInt64 || in IsNarrowingLinear()
1362 info->op_b->type == DataType::Type::kInt64))); in IsNarrowingLinear()
Dinstruction_simplifier_arm64.cc99 if (type != DataType::Type::kInt32 && type != DataType::Type::kInt64) { in TryMergeIntoShifterOperand()
Dloop_optimization.cc136 case DataType::Type::kInt64: in IsSignExtensionAndGet()
201 case DataType::Type::kInt64: in IsZeroExtensionAndGet()
1067 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in Vectorize()
1593 case DataType::Type::kInt64: in TrySetVectorType()
1640 case DataType::Type::kInt64: in TrySetVectorType()
1688 if (type != input_type && (type == DataType::Type::kInt64 || in GenerateVecInv()
1689 input_type == DataType::Type::kInt64)) { in GenerateVecInv()
2043 (reduction_type != DataType::Type::kInt32 && reduction_type != DataType::Type::kInt64)) { in VectorizeSADIdiom()
Dloop_analysis.cc53 if (it.Current()->GetType() == DataType::Type::kInt64) { in CalculateLoopBasicProperties()
Dcodegen_test.cc94 HGraph* graph = CreateCFG(data, DataType::Type::kInt64); in TestCodeLong()
632 DCHECK_EQ(type, DataType::Type::kInt64); in TestComparison()
711 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt64, target_config); in TEST_F()
Dregister_allocation_resolver.cc107 case DataType::Type::kInt64: in Resolve()
513 if (type == DataType::Type::kInt64 in AddMove()
Dinduction_var_range.cc674 instruction->AsTypeConversion()->GetResultType() == DataType::Type::kInt64) { in GetFetch()
1037 if (type != DataType::Type::kInt64) { in GenerateLastValuePolynomial()
1071 if (overflow || (type != DataType::Type::kInt64 && !CanLongValueFitIntoInt(fpow))) { in GenerateLastValueGeometric()
1074 } else if (type != DataType::Type::kInt64) { in GenerateLastValueGeometric()
Dparallel_move_resolver.cc460 DataType::Type type = move->Is64BitMove() ? DataType::Type::kInt64 : DataType::Type::kInt32; in PerformMove()
Dcommon_arm64.h78 return type == DataType::Type::kInt64 ? XRegisterFrom(location) : WRegisterFrom(location); in RegisterFrom()
Dssa_liveness_analysis.cc502 return (type_ == DataType::Type::kInt64 || type_ == DataType::Type::kFloat64) ? 2 : 1; in NumberOfSpillSlotsNeeded()
Dnodes.cc680 Is64BitInstructionSet(instruction_set_) ? DataType::Type::kInt64 : DataType::Type::kInt32, in GetCurrentMethod()
714 case DataType::Type::kInt64: in GetConstant()
1561 case DataType::Type::kInt64: in TryStaticEvaluation()
1601 case DataType::Type::kInt64: in TryStaticEvaluation()
1625 case DataType::Type::kInt64: in TryStaticEvaluation()
Dcode_generator_x86.h512 return type == DataType::Type::kInt64; in NeedsTwoRegisters()
Dload_store_elimination.cc533 case DataType::Type::kInt64: in GetDefaultValue()
Dinliner.cc1246 ? DataType::Type::kInt64 in TryInlinePolymorphicCallToSameTarget()
1257 if (type == DataType::Type::kInt64) { in TryInlinePolymorphicCallToSameTarget()
Dcode_generator_arm_vixl.h560 return type == DataType::Type::kFloat64 || type == DataType::Type::kInt64; in NeedsTwoRegisters()
Dregister_allocator_linear_scan.cc1119 case DataType::Type::kInt64: in AllocateSpillSlotFor()
Dnodes_vector.h1251 static constexpr DataType::Type kSIMDPredType = DataType::Type::kInt64;
Dcode_generator_vector_arm_vixl.cc797 case DataType::Type::kInt64: in CreateVecAccumLocations()
Dregister_allocator_graph_color.cc1960 case DataType::Type::kInt64: in AllocateSpillSlots()
Dnodes.h1961 case DataType::Type::kInt64: shift = 6; break; in TypeFlag()
2877 (GetType() == DataType::Type::kInt64 && new_type == DataType::Type::kFloat64)); in SetType()
3097 : HConstant(kLongConstant, DataType::Type::kInt64, dex_pc), in HConstant() argument

12