Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp262 case TargetLowering::TypePromoteFloat: in run()
315 case TargetLowering::TypePromoteFloat: in run()
DLegalizeTypesGeneric.cpp53 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp254 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
1860 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
1876 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
DLegalizeVectorTypes.cpp726 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
2137 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h104 TypePromoteFloat // Replace this float with a larger one. enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1265 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()