Home
last modified time | relevance | path

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

/external/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.cpp607 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
1676 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DTargetLowering.cpp794 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
809 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
DLegalizeIntegerTypes.cpp222 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h98 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator