Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp732 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1115 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1125 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1134 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1143 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp148 !(getTypeAction(VT) == TargetLowering::TypeSoftenFloat && in PerformExpensiveChecks()
260 case TargetLowering::TypeSoftenFloat: in run()
320 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: { in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp830 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
2777 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeFloatTypes.cpp464 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
DLegalizeIntegerTypes.cpp267 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp991 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1345 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1355 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1364 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1373 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp242 case TargetLowering::TypeSoftenFloat: in run()
293 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp54 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp529 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
1606 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DTargetLowering.cpp808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
DLegalizeIntegerTypes.cpp224 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp240 case TargetLowering::TypeSoftenFloat: in run()
297 case TargetLowering::TypeSoftenFloat: in run()
DLegalizeTypesGeneric.cpp56 case TargetLowering::TypeSoftenFloat: { in ExpandRes_BITCAST()
DLegalizeFloatTypes.cpp461 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
475 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
DLegalizeVectorTypes.cpp754 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST()
2560 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp265 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h103 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator
/external/llvm/include/llvm/Target/
DTargetLowering.h103 TypeSoftenFloat, // Convert this float to a same size integer type, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h126 TypeSoftenFloat, // Convert this float to a same size integer type, enumerator
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp583 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp617 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()