Home
last modified time | relevance | path

Searched refs:TypePromoteFloat (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp275 case TargetLowering::TypePromoteFloat: in run()
331 case TargetLowering::TypePromoteFloat: in run()
DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp306 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
2689 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
2712 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
2730 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_LLROUND_LLRINT()
DLegalizeFloatTypes.cpp471 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2401 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
DLegalizeVectorTypes.cpp1032 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
3494 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1234 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h134 TypePromoteFloat // Replace this float with a larger one. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8175 TargetLowering::TypePromoteFloat) { in LowerINSERT_VECTOR_ELT()
8185 TargetLowering::TypePromoteFloat); in LowerINSERT_VECTOR_ELT()