Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp268 case TargetLowering::TypeExpandFloat: in run()
324 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp68 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp937 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
3070 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp287 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h128 TypeExpandFloat, // Split this float into two of half the size. enumerator
1761 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1121 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()