Lines Matching refs:input_type

4705   Primitive::Type input_type = conversion->GetInputType();
4707 DCHECK_NE(input_type, result_type);
4710 if ((input_type == Primitive::kPrimNot) || (input_type == Primitive::kPrimVoid) ||
4712 LOG(FATAL) << "Unexpected type conversion from " << input_type << " to " << result_type;
4717 ((Primitive::IsFloatingPointType(result_type) && input_type == Primitive::kPrimLong) ||
4718 (result_type == Primitive::kPrimLong && Primitive::IsFloatingPointType(input_type)))) {
4725 if (Primitive::IsFloatingPointType(input_type)) {
4739 if (Primitive::IsFloatingPointType(input_type)) {
4742 DCHECK_EQ(input_type, Primitive::kPrimLong);
4754 Primitive::Type input_type = conversion->GetInputType();
4759 DCHECK_NE(input_type, result_type);
4761 if (result_type == Primitive::kPrimLong && Primitive::IsIntegralType(input_type)) {
4768 } else if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {
4770 Register src = (input_type == Primitive::kPrimLong)
4799 LOG(FATAL) << "Unexpected type conversion from " << input_type
4802 } else if (Primitive::IsFloatingPointType(result_type) && Primitive::IsIntegralType(input_type)) {
4803 if (input_type == Primitive::kPrimLong) {
4843 } else if (Primitive::IsIntegralType(result_type) && Primitive::IsFloatingPointType(input_type)) {
4880 if (input_type == Primitive::kPrimFloat) {
4895 if (input_type == Primitive::kPrimFloat) {
4909 if (input_type == Primitive::kPrimFloat) {
4919 int32_t entry_offset = (input_type == Primitive::kPrimFloat) ? QUICK_ENTRY_POINT(pF2l)
4924 if (input_type == Primitive::kPrimFloat) {
4944 if (input_type == Primitive::kPrimFloat) {
4960 if (input_type == Primitive::kPrimFloat) {
4967 if (input_type == Primitive::kPrimFloat) {
4976 if (input_type == Primitive::kPrimFloat) {
4983 if (input_type == Primitive::kPrimFloat) {
4996 if (input_type == Primitive::kPrimFloat) {
5006 Primitive::IsFloatingPointType(input_type)) {
5015 LOG(FATAL) << "Unexpected or unimplemented type conversion from " << input_type