Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h96 TypeSplitVector, // Split this vector into two of half the size. enumerator
1462 if (LA == TypeSplitVector) in getTypeConversion()
1514 return LegalizeKind(TypeSplitVector, in getTypeConversion()
1567 return LegalizeKind(TypeSplitVector, NVT); in getTypeConversion()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp252 case TargetLowering::TypeSplitVector: in run()
301 case TargetLowering::TypeSplitVector: in run()
DLegalizeTypesGeneric.cpp64 case TargetLowering::TypeSplitVector: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp645 case TargetLowering::TypeSplitVector: in SplitVecRes_BITCAST()
878 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) { in SplitVecRes_UnaryOp()
1754 case TargetLowering::TypeSplitVector: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp234 case TargetLowering::TypeSplitVector: { in PromoteIntRes_BITCAST()
587 case TargetLowering::TypeSplitVector: in PromoteIntRes_TRUNCATE()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1012 NumElts > 1 ? TypeSplitVector : TypeScalarizeVector); in computeRegisterProperties()
1262 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()