Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp244 case TargetLowering::TypeExpandFloat: in run()
293 case TargetLowering::TypeExpandFloat: in run()
DLegalizeTypesGeneric.cpp58 case TargetLowering::TypeExpandFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp632 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
1752 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp226 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h94 TypeExpandFloat, // Split this float into two of half the size. enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp912 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()