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.cpp267 case TargetLowering::TypeExpandInteger: in run()
330 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp507 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1685 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp1565 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
5799 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1706 TargetLowering::TypeExpandInteger) { in getConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1060 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1089 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1373 TypeExpandInteger); in computeRegisterProperties()
H A DCodeGenPrepare.cpp8741 TargetLowering::TypeExpandInteger) { in optimizeInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h215 TypeExpandInteger, // Split this integer into two of half the size. enumerator
1181 case TypeExpandInteger: in getTypeToExpandTo()
2461 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
H A DBasicTTIImpl.h1010 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()