Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp274 case TargetLowering::TypeExpandFloat: in run()
337 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp62 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1306 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
4836 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp413 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h211 TypeExpandFloat, // Split this float into two of half the size. enumerator
2221 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1338 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()