Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp283 case TargetLowering::TypePromoteFloat: in run()
346 case TargetLowering::TypePromoteFloat: in run()
H A DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp357 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
3046 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_SINT()
3075 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) in ExpandIntRes_FP_TO_UINT()
3105 assert(getTypeAction(Op.getValueType()) != TargetLowering::TypePromoteFloat && in ExpandIntRes_LLROUND_LLRINT()
H A DLegalizeFloatTypes.cpp490 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2544 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeVectorTypes.cpp1174 case TargetLowering::TypePromoteFloat: in SplitVecRes_BITCAST()
3805 case TargetLowering::TypePromoteFloat: in WidenVecRes_BITCAST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1358 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h214 TypePromoteFloat, // Replace this float with a larger one. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8573 TargetLowering::TypePromoteFloat) { in LowerINSERT_VECTOR_ELT()
8583 TargetLowering::TypePromoteFloat); in LowerINSERT_VECTOR_ELT()