Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp291 case TargetLowering::TypePromoteFloat: in run()
354 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeFloatTypes.cpp610 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
3267 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeIntegerTypes.cpp501 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
4142 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_XINT()
4184 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_XROUND_XRINT()
H A DLegalizeVectorTypes.cpp1559 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
5797 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1461 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h221 TypePromoteFloat, // Replace this float with a larger one. enumerator