Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp743 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1126 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1136 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1145 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1154 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp148 !(getTypeAction(VT) == TargetLowering::TypeSoftenFloat && in PerformExpensiveChecks()
260 case TargetLowering::TypeSoftenFloat: in run()
320 case TargetLowering::TypeSoftenFloat: in run()
H A DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp932 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
3067 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
H A DLegalizeFloatTypes.cpp464 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
H A DLegalizeIntegerTypes.cpp277 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h126 TypeSoftenFloat, // Convert this float to a same size integer type, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp636 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()