• Home
  • Raw
  • Download

Lines Matching refs:kInt64

341   int64_t implicit_mask = (value->GetType() == DataType::Type::kInt64)  in VisitShift()
845 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in NewIntegralAbs()
858 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in NewIntegralMinMax()
885 to_type == DataType::Type::kInt64); in AreLowerPrecisionArgs()
1088 !(result_type == DataType::Type::kInt64 && input_type == DataType::Type::kFloat32); in IsTypeConversionLossless()
1116 input_type == DataType::Type::kInt64 || in IsTypeConversionForStoringIntoNoWiderFieldOnly()
1117 result_type == DataType::Type::kInt64) { in IsTypeConversionForStoringIntoNoWiderFieldOnly()
1372 input_other->GetType() == DataType::Type::kInt64 && in VisitAnd()
1388 DCHECK_NE(new_and_input->GetType(), DataType::Type::kInt64); in VisitAnd()
1394 new (GetGraph()->GetAllocator()) HTypeConversion(DataType::Type::kInt64, new_and); in VisitAnd()
1406 size_t reg_bits = (instruction->GetResultType() == DataType::Type::kInt64) ? 64 : 32; in VisitAnd()
1429 if ((value == 0xff || value == 0xffff) && instruction->GetType() != DataType::Type::kInt64) { in VisitAnd()
2253 case DataType::Type::kInt64: in SimplifySystemArrayCopy()
2284 } else if (type == DataType::Type::kInt64) { in SimplifyCompare()
2707 SimplifyRotate(instruction, /* is_left= */ false, DataType::Type::kInt64); in VisitInvoke()
2713 SimplifyRotate(instruction, /* is_left= */ true, DataType::Type::kInt64); in VisitInvoke()
2719 SimplifyCompare(instruction, /* is_signum= */ false, DataType::Type::kInt64); in VisitInvoke()
2725 SimplifyCompare(instruction, /* is_signum= */ true, DataType::Type::kInt64); in VisitInvoke()
2795 SimplifyMin(instruction, DataType::Type::kInt64); in VisitInvoke()
2807 SimplifyMax(instruction, DataType::Type::kInt64); in VisitInvoke()
2819 SimplifyAbs(instruction, DataType::Type::kInt64); in VisitInvoke()
2912 DCHECK_EQ(type, DataType::Type::kInt64); in ComputeAddition()