Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp248 case TargetLowering::TypeExpandFloat: in run()
301 case TargetLowering::TypeExpandFloat: in run()
DLegalizeTypesGeneric.cpp68 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp754 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
2445 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp270 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h102 TypeExpandFloat, // Split this float into two of half the size. enumerator
1183 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1230 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()