Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp960 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
980 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
983 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1044 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1317 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1404 case TypePromoteInteger: { in computeRegisterProperties()
1420 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1545 (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
H A DTypePromotion.cpp928 TargetLowering::TypePromoteInteger) in runOnFunction()
H A DCodeGenPrepare.cpp1309 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1312 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp388 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
642 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
744 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
1156 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1157 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
1352 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
3183 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
4272 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
4581 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
5214 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_SUBVECTOR()
[all …]
H A DLegalizeTypes.cpp262 case TargetLowering::TypePromoteInteger: in run()
325 case TargetLowering::TypePromoteInteger: in run()
H A DLegalizeTypesGeneric.cpp50 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1275 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
4275 getTypeAction(InVT) == TargetLowering::TypePromoteInteger && in WidenVecRes_Convert()
4540 case TargetLowering::TypePromoteInteger: { in WidenVecRes_BITCAST()
6250 Action == TargetLowering::TypePromoteInteger) && in findMemType()
6272 Action == TargetLowering::TypePromoteInteger) && in findMemType()
H A DTargetLowering.cpp5790 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV()
5938 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
H A DDAGCombiner.cpp7511 TargetLowering::TypePromoteInteger) { in MatchRotate()
18376 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfConstants()
18657 TargetLowering::TypePromoteInteger) { in tryStoreMergeOfLoads()
H A DSelectionDAG.cpp1475 TargetLowering::TypePromoteInteger) { in getConstant()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp552 EXPECT_EQ(getTypeAction(VT), TargetLoweringBase::TypePromoteInteger); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h777 return TypePromoteInteger; in getPreferredVectorAction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h207 TypePromoteInteger, // Replace this integer with a larger one. enumerator
468 return TypePromoteInteger; in getPreferredVectorAction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32665 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults()