Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp812 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1196 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1206 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1215 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1224 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp255 case TargetLowering::TypeSoftenFloat: in run()
311 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp55 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp1033 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
3493 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp303 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h129 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator