Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp957 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1332 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1342 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1351 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1360 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp270 case TargetLowering::TypeSoftenFloat: in run()
333 case TargetLowering::TypeSoftenFloat: in run()
H A DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1278 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
4567 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp393 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h209 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6852 TargetLowering::TypeSoftenFloat) { in ReplaceNodeResults()