Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp290 case TargetLowering::TypePromoteFloat: in run()
353 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp406 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
3420 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
3452 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
3488 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_XROUND_XRINT()
H A DLegalizeFloatTypes.cpp505 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2576 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeVectorTypes.cpp1299 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
4833 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1397 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h215 TypePromoteFloat, // Replace this float with a larger one. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9000 TargetLowering::TypePromoteFloat) { in LowerINSERT_VECTOR_ELT()
9010 TargetLowering::TypePromoteFloat); in LowerINSERT_VECTOR_ELT()