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.cpp288 case TargetLowering::TypePromoteFloat: in run()
351 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeFloatTypes.cpp565 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2989 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeIntegerTypes.cpp484 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
3919 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_XINT()
3964 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_XROUND_XRINT()
H A DLegalizeVectorTypes.cpp1491 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
5381 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1362 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h218 TypePromoteFloat, // Replace this float with a larger one. enumerator