Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp288 case TargetLowering::TypeSoftPromoteHalf: in run()
351 case TargetLowering::TypeSoftPromoteHalf: in run()
DLegalizeTypesGeneric.cpp53 case TargetLowering::TypeSoftPromoteHalf: in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp345 case TargetLowering::TypeSoftPromoteHalf: in PromoteIntRes_BITCAST()
3007 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_SINT()
3036 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf) { in ExpandIntRes_FP_TO_UINT()
DLegalizeVectorTypes.cpp1128 case TargetLowering::TypeSoftPromoteHalf: in SplitVecRes_BITCAST()
3641 case TargetLowering::TypeSoftPromoteHalf: in WidenVecRes_BITCAST()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp941 LA == TypeSoftPromoteHalf || in getTypeConversion()
1382 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h212 TypeSoftPromoteHalf, // Soften half to i16 and use float to do arithmetic. enumerator