Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1064 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1073 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1088 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp242 case TargetLowering::TypeSoftenFloat: in run()
291 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp53 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp698 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
1959 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp251 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h97 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator