Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp264 case TargetLowering::TypePromoteFloat: in run()
317 case TargetLowering::TypePromoteFloat: in run()
DLegalizeTypesGeneric.cpp53 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp263 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
1967 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
1982 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
DLegalizeVectorTypes.cpp748 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
2443 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
DLegalizeFloatTypes.cpp448 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
/external/llvm/include/llvm/Target/
DTargetLowering.h106 TypePromoteFloat // Replace this float with a larger one. enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1267 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()