Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp907 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1237 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1246 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1255 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1270 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftenFloat); in computeRegisterProperties()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp242 case TargetLowering::TypeSoftenFloat: in run()
295 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
DLegalizeFloatTypes.cpp410 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
415 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
DLegalizeVectorTypes.cpp727 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
2136 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp251 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h99 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator