Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp275 case TargetLowering::TypeExpandFloat: in run()
338 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp62 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1566 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
5800 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp508 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h217 TypeExpandFloat, // Split this float into two of half the size. enumerator
2461 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1397 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()