Home
last modified time | relevance | path

Searched refs:TypePromoteFloat (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp284 case TargetLowering::TypePromoteFloat: in run()
340 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp53 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp280 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
2340 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
2355 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
H A DLegalizeVectorTypes.cpp931 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
3068 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
H A DLegalizeFloatTypes.cpp468 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1164 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h132 TypePromoteFloat // Replace this float with a larger one. enumerator