Home
last modified time | relevance | path

Searched refs:TypeSoftPromoteHalf (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp287 case TargetLowering::TypeSoftPromoteHalf: in run()
350 case TargetLowering::TypeSoftPromoteHalf: in run()
H A DLegalizeTypesGeneric.cpp53 case TargetLowering::TypeSoftPromoteHalf: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp357 case TargetLowering::TypeSoftPromoteHalf: in PromoteIntRes_BITCAST()
3086 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_SINT()
3115 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_UINT()
H A DLegalizeVectorTypes.cpp1177 case TargetLowering::TypeSoftPromoteHalf: in SplitVecRes_BITCAST()
3811 case TargetLowering::TypeSoftPromoteHalf: in WidenVecRes_BITCAST()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp965 LA == TypeSoftPromoteHalf || in getTypeConversion()
1379 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h215 TypeSoftPromoteHalf, // Soften half to i16 and use float to do arithmetic. enumerator