Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp908 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()
930 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
933 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
991 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1219 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1286 case TypePromoteInteger: { in computeRegisterProperties()
1299 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1400 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
DCodeGenPrepare.cpp737 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
740 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp246 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
430 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
583 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
586 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
651 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
1137 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) { in PromoteIntOp_MSTORE()
1733 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
2225 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
2460 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
DLegalizeTypes.cpp234 case TargetLowering::TypePromoteInteger: in run()
287 case TargetLowering::TypePromoteInteger: in run()
DLegalizeTypesGeneric.cpp51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp725 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
2122 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
DDAGCombiner.cpp10354 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
10499 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
DSelectionDAG.cpp1116 TargetLowering::TypePromoteInteger) { in getConstant()
/external/llvm/include/llvm/Target/
DTargetLowering.h97 TypePromoteInteger, // Replace this integer with a larger one. enumerator
208 return TypePromoteInteger; in getPreferredVectorAction()