Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1017 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
1037 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
1040 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1101 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1373 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1469 case TypePromoteInteger: { in computeRegisterProperties()
1485 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1610 (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
H A DTypePromotion.cpp936 if (TLI->getTypeAction(*Ctx, SrcVT) != TargetLowering::TypePromoteInteger) in run()
H A DCodeGenPrepare.cpp1489 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1492 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp423 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
708 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
826 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
1238 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1239 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1500 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
3506 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
4663 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
4980 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
5593 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_SUBVECTOR()
[all …]
H A DLegalizeTypes.cpp261 case TargetLowering::TypePromoteInteger: in run()
324 case TargetLowering::TypePromoteInteger: in run()
H A DLegalizeTypesGeneric.cpp50 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1357 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
4746 getTypeAction(InVT) == TargetLowering::TypePromoteInteger && in WidenVecRes_Convert()
5037 case TargetLowering::TypePromoteInteger: { in WidenVecRes_BITCAST()
6926 Action == TargetLowering::TypePromoteInteger) && in findMemType()
6948 Action == TargetLowering::TypePromoteInteger) && in findMemType()
H A DDAGCombiner.cpp2813 TyActn == TargetLoweringBase::TypePromoteInteger || in visitADDLike()
8409 TargetLowering::TypePromoteInteger) { in MatchRotate()
13629 TargetLowering::TypePromoteInteger) in widenAbs()
20372 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfConstants()
20651 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfLoads()
H A DTargetLowering.cpp6174 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV()
6336 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
H A DSelectionDAG.cpp1627 TargetLowering::TypePromoteInteger) { in getConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h770 return TypePromoteInteger; in getPreferredVectorAction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h209 TypePromoteInteger, // Replace this integer with a larger one. enumerator
505 return TypePromoteInteger; in getPreferredVectorAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2601 TargetLowering::TypePromoteInteger && in getCastInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32339 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults()