Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h91 TypePromoteInteger, // Replace this integer with a larger one. enumerator
1483 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion()
1505 if (NextStep.first == TypePromoteInteger) return NextStep; in getTypeConversion()
1507 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1564 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp966 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1003 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties()
1036 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1126 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp217 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
390 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
525 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
528 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
593 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
1652 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
2191 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
2426 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
DLegalizeTypes.cpp232 case TargetLowering::TypePromoteInteger: in run()
281 case TargetLowering::TypePromoteInteger: in run()
DLegalizeTypesGeneric.cpp49 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp637 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
1887 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
DDAGCombiner.cpp8734 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
8925 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
DSelectionDAG.cpp992 TargetLowering::TypePromoteInteger) { in getConstant()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp471 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
474 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()