Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp259 case TargetLowering::TypeExpandInteger: in run()
322 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1182 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
3812 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp366 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1236 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp1387 TargetLowering::TypeExpandInteger) { in getConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp993 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1022 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1310 TypeExpandInteger); in computeRegisterProperties()
1858 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp7821 TargetLowering::TypeExpandInteger) { in optimizeInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h208 TypeExpandInteger, // Split this integer into two of half the size. enumerator
955 case TypeExpandInteger: in getTypeToExpandTo()
2062 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()