Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp967 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
987 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
990 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1051 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1324 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1401 case TypePromoteInteger: { in computeRegisterProperties()
1417 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1542 (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
H A DTypePromotion.cpp977 TargetLowering::TypePromoteInteger) in runOnFunction()
H A DCodeGenPrepare.cpp1295 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1298 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp349 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
574 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
664 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
1074 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1075 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1239 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
2872 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
3891 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
4155 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
4714 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_SUBVECTOR()
[all …]
H A DLegalizeTypes.cpp255 case TargetLowering::TypePromoteInteger: in run()
318 case TargetLowering::TypePromoteInteger: in run()
H A DLegalizeTypesGeneric.cpp50 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1175 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
3540 getTypeAction(InVT) == TargetLowering::TypePromoteInteger && in WidenVecRes_Convert()
3782 case TargetLowering::TypePromoteInteger: { in WidenVecRes_BITCAST()
5174 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
5196 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
H A DTargetLowering.cpp5139 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV()
5287 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
H A DSelectionDAG.cpp1374 TargetLowering::TypePromoteInteger) { in getConstant()
H A DDAGCombiner.cpp17389 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfConstants()
17662 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfLoads()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h207 TypePromoteInteger, // Replace this integer with a larger one. enumerator
445 return TypePromoteInteger; in getPreferredVectorAction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30848 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults()