Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp267 case TargetLowering::TypeExpandFloat: in run()
330 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp62 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1181 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
3808 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp364 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h210 TypeExpandFloat, // Split this float into two of half the size. enumerator
2042 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1308 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()