Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp259 case TargetLowering::TypeExpandInteger: in run()
322 case TargetLowering::TypeExpandInteger: in run()
H A DLegalizeTypesGeneric.cpp61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1180 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
3807 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp363 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1232 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp1386 TargetLowering::TypeExpandInteger) { in getConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp967 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
996 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1284 TypeExpandInteger); in computeRegisterProperties()
1829 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp7791 TargetLowering::TypeExpandInteger) { in optimizeInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h208 TypeExpandInteger, // Split this integer into two of half the size. enumerator
950 case TypeExpandInteger: in getTypeToExpandTo()
2042 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()