Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp240 case TargetLowering::TypeSoftenFloat: in run()
289 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp51 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp638 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
1901 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp222 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp984 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
993 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1008 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h93 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator