Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp246 case TargetLowering::TypeExpandFloat: in run()
299 case TargetLowering::TypeExpandFloat: in run()
DLegalizeTypesGeneric.cpp63 case TargetLowering::TypeExpandFloat: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp732 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
2139 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp265 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/external/llvm/include/llvm/Target/
DTargetLowering.h100 TypeExpandFloat, // Split this float into two of half the size. enumerator
1130 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1228 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()