Lines Matching refs:kInt64
285 type == DataType::Type::kInt64)) { in TryCombineVecMultiplyAccumulate()
351 int64_t implicit_mask = (value->GetType() == DataType::Type::kInt64) in VisitShift()
855 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in NewIntegralAbs()
868 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in NewIntegralMinMax()
895 to_type == DataType::Type::kInt64); in AreLowerPrecisionArgs()
1098 !(result_type == DataType::Type::kInt64 && input_type == DataType::Type::kFloat32); in IsTypeConversionLossless()
1126 input_type == DataType::Type::kInt64 || in IsTypeConversionForStoringIntoNoWiderFieldOnly()
1127 result_type == DataType::Type::kInt64) { in IsTypeConversionForStoringIntoNoWiderFieldOnly()
1382 input_other->GetType() == DataType::Type::kInt64 && in VisitAnd()
1398 DCHECK_NE(new_and_input->GetType(), DataType::Type::kInt64); in VisitAnd()
1404 new (GetGraph()->GetAllocator()) HTypeConversion(DataType::Type::kInt64, new_and); in VisitAnd()
1416 size_t reg_bits = (instruction->GetResultType() == DataType::Type::kInt64) ? 64 : 32; in VisitAnd()
1439 if ((value == 0xff || value == 0xffff) && instruction->GetType() != DataType::Type::kInt64) { in VisitAnd()
2263 case DataType::Type::kInt64: in SimplifySystemArrayCopy()
2294 } else if (type == DataType::Type::kInt64) { in SimplifyCompare()
2528 SimplifyRotate(instruction, /* is_left= */ false, DataType::Type::kInt64); in VisitInvoke()
2534 SimplifyRotate(instruction, /* is_left= */ true, DataType::Type::kInt64); in VisitInvoke()
2540 SimplifyCompare(instruction, /* is_signum= */ false, DataType::Type::kInt64); in VisitInvoke()
2546 SimplifyCompare(instruction, /* is_signum= */ true, DataType::Type::kInt64); in VisitInvoke()
2607 SimplifyMin(instruction, DataType::Type::kInt64); in VisitInvoke()
2619 SimplifyMax(instruction, DataType::Type::kInt64); in VisitInvoke()
2631 SimplifyAbs(instruction, DataType::Type::kInt64); in VisitInvoke()
2724 DCHECK_EQ(type, DataType::Type::kInt64); in ComputeAddition()