Home
last modified time | relevance | path

Searched refs:TypeExpandInteger (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp772 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
801 if (LK.first == TypeExpandInteger) in getTypeConversion()
1097 TypeExpandInteger); in computeRegisterProperties()
1531 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp6693 TargetLowering::TypeExpandInteger) { in optimizeInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp256 case TargetLowering::TypeExpandInteger: in run()
316 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp67 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp286 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
810 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp936 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
3069 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1206 TargetLowering::TypeExpandInteger) { in getConstant()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h125 TypeExpandInteger, // Split this integer into two of half the size. enumerator
710 case TypeExpandInteger: in getTypeToExpandTo()
1761 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()