/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 732 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/ |
D | LegalizeTypes.cpp | 148 !(getTypeAction(VT) == TargetLowering::TypeSoftenFloat && in PerformExpensiveChecks() 260 case TargetLowering::TypeSoftenFloat: in run() 320 case TargetLowering::TypeSoftenFloat: in run()
|
D | LegalizeTypesGeneric.cpp | 56 case TargetLowering::TypeSoftenFloat: { in ExpandRes_BITCAST()
|
D | LegalizeVectorTypes.cpp | 830 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST() 2777 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
|
D | LegalizeFloatTypes.cpp | 464 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
|
D | LegalizeIntegerTypes.cpp | 267 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 991 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/ |
D | LegalizeTypes.cpp | 242 case TargetLowering::TypeSoftenFloat: in run() 293 case TargetLowering::TypeSoftenFloat: in run()
|
D | LegalizeTypesGeneric.cpp | 54 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
|
D | LegalizeVectorTypes.cpp | 529 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST() 1606 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
|
D | TargetLowering.cpp | 808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
|
D | LegalizeIntegerTypes.cpp | 224 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 240 case TargetLowering::TypeSoftenFloat: in run() 297 case TargetLowering::TypeSoftenFloat: in run()
|
D | LegalizeTypesGeneric.cpp | 56 case TargetLowering::TypeSoftenFloat: { in ExpandRes_BITCAST()
|
D | LegalizeFloatTypes.cpp | 461 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND() 475 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND()
|
D | LegalizeVectorTypes.cpp | 754 case TargetLowering::TypeSoftenFloat: in SplitVecRes_BITCAST() 2560 case TargetLowering::TypeSoftenFloat: in WidenVecRes_BITCAST()
|
D | LegalizeIntegerTypes.cpp | 265 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 103 TypeSoftenFloat, // Convert this float to a same size integer type. enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 103 TypeSoftenFloat, // Convert this float to a same size integer type, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 126 TypeSoftenFloat, // Convert this float to a same size integer type, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 583 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 617 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|