Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp264 case TargetLowering::TypeExpandInteger: in run()
327 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp490 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1640 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp1497 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
5383 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1667 TargetLowering::TypeExpandInteger) { in getConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp961 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
990 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1274 TypeExpandInteger); in computeRegisterProperties()
H A DCodeGenPrepare.cpp8345 TargetLowering::TypeExpandInteger) { in optimizeInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h212 TypeExpandInteger, // Split this integer into two of half the size. enumerator
1154 case TypeExpandInteger: in getTypeToExpandTo()
2387 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
H A DBasicTTIImpl.h883 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()