Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp412 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
1356 case TargetLowering::TypeExpandInteger: in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp1305 case TargetLowering::TypeExpandInteger: in SplitVecRes_BITCAST()
4835 case TargetLowering::TypeExpandInteger: in WidenVecRes_BITCAST()
H A DSelectionDAG.cpp1554 TargetLowering::TypeExpandInteger) { in getConstant()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp997 return LegalizeKind(TypeExpandInteger, in getTypeConversion()
1026 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1314 TypeExpandInteger); in computeRegisterProperties()
H A DCodeGenPrepare.cpp8063 TargetLowering::TypeExpandInteger) { in optimizeInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h209 TypeExpandInteger, // Split this integer into two of half the size. enumerator
1013 case TypeExpandInteger: in getTypeToExpandTo()
2221 return Action != TypeExpandInteger && Action != TypeExpandFloat && in shouldNormalizeToSelectSequence()
H A DBasicTTIImpl.h835 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()