Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp744 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()
766 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
769 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
827 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1111 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1179 case TypePromoteInteger: in computeRegisterProperties()
1191 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1294 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
H A DCodeGenPrepare.cpp1138 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1141 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp272 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
451 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
513 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
721 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
722 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
746 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
813 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
2188 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
2858 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
3119 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
[all …]
H A DLegalizeTypes.cpp252 case TargetLowering::TypePromoteInteger: in run()
312 case TargetLowering::TypePromoteInteger: in run()
H A DLegalizeTypesGeneric.cpp51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp930 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
3053 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
4098 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
H A DDAGCombiner.cpp14662 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
14914 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
H A DSelectionDAG.cpp1193 TargetLowering::TypePromoteInteger) { in getConstant()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h124 TypePromoteInteger, // Replace this integer with a larger one. enumerator
295 return TypePromoteInteger; in getPreferredVectorAction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26335 if (getTypeAction(*DAG.getContext(), VT) == TypePromoteInteger && in ReplaceNodeResults()
26637 getTypeAction(*DAG.getContext(), VT) == TypePromoteInteger) { in ReplaceNodeResults()