Searched refs:TypeSoftenFloat (Results 1 – 7 of 7) sorted by relevance
907 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()1237 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()1246 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()1255 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()1270 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftenFloat); in computeRegisterProperties()
242 case TargetLowering::TypeSoftenFloat: in run()295 case TargetLowering::TypeSoftenFloat: in run()
56 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
410 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()415 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
727 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()2136 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
251 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
99 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator