Searched refs:TypePromoteFloat (Results 1 – 7 of 7) sorted by relevance
291 case TargetLowering::TypePromoteFloat: in run()354 case TargetLowering::TypePromoteFloat: in run()
52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
610 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()3267 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
501 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()4142 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_XINT()4184 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_XROUND_XRINT()
1559 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()5797 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
1461 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
221 TypePromoteFloat, // Replace this float with a larger one. enumerator