Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp246 case TargetLowering::TypeExpandFloat: in run()
295 case TargetLowering::TypeExpandFloat: in run()
H A DLegalizeTypesGeneric.cpp60 case TargetLowering::TypeExpandFloat: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp731 case TargetLowering::TypeExpandFloat: in SplitVecRes_BITCAST()
2118 case TargetLowering::TypeExpandFloat: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp255 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h100 TypeExpandFloat, // Split this float into two of half the size. enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1092 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()