Searched refs:TypeSoftPromoteHalf (Results 1 – 6 of 6) sorted by relevance
294 case TargetLowering::TypeSoftPromoteHalf: in run()357 case TargetLowering::TypeSoftPromoteHalf: in run()
53 case TargetLowering::TypeSoftPromoteHalf: in ExpandRes_BITCAST()
403 case TargetLowering::TypeSoftPromoteHalf: in PromoteIntRes_BITCAST()3423 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_SINT()3455 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_UINT()
1300 case TargetLowering::TypeSoftPromoteHalf: in SplitVecRes_BITCAST()4834 case TargetLowering::TypeSoftPromoteHalf: in WidenVecRes_BITCAST()
969 LA == TypeSoftPromoteHalf || in getTypeConversion()1392 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties()1408 ValueTypeActions.setTypeAction(MVT::bf16, TypeSoftPromoteHalf); in computeRegisterProperties()
216 TypeSoftPromoteHalf, // Soften half to i16 and use float to do arithmetic. enumerator