Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp289 case TargetLowering::TypePromoteFloat: in run()
352 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeFloatTypes.cpp521 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2762 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeIntegerTypes.cpp434 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
3736 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_XINT()
3781 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_XROUND_XRINT()
H A DLegalizeVectorTypes.cpp1358 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
5065 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1442 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h216 TypePromoteFloat, // Replace this float with a larger one. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9060 TargetLowering::TypePromoteFloat) { in LowerINSERT_VECTOR_ELT()
9070 TargetLowering::TypePromoteFloat); in LowerINSERT_VECTOR_ELT()