Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h98 TypeExpandInteger, // Split this integer into two of half the size. enumerator
442 case TypeExpandInteger: in getTypeToExpandTo()
1825 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1854 if (LK.first == TypeExpandInteger) in getTypeConversion()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp238 case TargetLowering::TypeExpandInteger: in run()
287 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp59 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp730 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
2117 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp254 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
638 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp1113 TargetLowering::TypeExpandInteger) { in getConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1069 TypeExpandInteger); in computeRegisterProperties()
1462 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp4202 TargetLowering::TypeExpandInteger) { in OptimizeInst()