Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp272 case TargetLowering::TypeExpandFloat: in run()
335 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp62 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1498 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
5384 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp491 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h214 TypeExpandFloat, // Split this float into two of half the size. enumerator
2387 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1298 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()