Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp266 case TargetLowering::TypeExpandInteger: in run()
329 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeIntegerTypes.cpp405 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1349 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp1282 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
4570 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1488 TargetLowering::TypeExpandInteger) { in getConstant()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp986 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1015 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1303 TypeExpandInteger); in computeRegisterProperties()
1869 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp7930 TargetLowering::TypeExpandInteger) { in optimizeInst()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h208 TypeExpandInteger, // Split this integer into two of half the size. enumerator
998 case TypeExpandInteger: in getTypeToExpandTo()
2155 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()