Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp295 case TargetLowering::TypeSoftPromoteHalf: in run()
358 case TargetLowering::TypeSoftPromoteHalf: in run()
H A DLegalizeTypesGeneric.cpp53 case TargetLowering::TypeSoftPromoteHalf: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp498 case TargetLowering::TypeSoftPromoteHalf: in PromoteIntRes_BITCAST()
4146 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftPromoteHalf || in ExpandIntRes_FP_TO_XINT()
H A DLegalizeVectorTypes.cpp1560 case TargetLowering::TypeSoftPromoteHalf: in SplitVecRes_BITCAST()
5798 case TargetLowering::TypeSoftPromoteHalf: in WidenVecRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1032 LA == TypeSoftPromoteHalf || in getTypeConversion()
1459 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties()
1472 ValueTypeActions.setTypeAction(MVT::bf16, TypeSoftPromoteHalf); in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h222 TypeSoftPromoteHalf, // Soften half to i16 and use float to do arithmetic. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9129 TargetLowering::TypeSoftPromoteHalf) { in LowerINSERT_VECTOR_ELT()
9139 TargetLowering::TypeSoftPromoteHalf); in LowerINSERT_VECTOR_ELT()