Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h92 TypeExpandInteger, // Split this integer into two of half the size. enumerator
317 case TypeExpandInteger: in getTypeToExpandTo()
1486 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1513 if (LK.first == TypeExpandInteger) in getTypeConversion()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp236 case TargetLowering::TypeExpandInteger: in run()
285 case TargetLowering::TypeExpandInteger: in run()
DLegalizeTypesGeneric.cpp57 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp631 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
1751 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp225 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
581 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp889 TypeExpandInteger); in computeRegisterProperties()
1262 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()