Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp399 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
3392 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
3424 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
3457 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_LLROUND_LLRINT()
H A DLegalizeFloatTypes.cpp505 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2574 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeVectorTypes.cpp1276 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
4568 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1377 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
1388 ValueTypeActions.setTypeAction(MVT::bf16, TypePromoteFloat); in computeRegisterProperties()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h214 TypePromoteFloat, // Replace this float with a larger one. enumerator
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8926 TargetLowering::TypePromoteFloat) { in LowerINSERT_VECTOR_ELT()
8936 TargetLowering::TypePromoteFloat); in LowerINSERT_VECTOR_ELT()