Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp265 case TargetLowering::TypeExpandInteger: in run()
328 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp440 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1497 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp1364 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
5067 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1644 TargetLowering::TypeExpandInteger) { in getConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1043 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1072 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1359 TypeExpandInteger); in computeRegisterProperties()
H A DCodeGenPrepare.cpp8230 TargetLowering::TypeExpandInteger) { in optimizeInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h210 TypeExpandInteger, // Split this integer into two of half the size. enumerator
1108 case TypeExpandInteger: in getTypeToExpandTo()
2310 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
H A DBasicTTIImpl.h870 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()