Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp938 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1313 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1323 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1332 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1341 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp263 case TargetLowering::TypeSoftenFloat: in run()
326 case TargetLowering::TypeSoftenFloat: in run()
H A DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1176 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
3804 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp351 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h209 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4638 TargetLowering::TypeSoftenFloat) in ReplaceNodeResults()